EANCOM Message for APO planning module

Hi  ,
Currently we are working on Integration of APO - Planning module with our Business Partner . We have SAP PI in the landscape
  APO Planning Messages have to be delivered to the external Partner through  SAP PI as EANCOM message .
If any one has tried this scenario already please let me know which EANCOM message is used in this scenario.
Thanks & Regards,
Kavitha

In simple terms APO is mainly used for forecasting. The forecasting is done based on the past sales by the org. This sales from R3 or any other source s/m is fed into APO. In calculating the forecast,org factors such as intrumental or org's factors which contribute to expenditure are added to the APO. With both of these information...APO generates forecast for future which can be for weeks or months or years. This forecast data is fed into BW for comparison with actuals when teh appropriate time comes...meaning when the future date comes...the forecast for that date is compared with  that date's sales. The area where we have both sales and factors i beleive is called the Planning area...
Hope i explained to u what i understood about APO.
Assign point if useful
Arun

Similar Messages

  • Message handling in function module

    Dear All,
    I created a function module to create equipment master. but i want to know how to handle message for this function module.
    Like if i create an equipment which is already been created then the message should shoe that equipment already exist.
    <removed by moderator>
    this is my query. so pls kindly tell me how to handle message for this query
    Moderator message: please post only relevant code parts, your posts must contain less than 5000 characters to preserve formatting.
    Edited by: Thomas Zloch on Apr 14, 2011 10:00 AM

    Hi Prakrita,
    Try building below code within the RFC after you have added return structure in your RFC parameters.
      IF sy-subrc NE 0.
        CLEAR message.
        message-msgty = 'E'.
        message-msgid = 'ZMI'.
        message-msgno = '001'.
        message-msgv1 =  ID.
      PERFORM return_message USING message
                                   CHANGING return.
      Endif.
      form return_message USING    VALUE(P_MESSAGE)   LIKE MESSAGE
                                   CHANGING P_RETURN  LIKE BAPIRETURN.
      CHECK NOT MESSAGE IS INITIAL.
      CALL FUNCTION 'BALW_BAPIRETURN_GET'
           EXPORTING
                TYPE       = P_MESSAGE-MSGTY
                CL         = P_MESSAGE-MSGID
                NUMBER     = P_MESSAGE-MSGNO
                PAR1       = P_MESSAGE-MSGV1
                PAR2       = P_MESSAGE-MSGV2
                PAR3       = P_MESSAGE-MSGV3
                PAR4       = P_MESSAGE-MSGV4
           IMPORTING
                BAPIRETURN = P_RETURN
           EXCEPTIONS
                OTHERS     = 1.
    endform.

  • Publishing an APO Planning book to  EP

    Any ideas on publishing an APO planning book to EP? Are there are business packages available? Couldn't find any on Iviewstudio.

    Hello Anand,
    I know this post was made a long time ago.. but yet, I wanted to check if you found a business package for APO planning book to implement it on th portal.
    Thanks and Regards,
    Reena

  • General Reports for Production planning

    Dear all,
    Can you please explain me what are the reports generally important for production planning module.
    How to generate a reports?
    If possible,please explain with an example by showing some screen shots.
    Regards
    Rajasekaran

    Hi Raja,
    Did you search in Forum? Please search.
    COOIS -Order Information System is the important report for PP module. In COOIS Under List there are different option to see order details, operation details, confirmation details, Error details, component details and Object Overview where you can see order, operation and component details.
    CO24 -Missing Parts
    MB24 -Reservation List
    SAP Standard PP Reports
    Thanks & Regards,
    Ramagiri

  • ABAP for APO Module

    HI All,
    I'm just wondering how the ABAP work in APO module. Will it be same as if all other modules of SAP like SD, MM, FI etc or Its different from regular ABAP, for example HR-ABAP.  I know HR abap is different from Normal ABAP, as we use more Macros, FMs, Infotpes(I worked on HR-ABAP & Normal) instead of select statements.
    If anybody here in this ABAP development forum had worked on ABAP for APO modules, can please through some light on this.
    Thanks in Advance.

    APO is one of the component of SAP so it uses same ABAP programming..There is no major differences in terms of coding.
    chk this link for SAP Advanced Planning and Optimization (SAP APO)
    http://help.sap.com/saphelp_scm50/helpdata/en/7e/63fc37004d0a1ee10000009b38f8cf/frameset.htm

  • Long term planning in ECC for materials planned in SAP APO

    Hi SAP PP and APO Experts,
    I would like to know whether it is possible to plan a material in SAP ECC with Long Term Planning to create Simulative Planned Orders in ECC, when the MRP Type for the material is set to X0 (Planning in SAP APO).
    Warm regards,
    Prem

    Hi Dhaivakumar,
    Appreciate your prompt response.
    My business is MTS. I have made all settings for LTP planning for the material. (M|RP Type is set to X0-Planning in APO). When I execute the transaction MS02, I get the error message "Material 5200000013 J310  is not planned automatically. Message no. 61008". The details of the error message is:
    The material 5200000013 in plant J310 or in MRP area  is not included in automatic MRP because
    either the MRP data for plant J310 or MRP area  has not been created
    or an MRP type has been entered for the material in plant J310 or MRP area  that does not allow automatic MRP.
    Warm regards,
    Prem

  • Function module for calculating planned and actual cost of production order

    Hi ,
    Do we have any standard function module for calculating planned and actual cost for production order?
    i need to implement this in a Z-report.
    Thanks
    Srini

    Hi,
    try below function module
    CRMCO_GET_PLAN_ACTUAL_COSTS
    CO_IH_GET_PLANNED_COSTS_TOTAL
    Regards,
    Sankaran

  • Function modules or BAPI for posting plan costs for WBS Element

    Hi all,
    Does anyone know, whether there exists a function module or BAPI for posting plan costs to a WBS Element? K_COSTS_PLAN_PS does not work, because RKP1 is not allowed.
    Greetings

    check
    BAPI_COSTACTPLN_POSTACTINPUT   Activity Input Planning: Posting                
    BAPI_COSTACTPLN_POSTACTOUTPUT  Activity/Price Planning: Posting                
    BAPI_COSTACTPLN_POSTKEYFIGURE  Stat. Key Figure Planning: Postings             
    BAPI_COSTACTPLN_POSTPRIMCOST   Primary Cost Planning: Postings                 
    BAPI_PDTRANSCO_POSTPRIMCOST    Transfer of Planning Data: Post Primary Costs   
    K40C                           CO Actual Postings, Manual                      
    BAPI_ACC_PRIMARY_COSTS_POST    Accounting: Post Primary Costs                  
    BAPI_COPAACTUALS_POSTCOSTDATA  BAPI Operating Concern: Post Costing-Based Actua
    BAPI_PRIM_COST_CHECK_AND_POST  Primary Costs: Formal Parameter Check           
    S@meer

  • Function modules or BAPI for deleting plan costs on a cost center

    Hi all,
    I search for a function module or bapi to delete plan costs / activity on a cost center.
    At the moment I update the planning with 0, but that cause a mass of needles entries on the cost centers.
    For check and posting I use the function group 6026 - BAPI_COSTACTPLN_* ,
    but there is no function for deleting.
    Has anyone an idea?
    Thx for help - points as reward !

    check
    BAPI_COSTACTPLN_POSTACTINPUT   Activity Input Planning: Posting                
    BAPI_COSTACTPLN_POSTACTOUTPUT  Activity/Price Planning: Posting                
    BAPI_COSTACTPLN_POSTKEYFIGURE  Stat. Key Figure Planning: Postings             
    BAPI_COSTACTPLN_POSTPRIMCOST   Primary Cost Planning: Postings                 
    BAPI_PDTRANSCO_POSTPRIMCOST    Transfer of Planning Data: Post Primary Costs   
    K40C                           CO Actual Postings, Manual                      
    BAPI_ACC_PRIMARY_COSTS_POST    Accounting: Post Primary Costs                  
    BAPI_COPAACTUALS_POSTCOSTDATA  BAPI Operating Concern: Post Costing-Based Actua
    BAPI_PRIM_COST_CHECK_AND_POST  Primary Costs: Formal Parameter Check           
    S@meer

  • Business Process: Final Demand Plan Key Figure in the past for APO DP

    Hello APO process experts,
    I have a BPX question for APO DP process owners, consultants or gurus:
    1.- Have you ever seen in any SAP APO customer, that in their APO DP planning books, they chose or designed to update the Final Demand Plan key Figure in the past closed historical buckets with the Actual Sales?
    Meaning that that in the Past closed historical Buckets, Actual Sales and Final Demand Plan, look exactily the same.
    Meaning that they create a dynamic Final Demand Plan key figure so to speak, yet they did not choose to create a key figure that also keeps the Final Demand Plan as originally entered.
    2.- Would you think that doing the above, without keeping any keyfigure in the planning book that actually shows what the Final Demand Plan was in the Past, is a good practice?
         The Demand Planner could still retreive the Final Demand Plan from BI reports, yet, dynamically they could never really see it in the planning book.
    3.- Do you think the above dynamic key figure would bias the Demand Planner's behaviour to manipulate the future open Final Demand Plan buckets to enter volumes in order sum to a monthly total, independently of what were the over and underachievements in the past (since they are not really visible to him) ?
    I would really like your feedback,
    thanks in advance!
    JD Loera

    Hello Thanks for your feedback.
    I agree with your point, and I hope that i still get more feedback from other Business Process Experts.
    I am trying to build a case for my client, to challenge the decision of their initial design as this practice is going to hurt the Demand Management process, if what they intend to achieve is a true "unconstrained demand plan"
    Much appreciated
    JD Loera

  • Error message in WAD: "No name is specified for modification type 'Module'"

    Hi All,
    We have created a WAD template with one analysis item and a button and have single module of type generic module in it.
    While executing it  following error message is displayed "No name is specified for modification type 'Module'"
    Please Can anyone help with this error.
    Regards,
    Shweta.

    Hello,
    I am currently facing same issue and I have no idea how to get rid of this message on top of the page.
    I'm pretty sure that this error message comes from the ANALYSIS_ITEM define in my Web Template but I have defined alias name for the different modules I created:
    Who is able to help ?

  • Quota arrangement in R/3 for APO generated planned order materials?

    Quota arrangement for the planned order materials generated from APO and when
    it is at the inbound side of R/3 while in CIF i.e.
    u2022 Once the Planned order is created in APO and when it is at the inbound side of R/3 while in CIF u2013 the system will first check in the table(EQUK) against the material and plant whether there is any valid u201CQuota arrangement numberu201D(EQUK-QUNUM) .
    u2022 Then from the table (EQUIP) against the u201CQuota arrangement numberu201D the system needs to calculate the percentage quota(from QUOTE field) of the material concerned against each production version.
    u2022 Finally the Planned order of the material needs to be converted into more than one Planned orders as per the production versions and in the ratio as mentioned in the quota arrangement.
    Actually Functionality exists today in R/3 whereby MRP will generate more than 1 planned order if production version quota arrangements exist. For example if via MEQ1 a quota arrangement exists to split requirements 60-40 between production version 1 and production version 2 then MRP will generate 2 planned orders using the 60-40 split.
    Does this still occur if APO generates the order materials and CIFs it to R/3?
    *I mean I had a requirement where APO generated planned orders to be split automatically and the correct PVs(Production version EQUP-VERID) to be assigned if quotas(EQUP-QUOTE) exist in R/3 side??*
    please help me asap this will b really appreciated and high points will be given....

    Quota arrangement for the planned order materials generated from APO and when
    it is at the inbound side of R/3 while in CIF i.e.
    u2022 Once the Planned order is created in APO and when it is at the inbound side of R/3 while in CIF u2013 the system will first check in the table(EQUK) against the material and plant whether there is any valid u201CQuota arrangement numberu201D(EQUK-QUNUM) .
    u2022 Then from the table (EQUIP) against the u201CQuota arrangement numberu201D the system needs to calculate the percentage quota(from QUOTE field) of the material concerned against each production version.
    u2022 Finally the Planned order of the material needs to be converted into more than one Planned orders as per the production versions and in the ratio as mentioned in the quota arrangement.
    Actually Functionality exists today in R/3 whereby MRP will generate more than 1 planned order if production version quota arrangements exist. For example if via MEQ1 a quota arrangement exists to split requirements 60-40 between production version 1 and production version 2 then MRP will generate 2 planned orders using the 60-40 split.
    Does this still occur if APO generates the order materials and CIFs it to R/3?
    *I mean I had a requirement where APO generated planned orders to be split automatically and the correct PVs(Production version EQUP-VERID) to be assigned if quotas(EQUP-QUOTE) exist in R/3 side??*
    please help me asap this will b really appreciated and high points will be given....

  • What is the best practice for APO - Demand planning implementation

    Hi,
    M client wants to implement demand planning.
    Cient has come up with one scenario like a New Customer is created in ECC, and if I use BI and then APO flow for Demand planning, user will have to wait for another day. (AS BI is always having one day delay).
    For this scenarios user is insisting on ECC and APO-DP interface.
    Will anybody suggest what should be the best practice for Demand planning.
    ECC -> Standalone BI -> Planning area (Planning is done in APO) -> Stand alone BI
    Or ECC -> APO-DP (Planning is done in APO) -> Standalone BI system
    I hope I am able to explain my scenario.
    Regards,
    Saurabh

    Any suggestions !!

  • Best practices for loading apo planning book data to cube for reporting

    Hi,
    I would like to know whether there are any Best practices for loading apo planning book data to cube for reporting.
    I have seen 2 types of Design:
    1) The Planning Book Extractor data is Loaded first to the APO BW system within a Cube, and then get transferred to the Actual BW system. Reports are run from the Actual BW system cube.
    2) The Planning Book Extractor data is loaded directly to a cube within the Actual BW system.
    We do these data loads during evening hours once in a day.
    Rgds
    Gk

    Hi GK,
    What I have normally seen is:
    1) Data would be extracted from APO Planning Area to APO Cube (FOR BACKUP purpose). Weekly or monthly, depending on how much data change you expect, or how critical it is for business. Backups are mostly monthly for DP.
    2) Data extracted from APO planning area directly to DSO of staging layer in BW, and then to BW cubes, for reporting.
    For DP monthly, SNP daily
    You can also use the option 1 that you mentioned below. In this case, the APO cube is the backup cube, while the BW cube is the one that you could use for reporting, and this BW cube gets data from APO cube.
    Benefit in this case is that we have to extract data from Planning Area only once. So, planning area is available for jobs/users for more time. However, backup and reporting extraction are getting mixed in this case, so issues in the flow could impact both the backup and the reporting. We have used this scenario recently, and yet to see the full impact.
    Thanks - Pawan

  • Function module to create messages for Purchase order

    Hi All,
    I am writing a BDC and recording steps to create Messages for a Purchase order(ME22N).
    For an existing PO, go to Messages and create a message with output type for EDI. Already there are existing Output types for Print and Fax,
    How do I default my cursor at the 3rd record if Print, and Fax are already there, and when I run this BDC for several PO's How do I know how many messages are there and where to place cursor to create message for EDI.
    Is there any Function module or Bapi available wherein I can directly give the PO number and create the message.
    Please suggest
    Thanks-

    I have a list of PO's in the internal table, I need to put a loop and for each PO, I need to create a message with output type for EDI. as I am not sure if there are already messages available for Print, Fax, and Email. I have an issue placing the cursor on the Messages window.
    So i thought if there is any function module to create message without going to message window, I can avoid those complications.
    How to do this. any suggestions?
    Thanks-

Maybe you are looking for

  • Having trouble installing itunes, keep getting error message R6034

    I'm trying to install i-tunes and I keep getting a runtime errorr message and a windows message. Does anyone have suggestions on how I can re-install i-tunes?

  • HELP - how to get photos from iphone after Telstra wiped it

    Hi I am asking this question on behalf of my sister. She had her second child last week and her husband took heaps of photos on his iphone from the birth and the first couple days in hospital, I'm not sure what model his iphone is but he only got it

  • Regarding object_id in Oracle

    I have created a table TEMP_TAB and created 3 triggers on TEMP_TAB table. Triggers names are trig1, trig2 and trig3. Now when I query in dba_objects, I found below object_id for respective triggers. trig1 object id is 374841 trig2 object id is 374857

  • Backing up referenced images

    I'm getting nervous because I've got the bulk of my library on an external HD. What is the best way to backup those images? I use 2 different HD's for vaults but I think I'm only backing up masters that are in my library on my computer's HD, right? I

  • UB PO type, without a GR?

    Hi Guru's, we currently create UB PO's for intracompany.  We use a Deliv and Goods Issue but we do not want to do a Goods Receipt for certain plants.  The problem is we get a hard error message when we try to close the line by flagging 'deliv complet