cancel
Showing results for 
Search instead for 
Did you mean: 

Doubt in IDOC creation via Proxy

Former Member
0 Kudos

Hi experts,

I have an EDIFACT --> proxy interface in which proxy creates the DESADV IDOC.

My doubt is:

In this scenario, IDOC is visible in WE02 transaction?

Now we don't see nothing while testing in WE02.

Thanks

Fabio

Accepted Solutions (1)

Accepted Solutions (1)

former_member184619
Active Contributor
0 Kudos

Hi Fabio,

If you are calling the function module MASTER_IDOC_DISTRIBUTE in your proxy to trigger inbound IDOC, then only it will be visible in WE02. If you are calling the inbound function module for the particular IDOC. Then it would not be visible in WE02.

Regards,

Sachin Dhingra

engswee
Active Contributor
0 Kudos

MASTER_IDOC_DISTRIBUTE is for creating outbound IDocs and not inbound. If you want to create inbound IDocs inside a proxy logic, try using function module IDOC_INBOUND_SINGLE to create the IDoc. We used this methodology in one of my previous projects and the IDocs created this way are visible in WE02.

Rgds

Eng Swee

former_member184619
Active Contributor
0 Kudos

Thank you Eng for the correction.

Answers (1)

Answers (1)

nabendu_sen
Active Contributor
0 Kudos

Did you check SM58? Anything failed?