Step 1:
T-code: SE38
Program Name: RSAN_PROCESS_EXECUTE.
Press Execute (F8)
Step 2:
Enter the APD Technical name and Version details after that enter ‘/h’ in the T-code bar and Press Enter then Execute(F8)
Step 3:
Once debugging screen comes, follow below steps to set break point.
Break Points
Break Point at
Breakpoint for Method
Then select the local Class in class radio button and give the below details.
CLASS NAME: CL_RSAN_RT_GENERIC_RUNTIME.
Local Class: LCL_RSAN_RT2_DST_ROUTINE.
Method Name: P_TRANSFORM_PACKAGE
After getting the Breakpoint set message, press F8 to reach the Break point position.
Step 4:
After reaching break point Press F5 to get into the perform which executes the APD routine code.
Press F5 to execute the APD routine code
Here we can debug the custom APD routine code.