cancel
Showing results for 
Search instead for 
Did you mean: 

EDI 855 message based on SO line item

Former Member
0 Kudos


Hi Expert,

I have a scenerio wherein there will be 2 line items in the sales order. Idoc should be triggered based on line items. If there are 2 line items , then 2 idoc needs to be triggered from the sales order only with corresponding line item details.

please let me know if it is possible in standard way.

with Regards

S.Siva

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Yes,it is possible to trigger IDOCs for each line item in the sales order.

Please create an output type and assign them at the Sales order item level.

Assign the medium as "8(Special function)".

Create an ABAP program for this and assign this one in NACE.

Regards,

Krishna.

Former Member
0 Kudos

Hi Mohan,

Thanks for your response.. you mean that instead of assigning medium '6' (EDI) , we need to assign 8 as a medium. right?. If you know ,Could you explain it in detail what is the program name to delete the other line item segments from the Idoc ? how does it work ?

With Regards

S.Siva

Former Member
0 Kudos

Hi Siva,

It can be achieved through Medium "6(EDI)" as well.

The ideal thing should be medium 6 only as they are only related to IDOCs.

ABAP team has to write program for generating IDOCs etc if you are using medium 8.

Regards,

Krishna.