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: 

IDoc Creation Issue

Former Member
0 Kudos
98

Hi All,

I am facing an awkward problem. I created a Partner Profile for a Customer and assigned the Message Type 'DESADV' to it.

Then I created a Delivery For the Customer corresponding to a created Sales Order .

I put a break-point on the Corrseponding Function Module IDOC_OUTPUT_DESADV01 which got associated with the Partner Profile. I was hoping that it would stop at the break-point. But it didnt and an IDoc got created.

I tried to put the break-points at various locations in the Function Module but it was of no use. Every time IDoc got created without stopping at the break-point.

As per my understanding, the data in the IDoc gets filled only using the associated Function Module. But, I am not able to understand the reason why we are not able to put a break-point in this Function Module and see the processing.

Please advise on the issue. Is there any alternate way also by which an IDoc gets filled.

Thanks a lot in advance.

2 REPLIES 2

Former Member
0 Kudos
59

In tcode we57..

fm

IDOC_OUTPUT_DESADV1 has been assigned to DESADV.

i m not sure but check that..

santhosh

Former Member
0 Kudos
59

Hi,

Please try out the function module :

/SAPNEA/IDOC_OUTPUT_DESADV01 as this is the latest version of it.

hope it helps

thanks