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 IDOC process code setup

Former Member
0 Kudos

Hi,

for shipment VT01N we have attached a idoc process code which triggers the function IDOC_OUTPUT_SHPMNT. Now is there neways i can debug and see what the segment contain before the idoc is distributed. I have put breakpoint but it seems that since this is a background job it wont stop. ne pointers will be helpful.

Regards,

Gurpreet Singh.

1 REPLY 1

Former Member
0 Kudos

Hi Gurpreet,

I think It is not possible to bedug the function module through VT01N transaction.

Its like this transaction will raise a event for IDOC processing this even is attached to this function module.

so if u have all the data with you then just execute this function module with it. here you can easily debug the code.

hope this helps.

award forum points to helpful answers