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

Problem with MASTER_IDOC_DISTRIBUTE

Former Member
0 Likes
582

Hi all.

I'm using the FM 'MASTER_IDOC_DISTRIBUTE' to create IDOCs. I'm having the following problem: when I execute this function, it creates the IDOC and transfer it by XML, and the STATUS (you can look in transaction WE20) is set to 03 (IDOC generated and sent). I need this status set to 03, in other words I need the IDOC generated but not send, I will enter in transaction WE14 and do it manually.

Thanks and regards.

Hi all.

I'm using the FM 'MASTER_IDOC_DISTRIBUTE' to create IDOCs. I'm having the following problem: when I execute this function, it creates the IDOC and transfer it by XML, and the STATUS (you can look in transaction WE20) is set to 03 (IDOC generated and sent). I need this status set to 03, in other words I need the IDOC generated but not send, I will enter in transaction WE14 and do it manually.

Thanks and regards.

2 REPLIES 2
Read only

Former Member
0 Likes
506

what is the problem..?

Read only

Former Member
0 Likes
506

The problem was that my program was creating IDOCs and sending it. In other words, it was not exactly a "problem", the only one thing that I needed was generate IDOC and don't send it. I solved this problem by entering in transaction WE20 and configuring it.

Thanks and Regards.