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 Invoic Idoc Debugging

Former Member
0 Kudos

Hi all,

I have an invoic Idoc .When this idoc is triggered , it is not filling up the field SNDLAD with the plant information in EDIDC table .

i wanted to debug this idoc and see the flow of the idoc getting created .

i tried to give the idoc # in WE19 and click on "Standard Outbound processing" . and activate the debugging mode.... well, it goes inside but not helpful..

Am i missing something or is there any other way to do it

Thanks in advance

3 REPLIES 3

Former Member
0 Kudos

Hi,

After clicking the tab "Inbound Function Module" in WE19, in the popup window select the check box "Call in Debugging mode" and select the radio button "In Foreground".

This will help you to debugg the FM.

With Regards,

Dwarakanath.S

0 Kudos

Hi,

In WE19 , use standard outbound processing . Find out the place in the corresponding function module where data is populated in EDIDC segment . Put break point there and find out whtr values is there to fill SNDLAD field .

Thanks,

Anil

Former Member
0 Kudos

its resolved , thanks