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 or Function module to create EWO for T-code IW36

Former Member
0 Likes
763

Hi I am veerendra,

Can you please suggest any BAPI or Function module available to create Engineering Work order for transaction IW36.

Thanks

Veerendra

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
428

Hey,

There are no full proof BAPIs delivered by SAP to create work orders.

You might want to explore BAPI_ALM_ORDER_MAINTAIN but this BAPI has several limitations. Read the documentation of the BAPI for more information.

The best option is to record IW36 and create the suborder using CALL TRANSACTION.

-Kiran

1 REPLY 1
Read only

Former Member
0 Likes
429

Hey,

There are no full proof BAPIs delivered by SAP to create work orders.

You might want to explore BAPI_ALM_ORDER_MAINTAIN but this BAPI has several limitations. Read the documentation of the BAPI for more information.

The best option is to record IW36 and create the suborder using CALL TRANSACTION.

-Kiran