cancel
Showing results for 
Search instead for 
Did you mean: 

std reports and tcodes in xMII

Former Member
0 Kudos

Hi,

Does anyone have a list of std reports and tcodes avaliable in xMII ?

Also it looks like POIT and POIM tcodes on the 6.0 side are more suited for production orders and discrete manufacturing. Are the equivalent transactions on the process side in order to send over process orders and recipes to the xMII system ?

Thanks

Edited by: GS on Jul 23, 2010 6:57 PM

Accepted Solutions (1)

Accepted Solutions (1)

sidnooradarsh
Contributor
0 Kudos

Hello,

As far as I know there is no such direct transactions like POIT/POIM for Process Orders.

But here's something you can perform,

1) Create RFC destination in SM59

2) Create and assign Control Recipe destination (O10C) to the above RFC destination created (the Destination type must be external system)

3) Modify the destination of phases in Master recipe(C202) you wish to use.

4) Create Process Orders in (COR1), release it (which eventually creates control recipe)

5) Go to Control recipe monitor (CO53) and send the control recipe to Destination and since the destination is already configured to MII via NW as RFC, the Control recipe will be stored in MII buffer.

You can also refer to this Batch Manufacturing Templates released by SAP for Process industries (chemicals)

[Batch Manufacturing Wiki|http://wiki.sdn.sap.com/wiki/display/Chem/BatchManufacturingwithSAPMII+Wiki]

Hope this helps!!

Regards,

Adarsh

Edited by: Adarsh Sidnoor on Jul 23, 2010 11:45 PM

Answers (2)

Answers (2)

Former Member
0 Kudos

There arent any 'built in' transactions.

There are some SAP provided templates:

[|]

You can also look here:

[|]

And Here:

[http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=15601|http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=15601]

To learn more about the product.

former_member192939
Active Participant
0 Kudos

Hi GS,

Not sure what you are talking about.

But if you are looking for the Process Orders .. yes .. you can use the Process Instructions .. You can download recipe to MII using control_recipe_download and configure it as an RFC in NW.

Regards,

Ajay.

Former Member
0 Kudos

Which part did you not get ? I though xMII had a seperate logon and you actually would see the logon in the logon pad. Also I thought that xMII has some transactions like BLS and reports like OEE whihc have to be accessed when one has logged into xMII. One cannot access them thru ECC. Am I right ?

And what about viewing the reports, queries and KPIs in xMII. Are there std transactions to view them ? How do you view them in xMII ?

Edited by: GS on Jul 26, 2010 1:30 AM

Former Member
0 Kudos

Like Christian said, there are no built in transactions or queries in MII. SAP MII is basically a Java application that runs on a Netweaver server. It is an environment that you can use to build your own applications. Christian offered a link to some example transactions that SAP has created as templates. You can use them to learn more about developing applications in MII, and as a foundation for your own transactions and applications. External providers offer ready to use applications for KPI and OEE:

You can call any MII transaction as a webservice. You may call these services from ECC. Have a look at the following article: [Calling services and queries in SAP MII from ABAP|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/9f101377-0c01-0010-269f-c3ee905d583b].

In addition to Christians links, have a look at the SAP help on MII:

[SAP MII 12.0|http://help.sap.com/saphelp_xmii120/helpdata/en/index.htm]

[SAP MII 12.1|http://help.sap.com/saphelp_mii121/helpdata/en/43/e80b59ad40719ae10000000a1553f6/frameset.htm]

[SAP MII 12.2|http://help.sap.com/saphelp_mii122/helpdata/en/43/e80b59ad40719ae10000000a1553f6/frameset.htm]

Michael

Former Member
0 Kudos

So I guess all the reports need to be developed from scratch. Right ? So is the only benefit of xMII integrating various MES systems and making the reports more fancy and visually more intuitive because its is java based ? Cant we get the same fancy reports ia std ABAP ?

Also for desiging KPIs and reports do we need data from the MES systems and ECC or just MES or whichever way the customer wants it ?

Thanks