Saturday 9 July 2016

Procedure to find out the BADI definition using "CL_EXITHANDLER=>GET_INSTANCE"

Ex:


  • Find out the BADI for Customer Creation( XD01 ).

Steps

  • Go to transaction code SE93.
  • Enter the Transaction code and click on display.
  • Double click on program name.

  • Screen looks like,
  • Click on Find.
  • Enter find as CL_EXITHANDLER=>GET_INSTANCE .
  • Select As string Radio button.
  • Program to be Included : In main program.
  • Click on continue.

  • Screen looks like,
Note : 
  1. The value of  INSTANCE in the called method is the name of BADI definition.
  2. It can be value or variable.
  3. IF variable , then double click on it to find out the declaration.

  • Pop-up will appear.
  • Select any and click on continue.
  • We will BAdi definition .


No comments:

Post a Comment