Application Development and Automation 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: 
Read only

BAPI_EQUI_CREATE to update custom fields.

Former Member
0 Likes
1,218

Is it possible to update custom fields in Equipment master (EQUI table) using FM 'BAPI_EQUI_CREATE '? If yes, pls let me know which structure needs to updated.

Thanks,

Deepa

1 REPLY 1
Read only

Former Member
0 Likes
764

I would think that just the name would be a key indicator.....CREATE but you want to Update....Why wouldn't you use BAPI_EQUI_CHANGE to update existing equipment records. I would expect to have to extend the BAPI to handle the new fields.