2008 Aug 18 1: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
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
2008 Aug 18 2:58 PM
Found a solution, was not executing bapi_transaction_commit at the end of execution