Application Development 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: 

Service Order Deletion funtion module

jaimin_thakker
Discoverer
0 Kudos

my requirement is to Technically complete & Set the Deletion flag for a Service Order when a Job cancellation request is received from the Customer.

There is no manual intervention in this case. Program receiving the Cancellation request will also have the Order No. under consideration and will automatically call the Function Modules to carry out the mentioned tasks.

I have found the Function Module to Technically complete the Order. But the problem is with Setting the Deletion Flag.

I tried with some fn. modules to change the system status to DLFL. But that only does the half of the job. It does not set the deletion flag for the order.

So it ends up with some invalid situation wherein you cannot go and reset the deletion flag within the order

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Can not set deletion flag on service order but can Lock for block other to used.

as : Order->Function->Lock

But you can set deletion flag on Notification order and Lock your service order.

1 REPLY 1

Former Member
0 Kudos

Hi,

Can not set deletion flag on service order but can Lock for block other to used.

as : Order->Function->Lock

But you can set deletion flag on Notification order and Lock your service order.