Characteric change in SO and corresponding planned order in APO

Hello Experts,
In a CDP enviornment i have a scenario where a characteristic value is changed in SO. The new values is visble in APO SO and the corresponding Planned order characteristic value is also changed with regenerative plan.
Is there way where any change in SO characteristics would reflect in Firmed Planned Order(F) also which already exists against the SO in APO
Regards
Alin

To have a UK app store account you need a bank card from a UK bank with a verifiable UK billing address
What the heck is this for a weird rule ?????
Since 2 weeks I have an iMac 27" i5. Some days ago I tried to download Sketchbook Express. But it seems that if you download for the first time something you have to give your billing address and creditcard data.
Since more than a year I live in Romania, but my home country is Holland. There I have my bank account, because my pension is paid there and from there is my creditcard. But it is controllable a valid card.
To buy my iMac with this card in Romania was no problem !! But to download F R E E software is not possible with this card.
Another annoying point: As soon as you as you fill in your billing address, they change the language in the language of your billing address. I think it would be more polite if they asked you if you want to change the language.

Similar Messages

  • Changing & deleting the SNP PDS planned order in APO using BAPI

    Hi,
    There is a requirement to consolidate the SNP PDS planned order created from CTM in APO. This is to change one of the SNP PDS planned order by adding the quantities of the other planned order , which is to make it into one & delete the other SNP PDS planned order. Can this be done progrmatically using BAPI?. As we know this cant be changed in RRP3 as the SNP-PDS are uneditable.Please help me on this one. As I need the solution to this ASAP.
    Is there any BAPI/FM using which SNP PDS planned order can be changed? What is the BAPI for PPDS planned order creation / change?
    With thanks & regards,
    Naveen
    Message was edited by: Naveen Srinivasa

    Hi Mariano,
    I have gone through the description of the FM it says:
    This function module is complex and is subject to several technical restrictions. For this reason, you should not use ORDER_CHANGE for extended periods of time.
    The recommended alternatives are:
    OM_ORDER_CREATE
    for creating orders
    OM_ORDER_DELETE
    for deleting orders
    OM_ORDER_MODIFY
    for changing existing order components
    Have you used these FM any time?.Kindly share more details in case is you have used them.
    with thanks & regards,
    Naveen

  • How to change the components of the planned order? (FM or BAPI)

    I need to change the storage(LGORT) in the components.
    I found only MD_PLDORD_CHANGE_COMP_ITEMS, but could not get the correct result.
    Has anyone used this FM to change the components of the planned order?
    Can you please tell how to use it. Or advise an alternative solution.

    Hi Anton,
    There's a BAPI to change planned orders - BAPI_PLANNEDORDER_CHANGE, but it allows to change only header data.
    Therefore you'll have to go a bit longer, and use a couple of other BAPIs:
    First read the order that you want to change - BAPI_PLANNEDORDER_GET_DETAIL
    Second, create a new planned order with the changed data, based on the read planned order - BAPI_PLANNEDORDER_CREATE.
    Third, delete the old planned order - BAPI_PLANNEDORDER_DELETE.
    Regards,
    Mario

  • MRP: Delete Purchase Requisitions and Create Planned Orders

    Hi there,
    I have a scenario, where in a material (HALB) was marked as externally procured. MRP was run for FERT material. The dependent requirements for FERT were created. Planned orders of the HALB material were changed to Purchase Requisitions.
    Later, the procurement type of material was changed to Inhouse Production.
    Now, I want all the Purchase requisitions that were created to be deleted and Planned orders should be created when I run MRP.
    I tried all the possibilities, but of no success.
    Please lemme know if there is any possibility to delete the P.Rs and Create Planned orders by running MRP.
    Regards,
    ABC

    I Haven't read the Plan order is converted in to PR Before
    If YOU convert the plan order in to PR, system will firm the Requirement, YOU need to remove the firm indicator FIxed iD in PR Before doing the MRP Run Again
    Do the following thing in PR
    In PR Remove the  Fixed ID in Quantities and Dates tab of the item
    and Rerun the MRP with Planning Mode 3 It will create a plan order
    Edited by: Sundaresan . E. V on Oct 29, 2010 6:39 PM

  • How to change characteristics values in PPDS planned order?

    Hi,
    I have few PPDS planned orders. I want to change the value of few characteristics of existing PPDS planned order.
    How can I do the same?
    Any standard T.Code or function module or report available to update the characteristics values of PPDS planned order in APO.
    Thanks in advance.
    Warm Regards,
    Surajit Das

    Hi Surajit,
    Char can be changed programatically.
    If you want to change the Planned Order characteritics before its creation, you can do so at the time Planning run itself (/SAPAPO/RRP3) in BADI /SAPAPO/RRP_SRC_EXIT, Method RRP_USEX_PLORD_CREATE.
    Planned Order characteritics can be changed after it creation.using BAPI BAPI_MOSRVAPS_SAVEMULTI3.

  • How to find out manual deletion of planned orders in APO.

    Planned orders are created on multiple bom levels when we call CTP from GATP for sales orders. For particular sales order there is no planned ordere at lower level. Dependent requirement is there which is uncovered.
    I want to find  somebody has deleted this planned order manually in apo. How to find out the same?
    Regards,
    Santosh

    Hi Santosh,
    If you suspect that the planned order was created but later on deleted manually, there is a cross check you can do to determine that.
    In case of MATP, System uses the higher level Planned Order number to create the Dependent Demand at the lower level and only when this dependent demand is covered by a planned order it assigns the corresponding planned order number to it. So if you see the dependent demand number with same  number as the higher level planned order for which it was created, you can be sure that a planned order was not created to cover the dependent demand that you see uncovered.
    If the dependant demand number is not same as the planned order at higher level, then the planned order to cover the dependent demand was deleted.
    I guess CTP also works the same way. If you're unsure about this, test it out.
    Hope it helps.
    Regards,
    Mohan

  • Read the characteristics of a planned order in APO

    how can we read the characteristics of a planned order in APO.What Function Module can be used for this?
    how can we manually schedule the order activities based on the characteristics. Can we use the function module 
    /SAPAPO/OM_ACT_SCHEDULE by copying and making some changes in it for this purpose?

    Hi,
    if there are any orders in your system with characteristics (in planning version 000) then this report will find them:
    report  get_char.
    data:
       ls_genp     type /sapapo/om_gen_params,
       lt_orderid  type /sapapo/om_orderid_tab,
       lt_char     type /sapapo/om_charact_val_tab.
    ls_genp-simversion = '000'.
    call function '/SAPAPO/OM_ORDER_GET_ALL'
      exporting
        is_gen_params = ls_genp
        iv_simsession = ''
      importing
        et_orders     = lt_orderid.
    call function '/SAPAPO/OM_ORDER_GET_DATA'
      exporting
        is_gen_params       = ls_genp
        iv_simsession       = ''
        it_order            = lt_orderid
      importing
        et_charact_val_acts = lt_char.
    Best regards
    Thomas

  • How do I maintain storage location for Planned Orders in APO

    Dear all,
    Can you help us in maintaining storage location for planned orders in APO. The storage location from material master need to be updated in product master of APO and the same shall be automatically picked from product master during Supply Network Planning run.
    Material master CIF is live.
    We have got the following content error in CIF consistency check. How ever this is nt goging to harm any thing, but we would like to maintain in both R/3 and APO.
    Error:
    Plant and storage location in SAP APO: 2004
    Plant and storage location in SAP R/3: 2004 FGPA
    Thanks in advance
    Ram Mohan Rao Kolanupaka

    Instead of maintaining additional master data, i would rather use CCR user exits to switch off comparison of planned order at storage location level if the APO storage location is blank. This way you would not have to make changes to PPMs everytime a new scale out of the solution happens.
    In SE18 check the user exit /SAPAPO/CIF_DELTA3 (interface RELEVANT_FOR_COMPARE_ORDHEAD)
    If it is not possible to switch off this comparison then I guess changing master data is the next step. Do explore with a developer though about the first option.

  • How could I re-explode planned order in APO?

    Please adivse me how could I re-explode planned order in APO?

    Hi,
    Go to the planned order in the change mode, again adopt the source of supply and save.
    or you can use the PPDS heuristics "SAP_PP_021" New explosion to explode the orders.
    Thanks,
    nandha

  • Deletion of Planned Order in APO PP/DS

    Hi All,
    I have a question on PP/DS ( IS-Auto ). Suppose if we are deleting the planned orders in APO so what will happen to the concerned PDS. I want to preserve the PDS so that we can use them later.
    If we delete the Planned Orders then will the PDS be also deleted ?
    Thanks,
    Prabhat

    Prabhat,
    Think of a PDS the same way you would think of a Production Version in ECC.  It is master data, and one or more of these can be assigned to a Material/Plant combination.
    http://help.sap.com/saphelp_scm70/helpdata/EN/4d/01be3d1abbe913e10000000a114084/frameset.htm
    A Planned order is Transactional data.  Creating/changing/deleting a Planned order has no impact on PDS Master data.  During the creation of a planned order, the system reads the PDS info, and copies selected bits of this master data into the Planned order.  At this point, then, certain parts of the planned order data can be changed.  Such changes generally do not affect the underlying master data.
    http://help.sap.com/saphelp_scm70/helpdata/EN/49/d565caf54535f5e10000000a42189c/frameset.htm
    Best Regards,
    DB49

  • Unable to see planned order in APO

    Dear Experts,
    I'm creating a Project manufacturing order in ERP. After that I do MRP run in SCM7.0. When I check in Product View (transaction /SAPAPO/RRP3), I do not see any planned order, though I can see orders in ERP (Tcode-md04).
    I guess transfer of network to APO is not happening.
    Same problem arises when I schedule a dummy project in ERP and after I do MRP run in SCM7.0, I do not see any planned order in planning board.
    The MRP run in SCM7.0 shows no error and no warnings and everything appear in green.
    I was able to see planned orders in APO before there was system upgrade from SCM 4.2 to SCM 7.0.
    Please provide some clue to solve this problem.
    Regards,
    Jyoti

    Hi Jyoti,
    There will be an "Iterate" button on the left hand corner in the result display of CCR.  Please click on this button so that these errors will get iterated and goes to the respective distinations.  After this, you go to smq1 and smq2 trasnaction codes of R/3 and clear all the queues.  Similarly you clear the queues in smq1 and smq2 transaction codes of APO.  Afterwards, check whether you are able to see the planned order.
    Please confirm
    Regards
    R. Senthil mareeswaran.

  • Correlation of reservation with Planned order in APO.

    Hi,
    In R/3 in COGI we see reservations. my issue is I want to know for which planned orders in APO these reservations are.
    In the product view in APO we can see some reservations (PRDRES(W) - correct me if I am wrong). How to correlate these reservations with planned orders. I am looking in PP/DS module of APO.
    Thanks a lot in advance,
    Prabhat

    Hi Prashant,
                      You are correct and if product is showing the reservation then it is mean for all order in product view.
    You can check the Production Planning Table inside PPDS for wider view of reservation and orders.
    /n/sapapo/ppt1
    Check the SAP Note: SAP note 439596
    SAP Link is also useful:
    http://help.sap.com/saphelp_scm50/helpdata/en/64/dca63be2bc331be10000000a114084/content.htm
    http://help.sap.com/saphelp_scm50/helpdata/en/c1/147a375f0dbc7fe10000009b38f8cf/frameset.htm
    Let me know if it is sufficient.
    Regards,
    Vishal

  • Multi - item planned order in APO

    Hi
    In the MES multiple knife positions are possible in a single pattern. How to create a multi item planned order in APO based on the knife positions in the pattern? When the conversion indicator is set in APO the planend order need to be converted in to multi item production order in R/3. Please help how to configure the same in APO.
    Thanks in advance.
    Regards
    Dhaiva

    Hi,
    Are you using this for trim interface ?
    If yes, you need to use Template PDS/ppm for the same.
    For more info, you can have a look at SAP note 919080.
    Let me know if this info helps
    cheers
    Ram

  • How to delete Planned Order in APO

    Hi,
    How can I delete planned orders in APO? I already tried //RLCDELETE but it says "Order not in live cash" but I can see the order in //RRP3.
    Let me know if you know another TCODE for this.
    Thanks
    David

    Hello David -
    Please use /SAPAPO/DELETE_PP_ORDER to delete planned orders.
    thanks
    Varun

  • How to Change Component on a SNP Planned Order ( Just 1 time )

    Hello,
    We are trying to change a component on a SNP Planned Order just 1 time.
    So we do not want to change the PDS since this is one time change only.
    We tried changing it in R/3. Once we do that, R/3 shows new component but APO still shows dependant demand on old component ( May be because APO SNP Planned order is still connected with the PDS ) .
    Then we went to APO and tried to change the component in /sapapo/rrp3. Here you can delete the old component but doesn't let me add new component.
    Next thing we tried was to convert it to PPDS Order. Once converted, we went to change mode and tried to remove old component and add new component. It lets me do this. Only issue with this route is that, it puts correct start and end dates on the order dependning on the order quantity and so order moves the dates which we do not like.
    Is there any other better way to fix this issue ?.
    Thanks.
    Ketan Doshi.

    This being a very unique requirement, I would use one-off approaches usually not followed. You may need to explore the use of BAPI BAPI_MOSRVAPS_CREATESNPORDER. This will help you point the source of planned order to a PPM or a PDS that you may want to create in APO system on a one-off basis. PPMs can be maintained in APO, however PDS are usually CIFed from R3. You can try to create PDS (based on the new component) in APO system only using backend tables. Try do some little research on /sapapo/curto tables to create the PDS in APO. Then use the BAPI to point the source to this new PDS. (better you also try the PPM approach since there are no issues keeping the PPM in APO)

Maybe you are looking for

  • OTN Developer Day Regrestration Problem

    For the last two days, I've been trying to register for the developer day in Houston, TX. When I click the Register Now button, im taken to a page with the following content: We're sorry, There seems to be some problem in processing your request. We

  • Regarding GET and PROVIDE coding

    HI GURUS, cud u plz explain the given statement:::::HOW does it work. GET pernr.   PROVIDE * FROM p0001   BETWEEN pybegda AND pyendda.   ENDPROVIDE.

  • Publish Settings - Flash Player 11 problem

    Yes correct I'm talking about Flash Player 11, thats what it says in Flash CS5 software. Whatever I do in Publish Setting, Flash software always returns option to be Flash Player 11, i don't get this. I choose Flash Player 8 and AS 2.0 and re-open Pu

  • Is after effects cc trial a separate install from the subscription version?

    is after effects cc trial a separate install from the subscription version?

  • My MB won't let me connect the internet

    The wireless is working my airport says it is and so does my pc. the macbook shows a connection. network Diagnostics says there a connection. BUT NO INTERNET. What can I do?