Quantcast
Channel: SCN : Popular Discussions - SAP APO - Production Planning, Interfaces and Global ATP
Viewing all 953 articles
Browse latest View live

SAP_MULT_SCH

$
0
0

Dear Expert,

 

Kindly Advise how to use Planning heuristic SAP_Multi_SCH During the Planning Run , what's the sequence of Steps should I have ?

 

 

Regards

 

Rami 


indepedndent requirement from APO to ECC

$
0
0

HI ,

 

Demand Planning in APO may, for example, result in planned independent

requirements in APO (the forecast is released to APO Demand Planning).

However, these planned independent requirements can also be transferred to ECC

for further planning.

 

So as all the materials which are planned in APO have X0 so how this planned independent requirement will be consider in MRP .....?

 

So does it means that by transferring this independent requirement in ECC there is no use of it ?

 

 

thanks .

Change demand quantity with /SAPAPO/RRP_LC_ORDER_CHANGE

$
0
0

Hello Gurus!!

 

Sorry for the long post, hope someone can help. If you need any more information to understand the issue just let me know. I'm new to ABAP APO and I have a custom program with an ALV output. This is showing a pegging report. Column Demand quantity is editable.

 

Let's say user wants to change first record quantity and instead of 11, He enters 50. Upon hitting the save button, the updated demand numbers the user entered, will overwrite the original demand numbers the planning run had suggested.

preg_report.jpg

 

then when checking in /n/sapapo/rrp3, quantity in the first record should be the one user entered in example above (50).

 

rrp3.jpg

 

 

how to save that quantity in the planning run?

 

I'm trying to use FM /SAPAPO/RRP_LC_ORDER_CHANGE to save it in liveCache but it is not working and it is not returning any messages.

 

is this update based on category and availability date? What parameters should be filled? or is there another way to update this quantity?

 

I'm using the following logic. (I added the new quantity in lt_inputs table and lt_operations table)

 

1 - I get the sim session with  /SAPAPO/RRP_SIMSESSION_CREATE

2 - I get order data with /SAPAPO/OM_ORDER_GET_DATA based on order id

3 - using the following parameters for FM (Do I need to use  /SAPAPO/RRP_EXPLODE before using the change function? )


CALL FUNCTION '/SAPAPO/RRP_LC_ORDER_CHANGE'

              EXPORTING

                is_order       = ls_orders

                iv_method      = 'C'

                is_ordkey      = ls_orderkey

                it_operations  = lt_operations

                it_activities  = gt_activities

*                it_outputs     = lt_outputs

                it_inputs      = lt_inputs

                iv_application = l_appl

                iv_end_date    = l_endti

                iv_flush       = 'X'

              IMPORTING

                et_changed_orders = lt_changed_orders

              EXCEPTIONS

                error_in_opr   = 1

                invalid_params = 2

                OTHERS         = 3.

4 - executing  /SAPAPO/RRP_FLUSH_ORDERS

5 - executing  /SAPAPO/RRP_COMMIT

 

Basically I need to know how to update demand quantity with custom program and see changes reflected in /n/sapapo/rrp3

 

Thanks in advance and regards!!!

Emanuel.

Capacity requirement is zero. Order not moving to APO.

$
0
0

Hi,

 

I some cases, the capacity requirement is becoming zero once it is completely confirmed.

 

The confirmation and GR process is not synchronised.

 

Confirmation happens first and then goods receipt.

 

So when last GR is hapenning after last confirmation after some time, then the order is not going to APO and updating the quantity to zero in APO for the process order.

 

The queue is getting stuck for the process order with error "Bucket capacity requirement has an invalid value".

 

Bucket capacity requirement has an invalid value

 

Message no. /SAPAPO/OM610

 

Please help, how to remove the error and send the process order to APO. CCR giving same result.

 

Thanks & Regards,

Surajit Das

PPDS Configuration Values

$
0
0

Hi Gurus,

              We are the initial ppds implementation phase , what are the initial configuration values needed to implement PPDS and SNP? Please it will be really great help

 

Do i need to get any thing from Business?

 

 

Thanks & Regards,

Kumar

Example of a multi-level production run (finite scheduling)

$
0
0

Dear colleagues,

 

 

 

We have a multi-level production process, repetitive manufacturing, PP-REM, up to 6 levels of BOMs.

 

Finished and semi-finished goods can be produced on alternative resources and can have different BOMs.

Alternative modes are maintained as alternative sequences in a routing (CA01).

Different production versions(PDS) are created for different BOMs.

 

 

We need to create a feasible multi-level production plan which includes:

  • raw materials planned delivery time
  • workload of main and alternative resources (finite scheduling)
  • removal of backlog

 

 

Could you please give me an example of heuristics to be used in the planning run /SAPAPO/CDPSB0 ?

 

 

 

Thank you in advance for your help.

Low level code determination in APO - PP/DS

$
0
0

Hi,

 

In our masterdata setup, the PDS has dummy component. The dummy component is replaced by actual cmponent from variant tables at the time of planned order creation in PPDS.

 

Since in PDS it is dummy component, the low level code determination in our case do not work.

 

Please suggest how can we determine corectly the low level codes in APO in this case.

 

Any program or any special heuristics?

 

Thanks in advance.

 

Regards,

Surajit Das

Are there options in PPDS to restrict Production Planning run to use partial Resource capacity based on Products

$
0
0

Hi,

 

I am trying to model the following scenario in PPDS.

 

Plant P100

Product A - Order 500 units (Date 05/15)

Product B - Order 40 units (Date 05/15)

Resource Capacity - 100% - 200 units per day

 

 

When I execute a PPDS run, Product A should utilize only 90% of capacity of resource per day and 10% by Product B. How can i achieve this?

 

