‎2009 Feb 23 3:06 PM
Is there any badi / user exit for program RFFOF__V ?
Thank you .
‎2009 Feb 23 4:09 PM
Hi,
Try this procedure...
Procedure:
1. Go to transaction SE24 i.e. Class Builder.
2. Put the Object type as CL_EXITHANDLER and press Display.
3. Go to the tab of METHODS and double click on the method GET_INSTANCE.
4.When you double click it will lead you to the source code of the method.In the source
code at very start you will find code which method is called i.e.
get_class_name_by_interface. We need to just put a break-point on that.
5. There we will find a Changing parameter EXIT_NAME .This is the parameter which
will tell us that which BADI got Trigger at the point where we want to enhance the logic.
Find the transaction for this program RFFOF__V and excute the transaction. Then the the debugger will start and we will get the names of the BADI which Triggers.
Regards,
Sathish
‎2009 Feb 23 4:09 PM
Hi,
Try this procedure...
Procedure:
1. Go to transaction SE24 i.e. Class Builder.
2. Put the Object type as CL_EXITHANDLER and press Display.
3. Go to the tab of METHODS and double click on the method GET_INSTANCE.
4.When you double click it will lead you to the source code of the method.In the source
code at very start you will find code which method is called i.e.
get_class_name_by_interface. We need to just put a break-point on that.
5. There we will find a Changing parameter EXIT_NAME .This is the parameter which
will tell us that which BADI got Trigger at the point where we want to enhance the logic.
Find the transaction for this program RFFOF__V and excute the transaction. Then the the debugger will start and we will get the names of the BADI which Triggers.
Regards,
Sathish