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: 

Update EKBE custom fields

Former Member
0 Kudos
682

Hi All,

As per my client requirement, i have added custom fields in EKBE table, and now i want to update the values in EKBE table, so i have to update the BAPI extension 'BAPI_PO_CHANGE' for custom fields. But there are no extension structures are provided expect below structure which are provided for Header, Item and Accounting. I have debugged the standard code for finding these below extension structure. 

BAPI_TE_MEPOHEADER,

BAPI_TE_MEPOHEADERX,

BAPI_TE_MEPOITEM,

BAPI_TE_MEPOITEMX,

BAPI_TE_MEPOACCOUNTING,

BAPI_TE_MEPOACCOUNTINGX.

Please help me and suggest me, how to update the custom fields value in EKBE table, either using 'BAPI_PO_CHANGE' or any other way except direct update.

Thank for your help in advance

Rahul

2 REPLIES 2

former_member186099
Contributor
0 Kudos
161

Hi Rahul

what is the scenario to update custom fields in history table? when do u update and what are the fields.. and when is this BAPI called. Can you please give more information on the requirement and scenarios?

Cheers,

Former Member
0 Kudos
161

Hi,

Scenario is: I have to update EKBE table with the custom fields which i have extended in EKBE. For updating the following fields i was trying to use BAPI_PO_CHANGE but can't extend my custom fields. As per the extension structure provided in the BAPI  only header, item and accounting fields can be extended.

Please help me for extending the BAPI for EKBE table or please help me for finding the other BAPI/FM to update the EKBE fields and where i can also extend the custom fields.

Thanks

Rahul