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_ALM_ORDER_MAINTAIN

Former Member
0 Likes
502

Hi Expert,

I have a custom field In Database table 'AFIH' The field "PROCESS_BY" is in the Append Structure ZVIK_TEST, I need to update this field by using the "BAPI_ALM_ORDER_MAINTAIN". I am Passing it in the EXTENSION_IN table but its not updating .

Please help me

1 REPLY 1
Read only

Former Member
0 Likes
390

Try using the BADI

IBAPI_ALM_ORD_MODIFY

This works if you are passing the extensionIN structure properly.