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 BAPI_ALM_ORDER_MAINTAIN is not updating data

Former Member
0 Likes
978

Hi Experts,

i am facing a problem in using 'BAPI_ALM_ORDER_MAINTAIN' objective is to use this FM for inserting an operation activity or updating description of exisitng operation for one of service order.

at the end of execution it does not give any error message. this is what i get after execution: 085 Order 4000060 saved with notification 300000000 ; but actual data is not getting updated in system.

current verison of system is ECC 6.0. this is what i am passing to this FM

IT_METHODS

000001 HEADER CHANGE 000004000060

000001 OPERATION CHANGE 0000040000600030

000001 SAVE 000004000060

IT_HEADER

ORDERID

4000060

IT_OPERATION

ACTI DESCRIPTION

0030 TEST-TEST

IT_OPERATION_UP

D

X

I have tried without passing order data to this function module too, please help

regards

Subhash

Edited by: subhash soni on Aug 18, 2008 2:00 PM

Hi Experts,

i am facing a problem in using 'BAPI_ALM_ORDER_MAINTAIN' objective is to use this FM for inserting an operation activity or updating description of exisitng operation for one of service order.

at the end of execution it does not give any error message. this is what i get after execution: 085 Order 4000060 saved with notification 300000000 ; but actual data is not getting updated in system.

current verison of system is ECC 6.0. this is what i am passing to this FM

IT_METHODS

000001 HEADER CHANGE 000004000060

000001 OPERATION CHANGE 0000040000600030

000001 SAVE 000004000060

IT_HEADER

ORDERID

4000060

IT_OPERATION

ACTI DESCRIPTION

0030 TEST-TEST

IT_OPERATION_UP

D

X

I have tried without passing order data to this function module too, please help

regards

Subhash

Edited by: subhash soni on Aug 18, 2008 2:00 PM

1 REPLY 1
Read only

Former Member
0 Likes
498

Found a solution, was not executing bapi_transaction_commit at the end of execution