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

Debug outbound Idoc

Former Member
0 Likes
649

Hi All ,

I have a situation where in Puchase order when i change the message type a

Idoc is genetrated . This Idoc is generted by Process Code .

Now i want to Debug it to see how the data is being populated in the Idoc . I have put breakpoint at Function Module of Process code . But it is not stoping there ....

Please Help a bit Urgent

Regards

Saurabh Garg

1 ACCEPTED SOLUTION
Read only

gajendra_bhakuni
Product and Topic Expert
Product and Topic Expert
0 Likes
566

Hi Saurabh,

The IDoc is generated by message control (output control).

Go to NACE transaction. For the application (EF) go to condition records.

For your output type, go to the condition record.

Change the timing to '1' -> Message will be processed by report RSNAST00.

After this go purchase order transaction and make changes. This time the IDoc will not be generated. You will see the output type proposed (with yellow).

Now go to RSNAST00 and give the output type. On executing you will stop at the breakpoint set.

Hope this helps.

Regards,

Gajendra.

3 REPLIES 3
Read only

Former Member
0 Likes
566

Hi Saurabh,

Pls chk these links.

***Reward Points if Useful

Regards

Gokul

Read only

gajendra_bhakuni
Product and Topic Expert
Product and Topic Expert
0 Likes
567

Hi Saurabh,

The IDoc is generated by message control (output control).

Go to NACE transaction. For the application (EF) go to condition records.

For your output type, go to the condition record.

Change the timing to '1' -> Message will be processed by report RSNAST00.

After this go purchase order transaction and make changes. This time the IDoc will not be generated. You will see the output type proposed (with yellow).

Now go to RSNAST00 and give the output type. On executing you will stop at the breakpoint set.

Hope this helps.

Regards,

Gajendra.

Read only

Former Member
0 Likes
566

Thanks a lot Gajendra ....