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: 

Debugging IDOC_OUTBOUND_ORDERS

Former Member
0 Kudos

HI,

any ideas how to debugg the function IDOC_OUTBOUND_ORDERS with message output of a purchaseorder ?

I´ve made an breakpoint in the IDOC_OUTBOUND_ORDERS function and repeated the output in my purchaseorder but without success.

Ideas `?

Regards,

Gordon

2 REPLIES 2

Former Member
0 Kudos

Hello,

When u are adding the message type in the PO select

Send with periodically scheduled job and save the PO.

Run the report RSNAST00

Give the details in the selection screen and execute the report.

Give the PO number like this ' 78245112'

Now the program will stop where u want to debug.

Regards,

Vasanth

0 Kudos

Great the debugging is working but...

the debugging is not jumping into the customer function 002. I made an own coding behind that customer function in the zx.... include but the debugging is not jumping into that.

Everything is activated.

The function is entered in the WE57

Any Ideas ?