2007 Apr 11 7:55 AM
Hello All-
To search for a BADI, I know the following methods.
1. Go to the tcode for which a BADI is to be searched> system>status>go to ABAP program>search for CL_EXITHANDLER--> you will get all call functions to BADIs. Select BADIs.
2. Using some code to fetch for BADIs for a tcode.
My question is: Using the first method, I am getting just 3 BADIs for a tcode (ME11), whereas if I use code, I am getting 51 BADIs. So, my question is, cant we use the first method to get all BADIs? why is then it displays only 3. What are other methods to find a BADI apart from using a ABAP program? please reply.
M A
Hello All-
To search for a BADI, I know the following methods.
1. Go to the tcode for which a BADI is to be searched> system>status>go to ABAP program>search for CL_EXITHANDLER--> you will get all call functions to BADIs. Select BADIs.
2. Using some code to fetch for BADIs for a tcode.
My question is: Using the first method, I am getting just 3 BADIs for a tcode (ME11), whereas if I use code, I am getting 51 BADIs. So, my question is, cant we use the first method to get all BADIs? why is then it displays only 3. What are other methods to find a BADI apart from using a ABAP program? please reply.
M A
2007 Apr 11 8:03 AM
Hi think,
The second method gives u all the BADI'S that r present in one package(development class),thats why u r getting more number of BADI'S.the first method u r doing to search BADI'S is correct.
One more method is there....
GOTO ->SE24->Give class name as CL_EXITHANDLER ->Then press F7->Click on the method GET_INSTANCE->It will take u inside the method->Now put on breakpoint on the method cl_exithandler..now run any transaction ,u will find the BADI name in the userexit of the method cl_exithandler...
Regards,
Nagaraj
2007 Apr 11 8:05 AM
best way is see the documentation of BADIs in SPRO under MM , there u will get complete information.
2. In code also , may be u have 51 hits , but u have to see the deifantions ?
3.see se15->Enhancements->BADI---> just serch on the basis if pachage in this case ME.
Regards
Prabhu
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |