cancel
Showing results for 
Search instead for 
Did you mean: 

Read and Update Master Recipe using xMII

Former Member
0 Kudos

Hi All,

Is there a BAPI which reads Master Recipe from an SAP system. Also if there is a BAPI / xMII transaction which can update a master recipe...

Can this be done using a ES web service call....

I have already browsed thorugh and couldn't find any !

Regards,

Piyush

Accepted Solutions (1)

Accepted Solutions (1)

former_member4529
Active Contributor
0 Kudos

Hi,

Though there is no BAPi available to read Master Recipe from SAP ECC there is an IDOC available which can send master recipe/routing to a subsystem. The IDOC name is LOIROU and can be invoked from the t-code poim.

Also there are two Enterprise Services available under Production Model Management which can do that. You can check the Enterprise Service in <a href="http://xi.esworkplace.sap.com/webdynpro/dispatcher/sap.com/tcesiesperui/Menu">SAP ES Registry</a>

Thanks,

Dipankar

Former Member
0 Kudos

Hi,

Thats great ! Atleast there is a hope in ES Registry.

Can you please tell me how shoulf i start using these web services.

Do i have to install the ES package or it comes along with the standard installation ?

I ll try to figure out any docs available for that too.. please get me the link if you have any.

Thanks again for the help,

Regards

Piyush

Former Member
0 Kudos

Thanks,

Can you please tell how can i make xMII listen to this IDOC. I had a paper written by you for doing so but it seems i am not getting it now...

Thanks,

Piyush

former_member4529
Active Contributor
0 Kudos

Hi Piyush,

You need to install the ES pack for ECC 6.0 separately to use these services. Otherwise you can directly consume services from SAP ES Registry. Please refer the following documents for that:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90ff9782-2fca-2910-8ea0-8cbe83294671">Consume Enterprise Service from ES Workplace in Web Dynpro - Part 1</a>

<a href="/people/rudolf.held/blog/2007/04/24/how-to-consume-an-enterprise-service-from-the-es-workplace-in-web-dynpro-in-the-new-sap-netweaver-composition-environment-71">SAP Network Blog: How to Consume an Enterprise Service from the ES Workplace in Web Dynpro in the new SAP NetWeaver Composition Environment 7.1</a>

<a href="/people/ingo.sauerzapf/blog/2007/04/23/es-workplace-how-to-guides-or-the-missing-manuals">SAP Network Blog: ES Workplace How-To Guides or "The Missing Manuals"</a>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5e9ca25b-0e01-0010-bbaa-f3b963e89edd">How to Consume an SAP Enterprise Service Using Visual Composer and the Composite Application Framework</a>

If you want to consume the services from a local ECC 6.0 system use Adaptive Web Service model in Web Dynpro or in Visual Composer you can use the Web Service directly. For consuming these services from xMII use the web service action block to call the web service.

Thanks,

Dipankar

former_member4529
Active Contributor
0 Kudos

Hi,

The paper is not written by me. It's written by Piyush Mathur. You can find that <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/201769e0-3174-2910-e287-baa58d198246">here</a>. You can also refer <a href="/people/dipankar.saha3/blog/2007/02/05/how-to-integrate-sap-xmii-with-sap-erp">this blog</a> for the possible ways to connect SAP xMII with SAP ECC.

In xMII 12.0 the IDOC listener of xMII has been redesigned as Message Services making it more powerful and enhanced.

Thanks,

Dipankar

Answers (1)

Answers (1)

Former Member
0 Kudos

Or is there an IDOC way to get the Master Recipe out from the SAP system ?