‎2011 Jul 05 10:01 AM
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
‎2011 Jul 11 1:07 PM
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
‎2011 Jul 13 7:31 AM
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