SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

release service work order

Former Member
0 Kudos

HI everyone,

I have a scenario where when the user creates a work order and hits on save, I need to assign workcenter based on control key of the first operation maintain in Z table and if assigned succesfully need to auto release.

Now that I m assigning the workcenter in userexit "PPCO0001" since I get the workorder and operation data here. but im running out of options to release this.

I created a standard task to release and triggered the event from user exit but it didnt work

used FM "ALM_ME_ORDER_RELEASE" and couple more but it gives dump as there are nested commit

Please let me know a solution to this so that i can release teh service order when the user hit on save and assign workcenter as well for the 1st operation.

-Raj

2 REPLIES 2

Former Member
0 Kudos

Use enhancement IWO10009, function module EXIT_SAPLCOIH_009. Set the flag RELEASE_ORDER = 'X' to release the service order.

Former Member
0 Kudos

Hi

Please try BAPI "IBAPI_ALM_ORDER_RELEASE"

Regards,

Prajakta