Skip to Content
0
Former Member
Mar 25, 2009 at 07:03 PM

BADI For Transaction : Automatic Payment Transactions: Status

726 Views

I need to move some hard coded values into the mapping of one of the fields for this transaction.

By putting a breakpoint at CALL METHOD cl_exithandler=>get_class_name_by_interface

I am able to find exit = "FI_F110_SCHEDULE_JOB" which is really a BADI with the Definition of

"FI_F110_SCHEDULE_JOB". How can I implement BADI to trigger - step by step - and put a breakpoint in FI_F110_SCHEDULE_JOB to see if this is where my code should go?

Any suggestions are welcomed......Thank-You,