cancel
Showing results for 
Search instead for 
Did you mean: 

Prod Order from Sales Order

Former Member
0 Kudos

Hi Gurus,

Eventhough these questions are more related to SAP PP, I hope I'll have little light..

I need to send u201Clist of componentsu201D(known as BOM u2013 IDOC LOIPRO) from SAP to Legacy.

Iu2019m getting Sales Order from external system,

Iu2019m creating idoc SALESORDER_CREATEFROMDAT202.

Now I need to send LOIPRO IDoc from SAP to legacy.

My query is what is the expected time to create Production order based on sales order?

How to send the u201Clist of componentsu201D from SAP to legacy?

If Iu2019m proposed to use IDoc, what program should send the idoc?

How to schedule?

What will be the minimum time interval?

Because I need to send the response to the legacy in real time(Some body will be waiting for this BOM information at sales office).

My interface design will be based on your valuable inputs.

Thanks,

Zia

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

1)If Iu2019m proposed to use IDoc, what program should send the idoc?

Firstly find the function module for that idoc through BD60.

with this function module if you check where used list then you will find the program fo the idoc.Other wise all tcodes for the idoc creation starts with Bd.

By using BD* in the TSTC table you will find tcode from there you will find program name also from the same table.

2)How to schedule?

you have two options.

1. Use BPM

2. use conditional recievers.

regards

chandra

Former Member
0 Kudos

Hi Chandra,

Thanks for the Info.

The standard program from SAP to generate Prod Orders IDocs is RCCLORD.

Here my concern is to know abt the scheduling of RCCLORD.

1) Any automated process (Sequential step after Sales Order creation) available in SAP?

2) if the program needs to be scheduled, What will be the minimum Scheduling intervel(Ex: 10 sec or 30 sec)?

I tried to get info from different sources, I don't have sufficent info about the performance of SAP server with very low frequence Job scheduling. Here my searching is w/o scheduling jobs, can we send IDocs to XI from SAP? (Like real time process).

Thanks for Ur time,

Zia

Answers (0)