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: 

Extension at line item for BAPI_CONTRACT_CREATE

Former Member

Hi,

I am passing customer include fields for CI_EKKODB and CI_EKPODB in BAPI_CONTRACT_CREATE as an EXTENSIONIN. 

Using BAPI_TE_MEOUTHEADER for header and BAPI_TE_MEOUTITEM for item.

Issue is my header data is getting updated proprely for all fields however none of the fields at line item is getting updated.

Please help for the same.

Regards,

Vaibhav

2 REPLIES 2

nomssi
Active Contributor

Did you enhance the CI_EKKODBX and CI_EKPODBX structures?

Did you populate the BAPI_TE_MEOUTITEMX table?

If some of your customer fields non-character (e.g. decimal) you might need to implement the BAdI MEOUT_BAPI_CUST inbound method. Check for the warning message ME 887.

JNN

Former Member
0 Kudos

Solution - MEOUT_BAPI_CUST_01