ABAP report to display material wise forecasted value in sap APO

Hi All,
I want to create a ABAP report in which i want to display the forecasted values of the material from the planning book.
Could anyone please help me with the information with any database table or the function module or any other source to get the forecasted value against the key figure ZCONSTR form the planning book data.
It's very urgent.....Awaiting your reply.
Edited by: Komal Bhutada on Jul 22, 2011 5:50 PM

Hi,
You can more details from transaction BAPI->Supply Chain Management ->Advanced Planning and Optimization ->PlanningBookAPS ->GetDetail2 .Here you can find input parameter and in detail documentation.
Regards,
Sunitha

Similar Messages

  • I want to display year wise sales value

    Dear expert's,
                         i am loaded sales overview infocube 0sd_c03 with 11 series infosource in to infocube  expect for calyear..... time chara.......
    so i am only having monthwise values in infocube. now i want to display year wise sales value in my query based on month wise time chara....values.......
    how to do it..... with out loading once again in to infocube.......
    Regards
    Harikrishna N

    Bex 3.x displays report in Excel as you know.
    In the Bex query designer ,include a dummy formula or calc kf or any such thing
    In the excel sheet, you have option of writing a VB code that can refer you calmonth and populate relevant calyear in that dummy column created by you.
    This will avoid any kind of upload in cube as the data population goes in runtime. For huge data sets , check on performance

  • What report can show Release & re-release value of SAP contract

    Hi Gurus
    What report can show Release & re-release value of SAP contract... Can you please suggest..
    Thanks in advance
    subbu

    Hi,
    We have standard report available to view the release /un-release in Purchasing document category (K-Contract-Sched.agreement,F-PO,A-RFQ) . In standard transactions ME80RN -General Evaluations, It will list out the report which is include your release document header like release group.code,strategy,status of release indicator (Y/N). For this expected output,you will need to choose the dynamic selection(shift+F4) with this you have to double click your expected requirement fields.
    I hope this will fulfills your requirement.
    Regards,
    Thiru

  • Report results displays only (*), no numeric values.

    Dear all,
    The report result only displays asterick (*), no numeric values. But the field in the result thus has numbers which can be seen in display at the top in the excel sheet. why?
    Do i need to make any changes in Query properties or something else??
    Please advise.

    Hi,
    You should be trying to work to different units of measure or different currency. If you do any calculation with two values which has different unit then the result will be so.
    use NODIM() of the keyfigure and do the calculation. create a formula and add NODIM to keyfigure, then you should be able to see values but you will not get the unit along with value.
    Else you should go for conversion of units to single one and then you can get both values and units.
    Hope this helps
    Regards
    Akhan

  • Requirement to develop New report to display material self life details

    Hi,
    I have a requiement to develop a report to find material Expiry date susing total self life:
    My selection screen:
    warehouse number
    storage location
    storage type
    material
    material type
    total shelf life
    My list should display the material number, description,material type, material group, storage unit, total stock, goods receipt date, expiry date.
    Please tell me what are the table to be used to fetch these details.
    Thanks,

    Hi,
    For your requirement use the below Table,
    material number : MARD-MATNR
    description       : MAKT-MAKTX
    material type  : MMARA-MATKL
    storage unit - MARD-LGORT
    Total stock - MARD-LABST
    goods receipt date MSEG -DATE
    expiry date MSEG - DATE
    Regards
    Thiru

  • Report to display material master data changes

    Hi,
    Is there a standard report available to display all changes to material master data over a specified time frame i.e all changes made alst week,all chnages made today.
    Please suggest.
    Thanks in advance.

    Hi!
    Appart from MM04, you can also have a look at MM03 or MM02:
    1. Goto MM02 or MM03 transactions and enter the material.
    2. Select the relevant views for which you want to have the details.
         In the Bar menu follow the path Environment -> Display changes.
    Here you will get the list of changes done to the fields with Old and
    New values.
    Appart from these two tools, there is not any other report provided in the standard for this target.
    I hope this helps!
    Esther.

  • Custom Report to display Material Number PR00 K004 KF00 MWSTand Total net e

    Hi All
    I am supposed to develop a report for pricing which is used to quote prices to the customers with all the components of pricing in different columns shown below.
    Material Number PR00 K004 KF00 MWSTand Total net effect  in different columns and their values using one single report.
    Can you please share your experiences
    Thanks in advance for your help
    Regards
    Anishka.

    Check T.code V/LD
    Hope this help you
    Senthils

  • Report showing overdelivery material and its value.

    A report is required showing the material received by giving overdelivery/unlimited tolerance.  It should give the details of the material,quantity excess received, excess quantity value.
    How to get it.
    Pl reply.
    T.SRINIVAS

    Hello Friend
    Try Report with Tcode ME2M and in input screen dont forget to choose "ALLES" in Scope of list.
    Else If your corporate policy is the same regardless of vendor /
    material combination, then you can use the ME2N transaction. It
    has a dynamic selections button that allows you to search on
    practically any PO field. The Delivery tolerances fields are
    contained on the PO item folder of the dynamic selections.
    Additionally, you can enter a document date restriction to limit
    the results. I also recommend entering "WE101" - "OPen Goods
    Receipt" as a Selection parameter to keep the list to include
    open, GR relevant PO Items.
    If the Delivery tolerances vary by Material vendor and you can
    not create variants in the ME2N transaction to capture the
    relevant scenarios, then you may have to write a SAP query to
    compare the PO Item to the Purchasing Information REcord. If
    this is the case, I recommend using Infoset MEPOLDB for the
    Purchase ORder information, and table EINE for the Delivery
    tolerance information of the PIR.
    Reward if useful
    Regards
    SE
    Edited by: SAP Enjoy on Jan 24, 2008 4:56 PM

  • Display Material |Attachment File in ALV report

    Dear All,
    I have to make ALV report for mutliple material attachment file.I want to display material wise attachment where user can see in report. We can see attachment list in Service For Object button in MM03 tcode for single material. And i also i do not want attachement list on tool bar where like MM03 is dispalying.
    I need ALV report for materialcodewise image/attachment file like,
    MaterialCode    File
    A101                any filename
    B101                 any filename
    So user can click on file base on material, then file will open and he can see image/attachment.
    Please guide me for above mentioned query.
    Regards,
    Shivam.

    Dear Shivam,
    You can have multiple attachments for a sinlge material. You need to consider that in your report.
    for getting the list of attachments using the static method CL_BINARY_RELATION=>READ_LINKS.
      DATA: lw_BOR TYPE sibflporb.
      DATA: lt_rel TYPE OBL_T_RELT,
                 lw_rel type OBL_S_RELT.
      DATA: lt_links TYPE obl_t_link,
                 lw_links type OBL_S_LINK.
      DATA: lo_root TYPE REF TO cx_root.
      lw_bor-instid = <Materail no.>   "<------- Materail No.
      lw_bor-typeid = 'BUS1001006'.
      lw_bor-catid  = 'BO'.
      lw_rel-sign = 'I'.
      lw_rel-option = 'EQ'.
      lw_rel-low = 'ATTA'.           "<----------Attachments
      APPEND lw_relt TO lt_rel.
      TRY.
          CALL METHOD cl_binary_relation=>read_links
            EXPORTING
              is_object           = lw_bor
              it_relation_options = lt_rel
            IMPORTING
              et_links            = lt_links.
        CATCH cx_root INTO lo_root.
      ENDTRY.
    Once you get the list of attachment populate your output table using the same.
    you can use FM SO_OBJECT_READ to get details of attachment.
    Make the column with attachment as hotspot, so that ALV take action in sinlge user click.
    In the user-command of ALV write the code to open the attachment.
    you can use the FM SO_DOCUMENTS_MANAGER
    Hope this helps you.
    Regards,
    Sachinkumar Mehta

  • Report to display Mat Cost Planned Labour Cost and Over head cost

    Hi Abapers,
    Greetings of the day..
    I need a Report that Display Material Cost , Planned Labour Cost,Actual Labour Cost and Over head value
    where do i start from and what are the tables involving in this report..
    if already done this A code snippet is more helpful...
    Thanks In Advance...
    Thanks & Regards
    Sathish

    Assuming you are talking about Maintenance Order.
    Use table: PMCO.
    Here the line with field VORGA having value KPPS gives the Planned Costs of the Order in the field WRT01.
    Similarly, the line with field VORGA having value RKL gives the Actual Costs of the Order in the field WRT01.
    Also have a look at Tcode KKBC_ORD.
    Jogeswara Rao K

  • Abap report error while downloading to excel.

    Hello All,
    I have a abap report which displayes the output in frontend and I want to download it to the excel file.
    When i choose from menu bar the options like--
    LIST-> MOVE ->Save to PC File.  some of the negative values get merged into one single value.
    I have two different negative values say 115  10-  in one cell but when I download it to the excel file this value is dispalyed as          -11510         .    Also I ahve noticed that only the values with one negative sign are dispalyed wrongly.
    The values with -115 -10 are dispalyed correctly.
    Could anyone please let me know why this happens?
    Many Thanks,
    Komal.

    Hi Komal  ,
    I have two different negative values say 115 10- in one cell but when I download it to the excel file this value is dispalyed as -11510 . Also I ahve noticed that only the values with one negative sign are dispalyed wrongly.
    as  value 115 10- are in one cell in output  they will be saved as one  -11510 only  .
    But i don't understand  why you are saving  115 and 10- in one cell or one  column  if they are two different  value    .
    regards
    Deepak.
    Edited by: Deepak Dhamat on Aug 10, 2011 11:07 AM

  • Bex Query in ABAP report

    Can i call a BEx query in ABAP report and display in ALV grid. if so please give me the syntax.
    Thanks
    Akila.R

    Look at the FM "RSDRI_INFOPROV_READ".
    With this you can read data into a internal table of your program.
    With this FM, you can do a selective read and select only the key figures and characteristics that you wish to read in your ABAP.
    I am not ure, if you can call a BEx report in your ABAP. But with what I mentioned here, you can acheive what you want.
    Ravi Thothadri

  • Evaluation Comparision - Material wise Price,Quality and Delivery Scores

    Hi All
    I am new to QM and i am developing a custom report for vendor evaluation. For that report i need material wise scores of price,quality and delivery and based on this we need to perform some calculation.
    In ME64 transaction i can able to see the General evaluation and Material wise evaluation for a pur.org,vendor and material combination.
    From which table can i select this material wise scores.From table ELBP i can able to see only genral score and table ELBM has no entries.
    Currently i can able to get the correct data by submitting ZRM06LBEW (Copy of ME64) in my report for pur.org,vendor and material combination.But i assume it may lead to performance issue.
    So kindly suggest me any table,function module or BAPI to get the reuired data.
    Thanks & Regards
    P.Thangaraj

    hii..
    Explore Exit MM06L001.
    Description for the same is for your reference which is copied as it is on the source:.
    User Exits - Vendor Evaluation
    Enhancement MM06L001 comprises four function exits, which are invoked during the calculation of the scores for the subcriteria. The enhancement makes it possible to replace the standard scoring method by customers' own methods.
    Implementation Guide (IMG)
    To allow a customer's own scoring methods to be used, an indicator must be set for the relevant subcriteria in the IMG in the step Define criteria.
    Function modules
    The function modules for enhancement MM06L001 are as follows:
        EXIT_SAPLMEL0_001
    for the general criteria
        EXIT_RM06LBAT_001
    for the quality criteria if the vendor evaluation is carried out in the background
        EXIT_SAPMM06L_001
    for the quality criteria if the vendor evaluation is carried out online
        EXIT_RM06LBEW_001
    for the quality criteria when the scores for the semi-automatic and automatic subcriteria are determined
    The following data is passed on to the function modules:
        XLIFNR (Vendor number)
        XEKORG (Purchasing organization)
        XHKRIT (Main criterion)
        XTKRIT (Subcriterion)
        XKRTYP (Scoring method)
    The function modules then supply the scores in the parameter XBEURT.
    Coding example
    The following example shows how a customer's own scoring method can be stored for the subcriterion "On-time delivery performance". The following coding can be added to program ZXM6LU01 for this purpose:
    CASE XKRTYP.
    WHEN '3'. "Ermittlungsmethode f・ die Termintreue"
    (Scoring method for on-time delivery performance)
    XBEURT = 50. "kundeneigene Logik"
    (Customer's own logic)
    ENDCASE.
    In this case, 50 points are always awarded for a vendor's on-time delivery performance.
    Function/Program:
        EXIT_RM06LBAT_001: User Exits for Vendor Evaluation
        EXIT_RM06LBEW_001: User Exits for Vendor Evaluation
        EXIT_SAPLMEL0_001: User Exits for Vendor Evaluation
        EXIT_SAPMM06L_001: User Exits for Vendor Evaluation
    Regards,
    Amol

  • Coverage material price forecast

    i want to run a report on coverage material price forecast....how do i go about that

    Hi,
    Could you please elaborate your requirement.
    In std.SAP there are no reports available for Material Price Forecasts.
    Anyhow you have reports such as ME1P which provides you the purchase order Price history.
    Thanks & Regards,

  • Forecast Values

    Dear Friends
    For forecast based planning what is the difference of entering the forecast values in MM02 and in MD61, also i want to know whether  the system will automatically get the forecast values, insteaded of entering manually.
    If i want to change the forecast values whare can i update it.
    IS it possible can we export the annual sales forecast excel sheet to material master forecast values.
    thanks & regards
    Shivani

    Hi Shivani,
    It is not possible to explore Multiple BOM's during MRP. Instead you create different alternative boms with different production versions. When you run MRP system creates a planned order, where you can change the production version and view the status of capacity and material ATP. Just check and come back...
    Ramagiri

Maybe you are looking for

  • Ipod nano error message 13019

    Lately, when I sync my ipod nano I have been getting an error message of 13019. It won't let me sync anything to my ipod. I have tried to restore it and everything and it is still not working. Not sure what to do and could really use some help?

  • How do I send a text message to family members all at the same time

    How do I send a text message to family members all at the same time

  • Iphoto back up problems

    I have a powerbook G4 with the iLife 08 installed. I have nearly 5000 pictures on my computer and i'm trying to move them to my external hard drive so that i can delete them from my computer. each time i back up and then go into iphoto and delete, it

  • How Do I Get Preview to Print at 100%

    I have PDFs that I must print at 100%. So I, Change "Scale to Fit" to "Scale" (in the Print dialog) and enter 100%. The drawing prints at 130%. In fact, no matter what scale I enter, (10%, 50%, 200%) it will always print so the PDF "fills" the page.

  • WAAS not working with VMWare VDI

    I have a strange problem trying to get VMWare VDI working with WAAS. The central site has a 6500 using WCCP to a core WAE. The remote site is connected via VPN and has an in-line WAE. The firewalls are running Inspect WAAS and all traffic is being op