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 Inbound to Sales Order Create

Former Member
0 Kudos

Hi!

I have a problem with IDOC ORDERS05 ORDERS - Sales Order Create .

I need to do line delivery block - field VBEP-LIFSP.

However the field is not in schedule line segment E1EDP20 and not in another segment.

Is it solution for this problem?

Please help ,

Thanks,

Mila

2 REPLIES 2

Former Member
0 Kudos

Mila,

I don't believe there is a field\in the ORDER05 IDOC to block a line item for delivery. This is something that is done internally in SAP. You could create a custom piece of code that used a different field in the IDOC to populate the VBEP-LIFSP filed...

Regards,

Aaron

Please reward with points if helpful

Former Member
0 Kudos

Hi Mila,

in the standard IDOC, you don't have the possibility to add a delivery block in the IDOC.

Can you instead take a block on header level? You can add a block on header level for the sales order. We implemented a block on header level for EDI orders. This would still execute the availability check, but would block the delivery creation.

Another option would be to cause the delivery block via special item category for EDI orders.

Regards,

Tanja