Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BADI for payment medium program

Former Member
0 Likes
827

Is there any badi / user exit for program RFFOF__V ?

Thank you .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
680

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

1 REPLY 1
Read only

Former Member
0 Likes
681

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