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: 

Segment/Field name for Unplanned delivery costs in Inbound Invoic Idoc?

Former Member
0 Kudos

Hi Folks,

Will you please let me know the name of the segment/field (IDoc type INVOIC) for unplanned delivery costs on Inbound Invoic Idoc??

Thanks,

Matt

7 REPLIES 7

Former Member
0 Kudos

Any clues??

0 Kudos

IDOC INVOIC01/02 is pretty limited in posting to all MIRO scenarios.. I dont think it can post Unplanned delivery costs.

Better way would be to use BAPI BAPI_INCOMINGINVOICE_CREATE , create an IDOC from that using BDBG or yourself, and then use that if you have several scenarios in MIRO. Thats what I did end up doing.

0 Kudos

BDBG??

0 Kudos

Can anyone tell the program parameters for inbound Invoices through EDI??

0 Kudos

Hi,

To post unplanned delivery costs use E1EDS01 segment. SUMID = 20, SUMME = amount of unplanned delivery cost.

Rish.

0 Kudos

Hi,

Am facing the same issue and did tried the E1EDS01 segment. SUMID = 20 and passing the value to field BEZNK, but its not updating the value.

Could you please give me some more info. how to achieve it.

Thanks,

Aniket Korde

0 Kudos

AK,

    Where you able to find a solution to populate the Unplanned Delivery Costs??