cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Production order creation , release and confirmation cycle

Ritz
Active Contributor
0 Likes
1,133

Hi All SAP Gurus,

I am trying to set Production order creation , release and confirmation cycle integrated to xMII.

I am sure there must be many among you who worked on this before.

So can you please share your experience.

Thanks in advance

Regards

Ritesh

View Entire Topic
Former Member
0 Likes

Hi Ritesh,

First You need to create partner profile and RFC Destinations.

All below fields need to be configured

Gwhost,

Gwserv,

Progid,

Trace = 1,

Client ,

User ,

Passwd ,

Lang = EN ,

Sysnr ,

Ashost,

Message type,

Then you can push an IDoc out of R/3 to XMII RFC Destination.

Then you need to put the data to your respective DB tables in MII(write BLS transaction to do so).

I have used below BAPI for confirmation ,Cancel,Release

BAPI_PRODORDCONF_CREATE_TT(Mainly used for Goodsmovement(backflush) and confirmation)

BAPI_PRODORDCONF_CANCEL

BAPI_PRODORD_RELEASE

Please check below blog which may be useful for you if u pass table structure(same way u can also single record)

/people/padmavathi.rao2/blog/2009/03/14/mii-odyssey-how-to-pass-table-structure-to-bapi-using-jco-interface-of-erp-system-interface-in-mii-12 (How to pass Table structure to BAPI using JCo Interface of ERP System Interface in MII 12.)

Regards,

Padma

agentry_src
Active Contributor
0 Likes

If you decide to use POIT to download your orders, please use:

[IDOC Listener Configuration|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/bpx-community/manufacturing/how%20to%20send%20an%20idoc%20from%20sap%20ecc%20to%20the%20sap%20mii%20idoc%20listener.pdf]

to set up both ERP and MII.

Thanks,

Mike