cancel
Showing results for 
Search instead for 
Did you mean: 

Manually release Shop Order using custom SFC number

former_member206397
Contributor
0 Kudos

Hi all,

I have released Production Order from ECC and that is reached to ME. Now I want to release the shop order by assigning custom SFC number with 1 quantity. Currently I am using ME 6.1 and I have checked all the available ME PAPI services but did not get any suitable service for Releasing the shop order with custom SFC. I was trying to use  ErpProductionOrderService -> Update operation. Is there any other way to do the same. I don’t want to release the shop order when it is imported from MEINT to ME automatically. If I need to use the “ErpProductionOrderService -> Update operation” then what should be the mandatory fields for only releasing Shop Order using custom SFC? Is there any configuration change required in ME side? Please provide your suggestion.

Thanks in advance

Chandan Jash

Accepted Solutions (0)

Answers (1)

Answers (1)

MiguelSanchez
Explorer
0 Kudos

Hello Chandan,

You need the following configuration in ME:

- Set up the resource with Shop Order in Resource Setup

- Configure the first Operation in your Routing with the hook activity DM520 at PRE_START

Now you can use the POD to enter your custom SFC number in the SFC field and press Start, ME will create the SFC with your number for the shop order you set up in the resource. You can also use a web service or PAPI to do the Start and pass your SFC number.

Best Regards,

Miguel