Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Outbound processing idoc of msg type Payext

former_member201364
Participant
0 Kudos
455

Hi,

I've done some modifications in userexit ZXF08U04(in function modue EXIT_SAPLIEDP_002).

I want to debug during outbound processing.I've put break point in the exit and tried to process using standard outbound processing in we19. But I could not stop at the break point.We are using the idoc of basic type PEXR2002 with extension.

The message type is Payext.(Extended Payment Order)

Please help me to know how to debug it.

Thanks in advance,

poornima

3 REPLIES 3

Former Member
0 Kudos
170

HI,

1. go to cmod transaction and create a project for this EXIT.

2. activate this project

Now you can debug this Extension !

Anjhi
Contributor
0 Kudos
170

Hi,

You cannot debug it from WE19. The reason is:

User-exit will be run only at the time of IDoc creation. That is while extracting data from tables and population an IDoc. Since you are using an existing IDoc to generate new, IDoc data population does take place again. It uses the already populated data and just try to create a new IDoc number and send it to port. (To try -> change any value in WE19 IDoc and click on Standard Outbound Processing).

Let me know how are the IDocs generated (Message Control, Change Documents or Standard Program). I can suggest you how to go to breakpoint.

Rgds,

AK

0 Kudos
170

Hi AK,

In the partner profile, I could not see any process code present in the message control tab.I dont have any idea how the idoc is generated, but this is generated when the payment is made.

thanks in advance,

poornima