cancel
Showing results for 
Search instead for 
Did you mean: 

How to transfer production order from R/3 to MII box

Ritz
Active Contributor
0 Kudos

Hi all,

We are using POIT to transfer production order from R/3 to MII box.

But it will send all the order present.

I want to restrict few specific selected orders only to be sent to MII,

Is it possible to do it using standard functionality of SAP.

Can any buddy tell me how to achieve it?

Regards

Ritesh

Accepted Solutions (1)

Accepted Solutions (1)

former_member4529
Active Contributor
0 Kudos

Hi,

In POIT transaction there are selection criteria which you can use to restrict the IDocs. Alternatively you can configure the IDocs to be generated and sent at specific events in ERP such as order release. For this you can use either the event linkage or the user exits available.

Thanks,

Dipankar

Ritz
Active Contributor
0 Kudos

thanks for the reply.

i am aware of the inputs fields available in POIT , my requirement is i want to send production order which are having status created.

and i want to restrict other order with different status.

can you explain in some more detail about

"Alternatively you can configure the IDocs to be generated and sent at specific events in ERP such as order release. For this you can use either the event linkage or the user exits available.

"

Regards

Ritesh

Edited by: R S D on May 26, 2009 11:04 AM

Former Member
0 Kudos

Ritesh

I don't see a flag where you can avoid to download REL, PCNF, CNF orders together the CRTD orders.

The only thing I see in POIT is that you can trigger production orders only but the 4 statuses above will be triggered together. Using MII you can put a filter in the transaction you will receive the iDOC and don't grab the orders you don't want to.

The flags I'm using to download just production orders are:

NO_PLO - "X"

NO_RSH - "X"

NO_STD - "X"

NO_PRO - leave it blank

This means you will be downloading just production orders.

Hope this helps...

Ricardo

former_member4529
Active Contributor
0 Kudos

Hi,

To filter by order status you need to check in the user exit and generate IDoc accordingly, in the SAVE event of the order. Otherwise you can send in MII and can filter there using BLS.

Thanks,

Dipankar

Ritz
Active Contributor
0 Kudos

Thanks .

Do you have the name of user exit ..?

Regards

Ritesh

Edited by: R S D on May 26, 2009 11:21 AM

former_member4529
Active Contributor
0 Kudos

Hi,

I think it's PPCO0007.

Thanks,

Dipankar

Ritz
Active Contributor
0 Kudos

Thanks ,

Let me check , what it is and how it work.

regards

Ritesh

Former Member
0 Kudos

Are you using an IDoc?

- Chanti

Ritz
Active Contributor
0 Kudos

Hi Chanti,

at the moment I am using POIT , which will send IDOC from R/3 To MII box.

give some input if you have worked on same scnerio before.

Regards

Ritesh

Former Member
0 Kudos

Executing 'POIT' will generate production order related IDocs in SAP. What exactly is your requirement?

- Chanti.

Ritz
Active Contributor
0 Kudos

Hi chanti,

We are using POIT to transfer production order from R/3 to MII box.

But it will send all the order present.

I want to restrict few specific selected orders only to be sent to MII,

Is it possible to do it using standard functionality of SAP.

its what i am searching for, if you have some information which can help me in this regard, it will be highly appriciated.

Thanks

Ritesh

agentry_src
Active Contributor
0 Kudos

Go back to Dipankar's note about PPC0007. That should give you the controls over the IDoc generation you desire.

Mike

Former Member
0 Kudos

Theres a way without having to use an user exit. Use the program 'RCCLORD'. If you want more information, ping me.

- Chanti.

Answers (2)

Answers (2)

Ritz
Active Contributor
0 Kudos

Thanks a lot for all you inputs, i am closing down this thread.

Former Member
0 Kudos

Hi Ritesh,

In order to send the selected Producion orders you need to use certain Functional modules like ZGETPRODUCTIONORDERS , ZRELEASEPRODUCTIONORDER, ZSENDPRODORDIDOC, ZSEND_PRD.

Regards,

Sudhir

Ritz
Active Contributor
0 Kudos

Sudhir,

i want to know is there any other way then creating Z functions to achive this.

Regards

Ritesh