Application Development and Automation 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: 
Read only

Purchase order created EDI debug issue

Former Member
0 Likes
1,047

Hi All,

There is the program written in bacjground of Me21n, Me22n,Me23n that when ever any new po will get created one IDOC will get generate for vendor.

It's happening through the medium of EDI..

now i want to do some enhancement into the IDOC that they are using.

i am trying to put the break point on the FM that is used by IDOC at PO ...but not able to put the debuuger.

when ever i tried to do debug from we19 it not stop any where into the FM or at the user Exit.

Please let me know how to put debuger at this secenario ..

Thanks

Arun Kayal

Edited by: Arun Kayal on Jul 22, 2010 11:21 AM

Hi All,

There is the program written in bacjground of Me21n, Me22n,Me23n that when ever any new po will get created one IDOC will get generate for vendor.

It's happening through the medium of EDI..

now i want to do some enhancement into the IDOC that they are using.

i am trying to put the break point on the FM that is used by IDOC at PO ...but not able to put the debuuger.

when ever i tried to do debug from we19 it not stop any where into the FM or at the user Exit.

Please let me know how to put debuger at this secenario ..

Thanks

Arun Kayal

Edited by: Arun Kayal on Jul 22, 2010 11:21 AM

3 REPLIES 3
Read only

Former Member
0 Likes
754

Hi,

Hope the IDOC is generated from PO through the Output Type. To debug the Function module assigned to the process code, you have to activate "UPDATE Debugging" while processing the PO transaction.

WE19 will not trigger the function module, as this T-code will only re-transmit the existing idoc.

Regards

Vinod

Read only

0 Likes
754

Thnaks For the reply.

Could please let me know the update debugging

Read only

0 Likes
754

Hi,

See this SDN post.[Update Debugging|;

Regards

Vinod