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 a service order in background job

Former Member
0 Kudos

Hi,

My requirement is to Release a service order in background job. I have used the Function Module u201CStatus_change_internu201D to change the system status to u201CRELu201D (release). However after releasing the u2018Releaseu2019 icon is not disappearing, (which happens when we manually click on the release icon). Also the AUFK table is not reflecting the status of the service order as u201Creleasedu201D i.e. the field PHAS1 should become = u2018Xu2019 which is not happening.

Please can anyone provide me with a solution.

Sumit Sharma

1 REPLY 1

Former Member
0 Kudos

Hi Sumit,

Please check that you are using the COMMIT WORK after execution of the FM.

For that you just have to call the ABAP4_COMMIT_WORK function module after the Call function module "Status_change_intern" statement.

With regards,

Sunil