Sie sind auf Seite 1von 4

11/9/2014

SAPTechnical.COM - Searching and implementing BADI for VL02

Search

Home Trai ni ngs Qui z Ti ps Tutori al s Functi onal Cert Q's I ntervi ew Q's Jobs Testi moni al s Adverti se Contact Us

SAP Virtual/Onsite
Trainings

Implementing BADI for the transactions VL02 & MM02


...Previous

Document Categories:
ABAPTM
Adobe Forms
ABAP-HR
ALE & IDocs
ALV
BAPI
BASIS
BSP
Business Objects
Business Workflow
CRM NEW
LSMW
SAP Script/Smart Forms
BI/BW
eXchange Infrastructure (XI)
Enterprise Portals (EP)
eCATT
Object Oriented Programming
SAP Query
Userexits/BADIs
WebDynpro for Java/ABAPTM
Others

To edit an implemented BADI the below portion is used. Click on the change button to edit the BADI.

What's New?
ABAP Test Cockpit HOT
SAP ABAP Pragmas
Understanding SE32 (ABAP Text
Element Maintenance)
Creating an IDoc File on SAP
Application Server
Understanding Advance with
dialog option of SAP Workflow
SAP Workflow Scenario:
Maintenance Notification
Approval
Enhancements to a standard class
Working with Floating Field in
Adobe Forms
Inserting data from Internal Table
into the step Send Mail
Display GL Account long text
using enhancement framework
Differences between
polymorphism in JAVA and ABAP
Passing multiline parameters from
an ABAP Class event to a
Workflow container
Concept of Re-evaluate agents for
active work items in SAP
Workflow
Dynamic creation of component
usage in ABAP WebDynpro
Adobe Forms: Display symbols
like copyright and others
Deactivate Hold functionality in
Purchase order (ME21N)
Quiz on OOABAP
Add fields in FBL5N using BADIs
Tutorial on Wide casting
Defining a Range in Module Pool
Program
Copy fields from one
structure/table into another
structure/table
Side Panel Usage in NWBC

EXAMPLE: To change the description of a material in transaction MM02.


Step 1:
Run the transaction SE24. Under object type put the class name CL_EXITHANDLER.
Click on display button.

Under this class CL_EXITHANDLER select the method GET_INSTANCE and double click.

Contribute?
Sample Specs
What's Hot?
Web Dynpro for ABAP Tutorials

Join the Mailing List


Enter name and email address below:
Name:
Email:

Under the method GET_INSTANCE put break point on a function module called

http://www.saptechnical.com/Tutorials/ExitsBADIs/VL02/page2.htm

1/4

11/9/2014

SAPTechnical.COM - Searching and implementing BADI for VL02


CALL METHOD CL_EXITHANDLER=>GET_CLASS_NAME_BY_INTERFACE
Subscribe

Unsubscribe

GO

Step 2:
Then according to the requirement run the transaction. In this example transaction code is MM02.
Run the transaction MM02. As in 1st step we have putted a break point, that function module will give
all BADI used by the transaction in each screen and activity on the application (MM02).

Press F8 to get the BADI used.


BADI name before calling the main screen of MM02.
BADI_SCREEN_LOGIC_RT
W_RETAILSYSTEM_IDENT

http://www.saptechnical.com/Tutorials/ExitsBADIs/VL02/page2.htm

2/4

11/9/2014

SAPTechnical.COM - Searching and implementing BADI for VL02

Press enter to get into the details.

BADI name after calling the main screen of MM02.


BADI_MATERIAL_OD

Press enter to proceed.


Click here to continue...

Please send us your feedback/suggestions at webmaster@SAPTechnical.COM


Home Contribute About Us Privacy Terms Of Use Disclaimer Safe Companies: Advertise on SAPTechnical.COM | Post Job Contact Us
2006-2007 SAPTechnical.COM. All rights reserved.
All product names are trademarks of their respective companies. SAPTechnical.COM is in no way affiliated with SAP AG.
SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver, and and any other SAP trademarks are registered trademarks of SAP AG in Germany and in several other countries.
Every effort is made to ensure content integrity. Use information on this site at your own risk.

http://www.saptechnical.com/Tutorials/ExitsBADIs/VL02/page2.htm

3/4

11/9/2014

SAPTechnical.COM - Searching and implementing BADI for VL02


Graphic Design by Round the Bend Wizards

http://www.saptechnical.com/Tutorials/ExitsBADIs/VL02/page2.htm

4/4

Das könnte Ihnen auch gefallen