2008 Nov 04 7:02 AM
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
2008 Nov 04 7:45 AM
HI,
1. go to cmod transaction and create a project for this EXIT.
2. activate this project
Now you can debug this Extension !
2008 Nov 04 7:58 AM
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
2008 Nov 04 12:38 PM
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