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
596

hai guus i am using the bapi to create the work order

i have filled the method table with create header , create operation and save

and then filled the header table and operation

when i am executing i am getting the message as success and oder saved with some 815786 number

but whn i am trying to see the order using iw33 it is giving error that order not found how can i see the that order is created

reagrds

afzal

hai guus i am using the bapi to create the work order

i have filled the method table with create header , create operation and save

and then filled the header table and operation

when i am executing i am getting the message as success and oder saved with some 815786 number

but whn i am trying to see the order using iw33 it is giving error that order not found how can i see the that order is created

reagrds

afzal

4 REPLIES 4
Read only

Former Member
0 Likes
574

used commit work.

call funcation commit work.

after see.

Read only

Former Member
0 Likes
574

Hi,

You need to commit the transaction for the order to be created successfully.

Use <b>BAPI_TRANSACTION_COMMIT</b> after saving the work order.

Regards,

Sonal

<b>Reward points if helpful</b>

Read only

0 Likes
574

yes i can use that but the thing is that i am testing from the function moduel builder will it be a problem cant i test from here

Read only

Former Member
0 Likes
574

yes test u report program.

100 pec work.

no problem.