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
711

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

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

3 REPLIES 3
Read only

Former Member
0 Likes
636

did you commit your effort?

just call bapi_transaction_commit right after BAPI_ALM_ORDER_MAINTAIN.

Read only

0 Likes
636

Yes, I did BAPI_TRANSACTION_COMMIT

Read only

bpawanchand
Active Contributor
0 Likes
636

HI

you need to use bapi_transaction_commit at the end of execution

Regards

Pavan