At times, you might require finding a BADI on a screen and in this situation, we can leverage of
Object Type - 'CL_EXITHANDLER' to find the list of BADI's available on the screen.
In order to access this object type, we need to use T.Code - SE24 class builder.
Click on display and select method 'GET_INSTANCE' to enter the method.
Then go to the required screen where exit needs to be identified. For instance, here I have executed T.Code VA01 then BADI's relevant to the initial screen will be displayed . To view the relevant BADI's click on Exit_Name parameter of Method.
Then click on F8 or execute to go to the next available BADI on the screen and if no BADI exist then the screen will be displayed.
Ensure to remove breakpoint upon completion of the required task else breakpoint will be triggered for all screens which are displayed.
Thank you.
Comments
Post a Comment