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

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

  • How to Remove a Report Object from a Category Without Deleting It?

    I'm trying to "remove" a report object (in this case a Webi Report) from a Personal Category. However, I've found that when I right-click on the report within the Category and choose "Organize >> Delete", not only does it remove the report from the Category, it also deletes the "source" report from it's original location... not good.  (NOTE: If I try this as a user without rights to delete report objects, I don't even get the "Organize >> Delete" option, as would be expected based on the behavior I'm seeing.)
    Does anyone know if there is a way to "Remove" report objects from Categories without deleting the report from its original location?  The only option I can think of is to simply recreate (copy/paste) the whole category with all of its components (less the undesired report object) and then delete the original Category.
    Thank,
    Josh
    Edited by: Josh Crawford on Sep 9, 2010 9:25 AM

    Hi,
    This is much easier than it looks like, although it's not intuitive.
    For example, when some webi is in a category, categories where the webi is linked are underlined in blue:
    If you click in those blue marked categories and click Accept, you're unlinking the webi/report/dashboard from that category:
    -->
    Hope it helps
    Alberto

  • 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

  • How to get whole category schema definitions in coding?

    Hi,
    I've already defined a category schema in WebUI which contain two level of categories. I want to get this definition of whole category model in my coding by input the category schema ID. Which function module or class method I can use in my coding?
    Many thanks!
    Lonny

    Hi,
    Try below logic.
    By using CRM_ORDER_READ function module read CAT_ID value of service request. Pass CAT_ID value to table CRMV_ERMS_CAT_CA and get the CAT_GUID, pass the CAT_GUID as PARE_GUID to table CRMC_ERMS_CAT_HI and get the NODE_GUID.

  • 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

  • Generating traffic report of a tablespace or schema

    Hello together,
    at an Oracle 11gR2 (11.2.0.3.0) Enterprise Edition (fully licensed) with RHEL 6 as OS I'm trying to generate a statistic, that shows me a weekly or monthly report over the traffic on a tablespace or a schema.
    Until now, I've worked with the HIST_VIEW dba_hist_tbspc_space_usage (I mean there is also one nearly called so for schema), but that view show me only the grow of a tablespace in a timeline of 1 week. But that would not be the hole traffic. Because SELECT statements will nothing do on the grow of the tablespace but it generates traffic.
    In that case it wouldn't be so important, if it is more tablespace or schema sided because at this database each tablespace has it's own schema and timeline would be nice if it is weekly or monthly.
    Does somebody of you know a way to generate such a report? I know I could do with some tcp_dump, but i would also see if there is also any Oracle database way.
    Thanks and regards,
    David

    Thanks for your answer Justin!
    That is what i meant with fully licensed. Performance and tuning pack is on board.
    Directly, I can try the view tomorrow, I'm not at work right now.
    But it sounded not like that what I'm searching for. Normally traffic should be something in MB or GB I think.
    Better would be to describe, for whgat I need that: my company want's to "outsource" our dedicated server to an IAAS provider. To calculate the cost they need informatioin about:
    The complete size of DB
    Size of each schema / tablespace
    And the traffic, because traffic generate extra cost
    Traffic in this case doesn't mean only the shrink and grow of a schema or a tablespace (insert, update, delete) it also means the read out of data in the database by select or merge or something like that.
    So the shrink and grow I'm able to calculate them by dba_hist_tbspc_space_usage by getting the size of a tablespace each hour and make an addition of the changes of the size. But here I can't see the traffic that is generating by everything else? And you mean, that can I do with DBA_HIST_SEG_STAT?
    Regards,
    David

  • 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.

Maybe you are looking for

  • MAXDATAFILES in Control File differs from initSID.ora: Server v8.0.5 on HP-UX 11.00

    Maybe it's because I've never looked before, but I have never before noticed a database which has been started with a pfile containing "db_files = 80" and yet displays "MAXDATAFILES 30" when I dump the control file to trace. Views? and thanks up fron

  • How to Create a batch file to display and count specific words in log file

    Hi All, I have requirement Program to be written that will go through a log file and look for following key words. Unexpected Essbase error And also it will count the # of times the word error appear in a log file. You may use batch file or Perl scri

  • Latest version of Adobe Reader won't let me annotate

    I have been using the Adobe Reader 11 app to open PDFs and annotate them. The revised pdf is then uploaded to Dropbox and the reps in the field can download and continue annotating the same file. The field reps use iPads and/or iPhones but since the

  • XI sender and PI 7.1 receiver

    I have a strange scenario..where the client would sent data from XI 3.0 which is there in their landscape... It has to come to PI 7.1 (our system )and be sent to a ftp location... file-> XI -> PI -> File... In XI.. I will use sender file adapter and

  • BPC 7.5 NW Logc validation

    Hi to all, I have a logic to run allocation whrere allocation parameters (what, where, using and total) user variables defined at package level. In detail I have creater a package that contains %SEND% and %RECE%: both variables are built on the dimen