cancel
Showing results for 
Search instead for 
Did you mean: 

Missing the inco terms key and location

Former Member
0 Kudos

We use XML as an output medium for vendors. PO are sent by an RFC call to the converting system.

The structure is BAPI_POEC_XML_SEND. We have mapped the structure to the target XML.

In the content of the BAPI_POEC_XML_SEND structure we are missing the inco terms key and location

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Add the fields to structures CI_BAPI_PO_HEADER_VD

Field dataelement

INCOTERM_KEY BBP_INCOTERM_KEY

INCOTERM_LOC BBP_INCOTERM_LOCATION

Then in FM BBP_BAPI_PO_SEND fields get filled by

FM 'BBP_PDDOC_TO_BAPI_MAPS' and transferred to

CALL FUNCTION 'BAPI_POEC_XML_SEND'

Hope this will help you.

Regards,

Swati.

Former Member
0 Kudos

Thanks a lot.

Answers (0)