Skip to Content
Author's profile photo Kavindra Joshi

Debugging Java based IPC user exit Part 1

We know that to debug the Java based IPC user exit , we need to do the following

  • Set the UI Parameter PRC_RFC = X as shown in the figure in the transaction SU3.

Pricing_Parameters.jpg

  • Set the external break point in SPC_GET_PRICING_PROCEDURE_INFO .
  • Create a particular order , then the following screen is presented

Blog_Pic.png

  • Set the Debug configuration in NWDS for debugging JAVA exits.

NWDS_Step_1.PNG

  • Click the Debug Configurations & Choose Remote Java Application

NWDS_Step_2.PNG

  • Following Screen is presented to you add the port no you see , in the step 2.Choose the project ( User Exit ) , which is of interest to you. Then Apply and Debug.

NWDS_Step_4.PNG

This is the step to debug the Java Based IPC user exit. The breakpoint has to be set up in Java Exit which you want to debug as well.

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.