Skip to Content
Author's profile photo Sameer Mehta

Steps to Debug APD routine code

Step 1:


T-code: SE38

Program Name: RSAN_PROCESS_EXECUTE.

Press Execute (F8)

/wp-content/uploads/2014/03/1_402226.png

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)

/wp-content/uploads/2014/03/2_402293.png

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

/wp-content/uploads/2014/03/3_402294.png

/wp-content/uploads/2014/03/4_402295.png

/wp-content/uploads/2014/03/5_402296.png

/wp-content/uploads/2014/03/6_402297.png

After getting the Breakpoint set message, press F8 to reach the Break point position.

/wp-content/uploads/2014/03/7_402298.png

Step 4:

After reaching break point Press F5 to get into the perform which executes the APD routine code.

/wp-content/uploads/2014/03/8_402299.png

Press F5 to execute the APD routine code

/wp-content/uploads/2014/03/9_402300.png

Here we can debug the custom APD routine code.

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Paul King
      Paul King

      Well done and thank you!  Saved me a lot of time and you'll be surprised how relevant this is still!