cancel
Showing results for 
Search instead for 
Did you mean: 

Automatically release SFC's coming from ERP

Former Member
0 Kudos

Hi,

We receive work orders including SFC's from our ERP system into SAP ME . I was wondering if there is a way to automatically release all the SFC's instead of going to SFC Release everytime I have to release one? Any quick response will be highly appreciated.

Thanks

Karamjeet Singh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

add this tag

<sch:ShopOrderReleaseInfo>

                                                                      <sch:Release>all</sch:Release>

                                                            </sch:ShopOrderReleaseInfo>

within the <meint:ProductionOrder> tag in your XSLT.

HariCS23
Contributor
0 Kudos

Hi Karmajeet, Please be cautious to use this feature of auto releasing shop order automatically in production with order quantity in hundreds or thousands. It takes lot or system resources to complete that operation..that might kill/slow production system.

Thanks

Hari

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks All for your responses:)

0 Kudos

Hi

ProductionOrder webservice allows to release automatically the order. You may find KBA 1561263 useful (see ShopOrderReleaseInfo tag).

Regards,

Alex.