Master Data:

 

Resource - NO PPDS bucket capacity, Finite capacity is Time-Continuous with 100% utilization rate.

PP/DS PDS, no setup time.

In-House Production, No Procurement

Finished goods and components, PDS exist at Plant P100.

 

I have modeled something similar using the PPDS Optimizer to restrict capacity utilization by a set % of utilization rate maintained in the resource, but executing optimization or scheduling takes place at resource level and I do not see any kind of filter to restrict by products. The optimizer resulted in using 90% of capacity for both Product A and Product B combined.

 

Appreciate your inputs.

 

AK


how to find atp category of planned order in APO

$
0
0

Hello experts,

 

I have to change planned order ATP category in APO system. Is that category stored in any database table?

 

I'm using /SAPAPO/OM_ORDER_CHANGE to achieve this, but I want to know current ATP category of order before changing it.

 

Thanks in advance!

Kind regards!

Emanuel

scheduling vs sequencing

$
0
0

Hi,

      What is the difference between scheduling and sequencing? Both seem to calculate dates. Is sequencing the same as optimization?

 

Thanks

Plant substitution issue:

$
0
0

Hi All,

 

We are using RBATP rule for ATP check for some plants.

 

 

We have an order for X material at plant AB for 100 Qty. AB plant not have the stock, where as DC having it. In production system when i enter the above order it is not flipping to DC plant. This is not a regular issue, but coming once in 2 or 3 months..

 

 

Recently we have copied Production to our test system, where we do not face the issue.. really a weird scenario.

 

 

Any body have any clue !

 

 

Venkat Cheedalla

Several PR clubbed to one PO but with several Item lines?

$
0
0

Hello SAP gurus

Is it possible to merge several Purchase requisitions in APO into one Purchase Order but with several item lines in ECC?

If I have 50 PR in APO and CIF them to ECC, I want them to show as one PO with 50 item lines in ECC.

And I also need to know if it's possible to transfer PR from APO to ECC and set it to "blocked" before it is "approved" in ECC.

Like an approval workflow would work in MRP.

 

I would jump for joy for some answers.

Christina

FERT & HALB full from???

$
0
0

What is the full from of HALB(semi-finished) & FERT(finished) ?

CPS-Transporation Scheduling dates are not deriving in STO

$
0
0

Hi Experts,

The dates are not deriving in ECC STO from APO Transportation Scheduling.

I can see the GI is 2 days, GR is 1 day and Transit is 1 day in APO Transportation Scheduling-CPS BUT the delivery dates is still showing as 01.05.2015 in STO once come back from APO Availability check screen.  The delivery date in STO supposed to be as 04.05.2015 as I marked in red in below screen.

 

The dates which are showing in CPS transportation scheduling are not deriving to STO.

Could you please let me know what would be the solution to derive the CPS dates in STO.

 

The APO CPS-Transportation Scheduling dates are not updating in STO once qty confirms from APO Availability check screen.

 

 

 

Product allocation

$
0
0

Guys,

I am asked to do product allocation at customer heirarchy 4 and 5 levels. the sales order created for level 4 and 5 customers should be populated in gatp planning area in sales order quantity field to calculate open allocation which is done at 4 and 5 levels

i have done this for ship to and sold to successfully. But when we talk abt 4 and 5 levels there will be many customers in a level. Will the sales order for these levels can be transferred to GATP planning area? Pls confirm

 

Thanks

Shruthi


How to peg receipts and requirements based of 300 class characeristics in PPDS?

$
0
0

Hi,

 

I need to peg orders (receipts & requirements) based of configurable characterists (300 class) in PPDS (CDP - Characteristics depending planning).

 

How can I say, which characteristics are relevant for pegging?

 

Any badi, exit, code for internal table modification while pegging?

 

Thanks in advance.

 

Regards,

Surajit Das

Resource Utilization Chart issue

$
0
0

Good afternoon,

 

I have a slight problem that I am unable to resolve and hope you may be able to help.

 

I have Planned and Production Orders loaded onto a resource, when I check the resource: periodic view in the Production Planning Table, I can see the orders are loading as required.

 

If I go into the Detailed scheduling board and open up the Resource Utilization Chart, it is blank.

 

I have double checked the PDS's and the Resource Master data (capacity profile) and all looks OK, I have tried different DS profiles with no luck.

 

Am I missing something.

 

Thanks in advance.

How to delete fix pegging for particular set of orders in APO-PPDS?

$
0
0


Hi,

 

I have a requirement to delete fix pegging just for particuar set of fixed pegged orders in PPDS. I will not be able to use heuristics SAP_PP_011 since it will delete fix pegging for all the rders of the product-location combinaton.

 

Please guide me to achieve the requirement.

 

Thank you.

 

Regards,

Surajit Das

PLanned orders not getting transferred to ECC

$
0
0

Hello Experts

 

I have a  situation where I am testing to send a planned order from APO to  ECC. We just upgraded our ECC system to 6.0. I created a PPDS planned order in APO and saved it but it wouldnt go to ECC. IM is active, I have maintained distribution definition for the plant. However, when I changed the order quanity of the planned order and save it.. it is getting transferred to ECC. Please explain what setting do I need to maintain in order for the planned to go to ECC soon as it is created in APO. I have also checked the global settings for PPDS where it is maintained as " Always create transfer events". I would appreciate your inputs

 

Thank you

How to identify that as existing planned order in PPDS is re-exploded?

$
0
0

Hi,

 

How to identify that as existing planned order in PPDS is re-exploded?

 

Is there a way to check in planning BADiI (Planned order creation BADI), to check if the order is re-exploded or new order that is getting created?

Any indicator in ant tables, internal tables?

 

Regards,

Surajit Das

Viewing all 953 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>