BADIs is an enhancement technique based on ABAP Objects.
Used to attach additional software to standard SAP source code with out modifying the original object.
Two different vies of BADI are available.
1. Definition view
2. Implementation view.
Procedures to find out the BADIs.
Procedure 1:
Execute SPRO.
click on SAP reference IMG.
BADI definitions for customer master.
-----------------------------------------------------------------
Procedure 2:
Find out the packages for standard transaction.(VS)
go to se80.
package VS.
Enhancements
classic BADIs Def.
we can also open BADI definition through SE18.
-----------------------------------------------------------------
Procedure 3:
Execute SE93.
transaction XD01.
program name: SAPMF02D
find: cl_exithandler=>get_instance.
double click on g_additional_data.
check the type.
DATA: G_ADDITIONAL_DATA TYPE REF TO IF_EX_CUSTOMER_ADD_DATA.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.