2008 Dec 05 2:42 PM
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
2008 Dec 05 9:50 PM
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.