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 for uploading Work Order

Former Member
0 Likes
505

Dear Experts,

I am trying to find BAPI to upload Work Order data, just like tcode IW32.

I found BAPI_ALM_ORDER_MAINTAIN, unfortunately this BAPI does not provide parameter to update cost details (internal labor costs, material costs, miscellaneous costs, and services costs)

Is there any other way to perform this operation.

Really appreciate your help.

Thanks and Regards,

Leo

2 REPLIES 2
Read only

former_member455947
Participant
0 Likes
424

Hi

I had the similar requirement and I was done it in two steps.

1. Call the BAPI 'BAPI_ALM_ORDER_MAINTAIN' to create the order

2. Perform BDC to change the order (created in step one) to add services on operation.

For the correct calculations of tab cost please perform the step one in different program and call that program by statement "SUBMIT and Return" in your main program.

Regards

Iftikhar Ali

Read only

0 Likes
424

Hi,

Thank you for your reply. Your answer helps a lot. It seems that there is a slight requirement change, they don't need to upload the cost detail.

Thanks and Regards,

Leo