Report-Recipe Details

Hai all,
           I am working on a Report of displaying all the FG materials for a given Generic Bulk material.
Also the desc, plant, base quantity, min and max lot size of both generic and FG. the output should be as shown below:
Material         Desc            plant    batch size   unit of measure    base quant  min lot size   max lot size
1700001       Bulk Mat       1130     -                  NO                       1500           0                   9999
1300001       Finishd Mat    1120     20 X 50's     KG                        1000          0                    9999
Can anyone pls help me on the logic to work on this?
Also I am using the Table MARC for getting the Base Quantity, field name is BASMG, but no data is being displayed. Is it the correct table or we should use any other Table?
Edited by: kavitha N S on Mar 13, 2009 7:11 AM

try STPO.

Similar Messages

  • Reporting Question - Detail and Summary info in the same report

    Hello All,
    I have a situation where I have to report the detail and summary information from one cube (or multiple cubes) in a single report. Following is the example cube with smaple data and the required report
    Cube - Char - 0CUSTOMER
                    0MATERIAL
                    0MATL_GRP
                    0CURRENCY
             Key Fig - 0AMOUNT
    Data
    0CUSTOMER    0MATERIAL 0MATL_GRP 0AMOUNT 0CURRENCY
    CUS1         MAT1      GRP1      1000    USD
    CUS1         MAT2      GRP1      2000    USD
    CUS1         MAT3      GRP2      3000    USD
    CUS1         MAT4      GRP2      4000    USD
    CUS2         MAT2      GRP1      2222    USD
    If I run a report to See Which Customers have bought Material MAT1, I want to produce a report like
    Material Cust Matl_Gr Amt(Matl) Amt(Cust/Mtgr) Amt(Cust)
    MAT1     CUS1 GRP1    1000 USD  3000 USD       10000 USD
    MAT1     CUS2 GRP1    2222 USD  2222 USD       2222  USD
    Any Ideas to create such a report is welcome. I am open to use multiple cubes, Multicubes, summarized data joins etc.
    Thanks in advance for the help.
    Amit Gupta

    Amit,
    You can acheive this using single cube.
    All you need to do is to define 2 restricted keyfigures the following way.
    1. Amount (Cust/Material Group)
    In the Restricted KF (either global or local), pull in the Material to the right side, right click on it and select "Constant Selection". Save it.
    2. Amount (Customer)
    Pull in both Material and Material Group and do the same step as above for both. Save it.
    Now run the query and tests it. Let us know if i worked.
    Gova

  • Report Builder - detail shows twice CFMX7.0.2

    I've encountered an odd issue with the Report Builder. Every
    time I create a report with a subreport inserted into the main
    report my detail gets generated twice on the report. I've even
    verified that the queries run twice on the SQL Server watching it
    in profiler. I'm not sure what happend but this now happens to all
    my reports and it's become very frustrating.
    It does not matter if I change the report format to PDF,
    Flashpaper, Excel or Word.

    Figured out my problem. Took another look at my query for the
    master records and found out that the header was returning 2
    records when it was only supposed to be returning 1. Ended up
    adding a SELECT TOP 1 to the query to limit it to one
    record.

  • Report ouput details should create an Attachment and it should be trigger i

    Hi,
    The requirement is like this, my Report output details should create an Attachment and it should be trigger in my workflow MailBox.

    Prabhakar,
    Are you asking a question about the SAP Business One Integration Technology for SAP NetWeaver or a question about the SAP Business One SDK.  If you question is with respect to the Business One SDK, please post your question on the SAP Business One Discussion Forum as this forum is for the SAP Business One Integration Technology for SAP NetWeaver.
    If this is a question about the SAP Business One Integration Technology for SAP NetWeaver, can you give a little more detail?
    Thank you,
    Eddy

  • Report with Details

    Hello,
    I'm trying to develope an report page with link to an detailed page.
    Report page should be consists fields from different tables e.g. kurs.kurs_description, kurstermin_startdate ....
    The link in the first column should appears an page with detailed informations, but this fields should be more than the report page.
    Currently i've got only the same entries from the report page. How can i show more detailed informations? Both report and detailed page should be only readable. That's why i can't use an master-detailed form.
    Thanks for help, yonah

    Hi Denes,
    1. Create a form using wizard,ok i did it, but there are writeable tabular text fields, i'd like to get only textfields (i hope you understand what i mean?)
    2. Remove the AplyMRU, MRD Processes from you page and remove the corresponding buttons (SUBMIT, SAVE, CREATE, DELETE)The buttons are no problem i removed that, but processes are not defined in apex for this formpage
    3. on your report create add a column link and edit that oneI can create an report with sql-command:
    select k.kursnummer, k.kurstitel, k.kuerzel, k.kategorie, k.kursbeschreibung, k.zielgruppe, p.name as Dozent, kt.beginn, kt.ende, kt.anmerkungen, kt.ort
    from qualification.haelt h, qualification.kurs k, qualification.kurstermin kt, ibus_system.personnel_person p
    where k.kurs_id = h.Kurs_kurs_id and h.wirdgehalten_von_p_id=p.p_id;
    but i can't finde an add column link? If i use the "interactive report" (sorry i have the german version of apex) i've got an error message: For the link it needs an identify key (because row_id doesn't work), but any column above i typed is an invalid identifier. The tables are created for database user qualification and are visible for apex.
    yonah
    Edited by: user651636 on 25.08.2008 04:12

  • Master Recipe details\ Inspection details based on the ECR number

    HI All,
    Could you please help me in finding one FM which gives Master Recipe details\ Inspection details based on the ECR number which is created in CC31.
    In the Transaction CC31 for a given Change Number,  there is a Master Recipe and Inspection in the Objects button -> Task list . We need Master Recipe and Inspection details associated with that particular change number.
    Awaiting your response
    Thanks,
    Chetan

    HI,
    Check this FM MRTRS300_MASTER_RECIPE_READ

  • Filter condition not working when Navigating from Main report to detail

    Hello,
    I have one report in OBIEE 10.3.4. Below is the filter condition used in Main report:-
    (Customer Secondary Organization is equal to / is in BMS OTHER C
    AND Customer Tertiary Organization is equal to / is in S&FO )
    OR Customer Secondary Organization is equal to / is in MKTG
    Also in my detail report I am using the same filter conditions:-
    (Customer Secondary Organization is equal to / is in BMS OTHER C
    AND Customer Tertiary Organization is equal to / is in S&FO)
    OR Customer Secondary Organization is equal to / is in MKTG
    Now when I am navigating from Main report to Detail report, then this filter condition is getting overridden by below condition:-
    Customer Secondary Organization is equal to MKTG
    and Customer Tertiary Organization is equal to S&FO
    or Customer Secondary Organization is equal to MKTG
    What I noticed is If I rearrange the filters and make it as below:-
    (Customer Secondary Organization is equal to / is in MKTG
    AND Customer Tertiary Organization is equal to / is in S&FO)
    OR Customer Secondary Organization is equal to / is in BMS OTHER C
    Then I am getting the filter in detail report as:-
    Customer Secondary Organization is equal to BMS OTHER C
    and Customer Tertiary Organization is equal to S&FO
    or Customer Secondary Organization is equal to BMS OTHER C
    It is taking Secondary Organization which is 2nd one in the main report.
    Can anyone please help me on this.
    Thank You,
    Shivam Saxena

    Hi,
    What you can try is refer the filte condition in the main report to the detailed report with the option--> Filter based on another request.
    Or you try creating another intermediate report which will refer the main report filters and pass the filters to the detailed report.
    Hope this helps.
    Regards
    MuRam

  • Travel and Expenses / Create Expense report / Mileage Details

    Hi all,
    I have  a requirement to do some validations whenever the user enters the license plate number in
    ESS Travel and Expenses / Create Expense report / Mileage Details  .The system must throw a message if the user enters a wrong license plate number.
    How do i know whether this is ABAP WD iview or JWD iview.IS there any BADI or BAPI for the validations.
    Where is the information about License plate getting saved.
    I have created a custom infotype for my requirement. The license plate must be validated from the data present in this infotype.
    Can someone post me some advice on this please.
    Thanks,
    Anil

    Achieved by enhancing WDA Component FITE_VC_MILEAGE, view DETAILS_VIEW and added a post-method exit call to check if the licence plate entered by the users match the one saved on infotype 0017 or our custom infotype. So when the user clicks on either 'Accept' or 'Accept and New entry' buttons the license plate is check with the data stored on IT0017 or your custom infotype - If the license plate match then the user should be able to save the record but if this doesn't match then the system should throw an error message. created a custom message class in SE91.

  • Creating a custom report with detailed header and then associated detail

    I am very new to CRMOD, so this question may be basic, but I have not found any good material yet to help me out, so here goes.
    We are trying to create a Quote report that will be sent to our customers. The report needs to have both a header and detail section basically as follows:
    <Header>
    Quote Form
    Date:
    Expiration Date:
    Sales Person Name:
    Customer Name and address
    Terms
    ... some other text data ...
    <Detail>
    Standard fields that define the quote, these are easy.
    What I cannot determine how to do is create the header section. In the report designer, it only allows for a Title, logo, and another text line. Can anyone suggest another method?

    I do not have the narrative option.
    Options available are:
    Title
    Table
    Chart
    Pivot Table
    Gauge
    Active Filters
    legend
    Advanced
    --> Column Selector
    --> View Selector
    --> Funnel Chart
    --> Ticker
    According to the documentation, the narrative view should be available from the advanced menu. Am I on a different package by chance?

  • Report containing details of Payment released to Vendor -----PLS HELP ME

    Hi All,
    Pls Help me .
    My client asking create new report.
    they gave some fields also.
    But, problem is my abap people asking which table will come data.
    but i didn't have idea which table its take output.
    pls help me
    <<< Vendor Code >>>
    <<< Vendor Name >>>
    <<< Vendor Address >>>
    <<< Vendor City >>>
    Please find enclosed the details of payments released to you from << from selection date >> to << upto selection date >>
    Document No     
    Cheque no     Date of Release
    Vendor Invoice no
    Vendor Invoice Passed for (MIRO Value)
    PO no.     
    Basic Rate from PO     
    GR No.     
    Material & Description     
    Qty Invoiced (MIRO qty)     
    Qty Received (MIGO qty)
    in above 4 feilds related to FI .
    Pls help me what are the table can i give
    thanks
    supriya

    hi,
    select table ADRC:
    sample (join with lfa1)
          SELECT name1 city1 post_code1 street
                 INTO CORRESPONDING FIELDS OF ITAB
                 FROM ADRC AS A INNER JOIN LFA1 AS L
                  ON  AADDRNUMBER = LADRNR
                  WHERE L~LIFNR = P_LIFNR
                   AND A~DATE_TO  GE SY-DATUM.
    or use one of the function modules from my 1st post
    plz reward usefule answers
    thanx and regards
    Andreas

  • Build a project report with detail information

    Hi,
    I want to build a project report in BW and am not sure if my idea is feasable....
    The report should consist of two parts:
    the head part consists detailed information about a project like ID, status, owner, start date.
    The body part contains information about a key figure 'worked hours' drilled down by department and drilled through by calendar month.
    I am completely free where I want to store the data to have it available in the report. My idea was to store project head information in an ODS and to store the key figure 'worked hours' in a cube with the characteristics project, month and department.
    What would be the best way now to build a report on these information. As far as I know, a normal query is always used to show key figures, but not detailed information of a project. How can I report the information that I want to show in the report header?
    Thanks for any help!
    Cheers
    Tatjana

    What is the source of the data coming?
    if you are using a custom report and if u thinking data is not huge.. keep every thing in one ODS and drag in the reports of the required fields..
    Regards,
    Hari

  • Report Deployment Details steps

    Dear All,
    I have Oracle Developer 9i.
    Ealier i am using Oracle Developer 6i in that we can create a menu and menu will call reports through run_products but now its not supported in 9i.
    Can please send me details steps to follow to deploy i had read all threds in this message groups but can't get success.
    I had try using run_report_objects but its fail.
    Please mention how to set the path to call report i don't want to fixed the path it self in the forms.
    Also how to call parameter forms.
    Regards,
    Nikunj.
    Message was edited by:
    nikunjthaker

    Thanks Frank,
    I like the white paper base on that i am able to run report as below.
    declare
    report_id Report_Object;
    ReportServerJob VARCHAR2(100);
    BEGIN
    report_id:= find_report_object('REPORT3');
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_FILENAME,'C:\APPLICATION\employeerep.rdf');
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_execution_MODE,runtime);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,'REPORTSERVER');
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,cache);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESformat,'htmlcss');
    ReportServerJob:=run_report_object(report_id);
    END;
    But the output is generating inside cache directory.
    In the white paper its mentioning that if you want to see output before it print then use DESTTYPE= cache and Dest Format= htmlcss as u can see that i had metion the same still i am not able to get the result on screen why ? and how can i do that ?
    again i had read in white paper its saying that if you want paramform before report then metion paramform=yes in other parameter i had did that as below
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_OTHER,'paramform=yes');
    but after this i am geting parameterform as a output in cache.
    Please help me on this.
    Regards,
    Nikunj

  • Navigating from Summary Report to Detail Report in OBIEE 11g

    Hi,
    I have creted two reports.One corresponds to Summary and the other Detail.By clicking on one of the fields in
    the Summary report the values are captured and then the detail report is displayed based on the values selected.
    Now,What I need to know is whether I can populate the values I have selected in Summary Report(values correspond to only a single field) as some text in the Detail report.
    I am using 11.1.5 just in case you need to know,but any help would be greatly appreciated.
    Regards
    Navin.G

    another way if you want to stay in one document and continue to use drilling is to build 2 blocks and hide/unhide as you drill
    block1 - shows your totals
    block2 - shows the details
    then use block hiding (see below) to cause block1 to disappear when you drill past a certain level. using the same (but opposite logic) you would have block2 appear
    block hiding in webi - how to:
    sadly webi doesnt have this feature directly the way that Crystal does but you can emulate it using SHOW WHEN EMPTY,block filtering and DrilFilters. The latter detects your level of drill.
    block1 filter formula - return a TRUE result when DrillFilters tell you that you havent drilled into detail yet. Set SHOW WHEN EMPTY=No
    when you do drill Block1's formula will be FALSE, the block will then technically be EMPTY and therefor wont show
    Block2's filter logic will return FALSE when DrillFilters tells you that you are still on Block1's level of drilling. But when you drill Block2's level of drill, DrillFilters in Block2's filter formula will return TRUE and its rows will be returned. It wont be empty so it will show.

  • Report Master-Details

    Hi
    After i redesign my report only the master fields are displayed in the First Page only..
    Now,the Question is how to repeat the Master fields each page related to the details..?
    regards,
    Abdetu..

    Hi,
    For the fields of the Master fields set the Print Object On property to All Pages.
    If these fields are contained in a frame then set dat frames Print Object On property to All Pages.
    Hope this solves your problem.
    Regards
    Arif

  • Report on details of category Schema

    We created a schema and I need a report to check details of levels where I can give the schema ID and then it should return the values of the catelog entries linked to that level. Checking the schema by clicking on each level is very time consuming. I am sure someone else must have had such a requirement
    The info I need is really simple
    Schema ID                        Catelog     Code group          Code
    HR_SAL_IRP5_INC_TRA             Z1              ZHRL4                     0012
    Any help would be much appreciated

    Ok maybe my english not the best so sorry for that if  it is giving confusion.
    I can use tabel. I have the category ID. (left side of schema) My problem is I need the link between the table CRMC_ERMS_CAT_CA and another table that contain the values linked to that specific category ID in the Schema to be able to create a report. I did go through all the CRMC_ERMS_CAT_* tables and none have a link to the values of the catelog schema.
    The CRMC_ERMS_CAT_* tables all contain data for transactions.
    So to I need values in left side (see below) with it's corresponding values on right side of schema. See below
    Schema ID                                                         Catelog     Code group          Code
    HR_SAL_IRP5_INC_TRA                                                   Z1              ZHRL4                     0012
    Thanks I hope it can clear my bad explanation

Maybe you are looking for

  • Duplicated Albums @ iPod Touch 8 GB

    Hello all! My library at iTunes is organized properly but, for some reason, when I upload albums with the same name to my iPod eg. "Greatest Hits", I experience a problem: even showing the albuns correctly, the songs inside them are all messed up. If

  • Maverick Finder problems

    Dear all, After Maverick upgrade the usual way from Muntain Lion Finder crashes. At first, the Desktop was invisible, Finder icon jiggled and could not be selected and force quit was not possible. Opening another app from the Dock made it possible to

  • X Through battery icon, no LED light on MagSafe, 2 month old Macbook Pro

    This all started this afternoon. I noticed a black X through the battery icon in the upper tool bar, then noticed that there was no LED light on the MagSafe charger. The fan on my computer was also constantly running. This computer is only TWO months

  • Nested exception is java.sql.SQLException: ORA-01403: no data found

    i am using oracle9.1 and use odbc. any help is appreciated. Thanks, kk

  • HT1386 I can't see my ipad in itunes

    I used to be able to sync my ipad with itunes.  Now when I connect it to the computer I don't see it appear.  Vista 64 bit.  My iphone works with no problems.