cancel
Showing results for 
Search instead for 
Did you mean: 

Create Planned order based on qty in APO or SCM

Former Member
0 Kudos

Hi All,

I am working product view in APO or SCM system .

Requirement is create new planned order with sales order individual length and planned order pegged to sales order in APO system.

Example

Sales order has factor 4 and individual length 1000( 4 x 1000 ). Total quantity is 4000M.

We need to create 4 planned orders. Each Planned order has a quantity of 1000M.

Please help me and let me if any function module is there.

Thank you,

Durga Vinta

Accepted Solutions (0)

Answers (2)

Answers (2)

frank_horlacher
Advisor
Advisor
0 Kudos

Hi,

this looks like Long Products Planning.

[Long Products Planning|http://help.sap.com/saphelp_scm70/helpdata/en/7b/8a7d360998de4a8ff927215ebfd702/frameset.htm]

There is the Long Products Planning Heuristic for planning.

Former Member
0 Kudos

Is this a simple case of the maximum order size has to be 1000m or less? In PP the standard lot heuristics works with the maximum size & creates multiple orders of the size

Former Member
0 Kudos

Hi All,

Thank you so much for your response.

I have placed a X pushbutton in product view- > Element tab.

If the user presses X then screen will display with sales order information based on Factor

Example Sales order has 4 x 1000 = 4000M

Factor individual length

1 1000

1 1000

1 1000

1 1000

If the user selects the 1st and 2nd and presses save button. We need to create two planned order for sales order. Each planned order has 1000 qty.

Please let me know if any function module or BAPI in APO system.

Thank you,

Durga Vinta

Edited by: Durga Vinta on Jul 16, 2010 11:38 AM

frank_horlacher
Advisor
Advisor
0 Kudos

the BAPI to create planned orders is

Method

ManufactOrderAPS.SaveMultiple2

Create or Change In-House Production Orders

Function module BAPI_MOSRVAPS_SAVEMULTI3

You can also use the internal

Function module /SAPAPO/RRP_PLORD_CREATE

or even call the

Function module /SAPAPO/RRP_LC_ORDER_CHANGE if you do not need the PDS explosion

or

Function module /SAPAPO/OM_ORDER_CHANGE

which calls the LiveCache where you can create an order without any limits given by the application around.

Former Member
0 Kudos

Frank Horlacher,

Thank you so much for replay.

Change the Planned order quantity using FM /SAPAPO/RRP_LC_ORDER_CHANGE or /SAPAPO/RRP_ORDER_CREATE_FINDS.

Could you please let me how to pass the input value to function module.

Thank you,

Durga Vinta

Former Member
0 Kudos

Hi All,

Solved the issue.

Thank you,

Durga Vinta