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: 

Updating custom fields in equi using BAPI

Former Member
0 Kudos

Hi experts,

I am trying to update a custom field that was added to our EQUI table using the BAPI BAPI_EQUI_CHANGE, but with no success.

I tried enhancing the structures that the BAPI recieves to include the custom field, but for some reason the custom field does not get updated.

I appriciate any help you can give.

Thank you.

1 REPLY 1

Former Member
0 Kudos

If you are in ECC6.0 you can create your own bapi thro. enhancement spot or you can used field exit like EXIT_SAPMIEQ0_001 to update equi table.