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: 

MASTER_IDOC_DISTRIBUTE

Former Member
0 Kudos

I have created the Outbound IDocs using MASTER_IDOC_DISTRIBUTE. But the status is in Yellow ? Why ? What should i do ?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Manjunath,

Check your Partner profile for that partner and message type in WE20 transaction.

In the outbound options tab, you have the triggering options, I think currently you have selected the collect idocs radio button that's the reason the idoc are not processed and waiting to be processed, you select the radio button trigger immediately and the idocs will be processed as soon as they are created and they become either green or red and they will no longer be in yellow color.

Thanks,

Mahesh.

7 REPLIES 7

Former Member
0 Kudos

Hi Manjunath,

Check your Partner profile for that partner and message type in WE20 transaction.

In the outbound options tab, you have the triggering options, I think currently you have selected the collect idocs radio button that's the reason the idoc are not processed and waiting to be processed, you select the radio button trigger immediately and the idocs will be processed as soon as they are created and they become either green or red and they will no longer be in yellow color.

Thanks,

Mahesh.

0 Kudos

I have used 'Trigger Immediately ' only

0 Kudos

Hi,

Sometimes it will not work properly, if that is the case then execute the program RSEOUT00 by giving the idoc numbers or you can give the message type as well as input to that program and execute the idoc's will be processed.

Thanks,

Mahesh.

0 Kudos

Hi Mahesh,

I have executed that program. Now the idocs are in green state. In the inbound, the status is Yellow. I have checked the partner profile. There also it is as 'Immediately'.

is there any pgm in inbound side ?

0 Kudos

Hi Manjunath,

Use the program RBDAPP01 program by either giving the message type or idoc numbers as input and execute the idoc's will be processed.

Thanks,

Mahesh.

Former Member
0 Kudos

Hi,

you can use this FM after MASTER_IDOC_DISTRIBUTE.

CALL FUNCTION 'EDI_OUTPUT_NEW'

EXPORTING

onl_option = 'B'

error_flag = ' '

TABLES

i_edidc = lt_edidc

i_edidd = lt_edidd

Regards,

Gordon