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: 

Problem in enhancing the Purchase Order BADI with custom fields

former_member203501
Active Contributor
0 Kudos

Hi All,

I have problem in populating the cutom fields for the Purchase Order. I have created a custon include and i am passing the values to the extension of the Function module BAPI_PO_CHANGE In ECC 6.0. I have one currency field (ZZMASSIST) in the header level and three curr fields in the item level , due to this currfields we are getting the errors like "Error transferring ExtensionIn data for enhancement CI_EKPODB" and "Error transferring ExtensionIn data for enhancement CI_EKKODB" .

So i am looking to implement the BADI "ME_BAPI_PO_CUST " . Please provide me the sample code for maintain the currency fields in method IF_EX_ME_BAPI_PO_CREATE_02~MAP2I_EXTENSIONIN.

Thanks in Advence.

Regards,

Venkat Appikonda.

2 REPLIES 2

former_member203501
Active Contributor
0 Kudos

Solved by my own

0 Kudos

Hi Venkat,

Saw that you solved the issue, can I ask how do you implement it? Is the implementation done in the BAPI itself?