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 Service order with external services

Former Member
0 Likes
400

Hi experts,

does anyone know if its possible to create a service order (IW31) with external services with BAPI? I found BAPI_ALM_ORDER_MAINTAIN but I couldnt locate a structure or table for passing external services. Is this the wrong BAPI or isnt it possible?

tia

Robin

Hi experts,

does anyone know if its possible to create a service order (IW31) with external services with BAPI? I found BAPI_ALM_ORDER_MAINTAIN but I couldnt locate a structure or table for passing external services. Is this the wrong BAPI or isnt it possible?

tia

Robin

1 REPLY 1
Read only

Former Member
0 Likes
344

You should be able to create a service order with that BAPI as well, OBJECTKEY should be filled with a temporary key. The BAPI returns this key together with the assigned order number in the return table ET_NUMBERS. The order number in the HEADER table should also be filled with the number. For external number assignment, the external number should be specified. The update structure can be transferred if necessary.