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,