Change Requests in the reporting schema?

Hello,
Do Change Requests, which I can specify for entities and tables in Data Modeler exist somewhere in the reporting schema? It would be a useful feature as it is quite cumbersome to figure out which entities are part of a change request otherwise.
Thank you,
Beatriz.

Change Requests are exported to the Reporting Schema in the next release of Data Modeler

Similar Messages

  • I have request in the report level but the same is missing in the infocube

    Dear Experts,
    I have request in the report level but the same is missing in the compressed infocube level. What could be the cause? does the compressed infocube deletes the request ? if so, I could able to view other requests under infocube manage level.
    Kindly provide with enough information.
    Thanks.............

    Hi
    Compressing InfoCubes
    Use
    When you load data into the InfoCube, entire requests can be inserted at the same time. Each of these requests has its own request ID, which is included in the fact table in the packet dimension. This makes it possible to pay particular attention to individual requests. One advantage of the request ID concept is that you can subsequently delete complete requests from the InfoCube.
    However, the request ID concept can also cause the same data record (all characteristics agree, with the exception of the request ID) to appear more than once in the fact table. This unnecessarily increases the volume of data, and reduces performance in reporting, as the system has to perform aggregation using the request ID every time you execute a query.
    Using compressing, you can eliminate these disadvantages, and bring data from different requests together into one single request (request ID 0).
    This function is critical, as the compressed data can no longer be deleted from the InfoCube using its request ID. You must be absolutely certain that the data loaded into the InfoCube is correct.
    Features
    You can choose request IDs and release them to be compressed. You can schedule the function immediately or in the background, and can schedule it with a process chain.
    Compressing one request takes approx. 2.5 ms per data record.
    With non-cumulative InfoCubes, compression has an additional effect on query performance. Also, the marker for non-cumulatives in non-cumulative InfoCubes is updated. This means that, on the whole, less data is read for a non-cumulative query, and the reply time is therefore reduced. See also Modeling of Non-Cumulatives with Non-Cumulative Key Figures.
    If you run the compression for a non-cumulative InfoCube, the summarization time (including the time to update the markers) will be about 5 ms per data record.
    If you are using an Oracle database as your BW database, you can also carry out a report using the relevant InfoCube in reporting while the compression is running. With other manufacturers’ databases, you will see a warning if you try to execute a query on an InfoCube while the compression is running. In this case you can execute the query once the compression has finished executing.
    If you want to avoid the InfoCube containing entries whose key figures are zero values (in reverse posting for example) you can run a zero-elimination at the same time as the compression. In this case, the entries where all key figures are equal to 0 are deleted from the fact table.
    Zero-elimination is permitted only for InfoCubes, where key figures with the aggregation behavior ‘SUM’ appear exclusively. In particular, you are not permitted to run zero-elimination with non-cumulative values.
    For non-cumulative InfoCubes, you can ensure that the non-cumulative marker is not updated by setting the indicator No Marker Updating. You have to use this option if you are loading historic non-cumulative value changes into an InfoCube after an initialization has already taken place with the current non-cumulative. Otherwise the results produced in the query will not be correct. For performance reasons, you should compress subsequent delta requests.
    Edited by: Allu on Dec 20, 2007 3:26 PM

  • How to query the "Schema" in the Reporting Schema?

    I need to be able to report on a specific set of tables with my model.
    I have elected to group them under one Schema.
    I was thinking I could write a custom report via the Reporting Schema and select the tables based on the schema they are associated with.
    However, I dont see the table within the SQLDeveoper Model Reporting Schema that containes the mapping of tables to a schema.
    Is this missing from the export?
    If yes, what would be a better way of doing this type of grouping?
    Thanks
    Mark

    Hi Mark,
    Schema is not exported to reporting repository.
    You can use Classifications types to group tables, entities etc. And you can create your own classification types. There is field classification_type_ovid in dmrs_tables table which can be used as filter.
    Another way of grouping is using Sub Views. In that case these are the queries:
    --This returns all main views + sub views, exported to DB, filter in Where clause for specific design could be applied
    SELECT CASE
    WHEN d.diagram_type = 'MainView' THEN d.model_name
    ELSE ''
    END as "Model Name",
    d.model_ovid as "Model OVID",
    CASE
    WHEN d.diagram_type = 'Subview' THEN d.diagram_name
    ELSE ''
    END as "Sub View",
    d.ovid as "OVID"
    FROM dmrs_vdiagrams d,
    dmrs_models m
    WHERE d.model_ovid = m.model_ovid
    --AND    d.design_ovid = column design_ovid from DMRS_DESIGNS table
    --AND    m.model_type = 'Relational' (or 'Logical')
    ORDER BY d.model_name,d.diagram_type, d.diagram_name
    - This return all all tables withing specific sub view
    SELECT t.table_name as "Table Name",
    t.ovid as "OVID"
    FROM dmrs_tables t,
    dmrs_diagram_elements de,
    dmrs_vdiagrams d
    WHERE de.ovid = t.ovid
    AND de.diagram_ovid = d.ovid
    AND d.ovid = -> this is subview ovid from above query
    Regards

  • Excess time taken to schedule requests to the report server

    I have a file which contains 10000 requests to be send to the report server. The total time taken by the report client to send the request to the report server is somewhere around 4 - 5 hours. Why does report client take so much time to schedule the request to the report server ????? How can i get around this problem, since the report execution doesn't start till the last request has been send since i am using schedule=<some_delay> and not schedule=NOW.

    I have a file which contains 10000 requests to be send to the report server. The total time taken by the report client to send the request to the report server is somewhere around 4 - 5 hours. Why does report client take so much time to schedule the request to the report server ????? How can i get around this problem, since the report execution doesn't start till the last request has been send since i am using schedule=<some_delay> and not schedule=NOW.

  • How to find the workflow for Change Request for the PO's

    Hi All,
    We have a PO which is pending and we can't receipt it again nor make payment on this. After checking the Approval history for that PO we found that the change request has been made. The change request was to change the amount to be paid to R39196 instead of R58237.00. We don't know where to check the workflow for the change request to identify the cause.
    what i need to know is how to find the workflow for that change request? The other workflows can be checked using the po_header_id for the PO's but i am confused with the change request workflow
    Your input will be highly appreciated.
    Thanks in advance
    Rgds,
    Sonia

    For 11.5.10.2 run this query to determine the keys to search on:
    Select wf_item_type, wf_item_key from APPS.po_change_requests where document_type = 'PO' and Document_num = 'put-PO-number-here'
    Then use the keys returned by the query to look up the Workflow in
    Workflow Administrator Web Applications / Administrator Workflow / Status Monitor
    Search using the results returned in fields "Type Internal Name" and "Item Key" in Status Monitor
    The query for change requests on a specific Requisition would be:
    Select wf_item_type, wf_item_key from APPS.po_change_requests where document_type = 'REQ' and Document_num = 'put-Req-number-here'

  • Is it possible to set a "query in change mode" with the Report Designer 7.x

    Hi,
    I have a query set in "change mode"  with an index set as "data can be changed using user entries or planning funcionts".
    If I use this query as a "Data Provider" in the Report Designer, the result is still in "change mode" or a result of the Report Designer is only a static image?
    Thank's,
    Valentina.

    Hi Deepu,
    I had suspected this...
    Thank you very much!
    Regards,
    Valentina.

  • Can we change or edit the report generated by Report Painter?

    hi,
    can i add a field in select- option in the report which was generated by report painter?

    Hi Poonam,
    Yes you can change a Report Painter Report.
    Hope the below threads help you:
    https://forums.sdn.sap.com/click.jspa?searchID=14947520&messageID=5778256
    https://forums.sdn.sap.com/click.jspa?searchID=14947520&messageID=5726896
    Have A Good Day
    Chaitanya.

  • Different change request about the same object

    Hi Gurus,
    I have some doubts about CR (change request) from one system to another, such as from development system to quality or quality to production.
    If I have 2 or more CUSTOMIZING CR about the same object Can I say that they are however identical (they contain the same information)?
    For example on the customizing table:
    record1 contains value 'A' --> CR number 1 is opened
    record1 contains value 'B' --> CR number 2 is opened
    If now I transport CR number 1 I transport value 'B'. 
    And the same if I transport CR number 2.
    Is it correct? Both CR points to the actual value of the record?
    Instead if I have 2 or more WORKBENCH CR I know they "remember" the history of the modifications:
    For example on a program with only 1 istruction:
    data: x.
    --> CR number 1
    data: x,y.
    --> CR number 2
    What happen If I transport the 2 CR simultaneously (selecting both from STMS) ?
    What will be the result in quality/production system? Which CR "wins"?
    Thanks in advance
    Guido

    At time of release from DEV, the current object version or table content is written into the transport data file, thus "detached" from further changes in DEV.
    Now if two transport requests 1 and 2 contain the same object in two versions (older and newer) and are being imported into QA, the following scenarios are possible:
    - 1 is imported first, then 2: newer version will be in QA -> OK
    - 2 is imported first, then 1: older version will be in QA -> not OK
    - both are imported at same time: newer version will be in QA -> OK (STMS checks when the requests were added to the import queue and sorts accordingly)
    Thomas

  • Change request--"on the go" playlist

    The "on the go" playlist is a good idea. I have downloaded a bunch of songs and am using the nano when I'm running. I would like to easily add songs to the "on the go" playlist as I'm running. However, in order to save a song to the "on the go" playlist, I have to return to the song in the song list--which means I have to stop what I'm doing, go back a couple of menu levels, and find the song in the index to add it. It would be nice to be able to add a song to this playlist from the "Now Playing" window rather than having to return to the song index window.

    I've had the same thought lots of times. It would be really nice if you could just hold the select button for a few seconds to add it to your on-the-go playlist.

  • Report for Support Message,  Change Request and Change in one overview?

    Is there a report that shows the relation between the support message, change request and the change in one overview? I am already aware of the Change Management Reporting via SOLAR_EVAL, but this does not show the whole document flow in one overview.
    The incident message processors want to have a quick overview of the status of the changes that are created on the basis of the support message.
    If there is no report, could you point me in the right direction... Do I have to create a query or are you using BW for service desk/charm reporting?

    Hi
    chk te sap note
    [Note 1466131 - ChaRM Reporting: Performance of data update|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1466131]
    jansi

  • Changing report schema using CRJ SDK

    Mr Ted,
    I would like to change the report schema name in runtime, but i want a way other than uding dataBaseController.setTableLocation() method which cause some issue like breaking the link between command table paramter and the report parameter it self.
    is there any way do that? to chnage the report schema(the DAata base schema the report is to connect to)
    thanks
    Shehab

    Search Forums before posting

  • Does clicking WESubmitButton request the report twice?

    <p>Hi all,</p><p> </p><p>I am using a textarea and a WEsubmit button to do a write to the database. THis is done bythe stored procedure processing the write when a parameter contains the value "Write". what I am seeing is if I enter all the values in the initial request of the report ( when user is promted for paramters) a single record is written. </p><p>The issue I am  seeing is when the write request occures from a WESubmitButtton click that the record is written twice to the database.  My question is does calling the Report from a WESubmit cause the report to be called twice before being displayed?  if so is there a know workaround or do I need to modify the stored procedure to check for a duplicate record on each write ?</p><p> </p><p>Jon Roberts</p><p><a href="http://www.programmervault.com" title="ProgrammerVault.com">www.programmervault.com</a> </p><p><a href="http://www.dsi-bi.com" title="Decision Systems Inc.">Decision Systems Inc </a> </p>

    hello,
    this would be normal behaviour depending on your boe settings. this is the same as when you press an open new window opendocument link in dashboard manager twice or a press a hyperlink twice that doesn't close down the parent report.
    to eliminate reports running a multiplicity of times within a certain time you should see your boe documentation on caching reports...this is out of the realm of the webelements forum i'm afraid.
    jw

  • Determine the business process used for a change request

    Good Day All;
    I was wondering if any knows how to I would be able to back track from a change request to the Business Process it was created under.
    Let me explain our process.
    An Issue is created (Solar01).
    From the issue, a change request is then created.
    Is there anyway I would be able to determine the Business Process if I only had the change request number
    Thanks All
    Regards
    Don Newton

    Already answered

  • R12.1.3:  Post/Request Comments for the Change Order/Change Request API

    Hi Gurus,
    R12.1.3 Release , Products : ENG / EGO
    Basically Change management business events represent an activity or task that can be extended or customized.
    From the user interface we can review and track the Action Log for any Change Management/Change Request , basically the workflow status , further user can manually post or request the comments for any ECO
    Is there any PL/SQL Public API for posting and request comments for any Change Request , Change Order tracking .
    Thanks,

    Hi Gurus,
    R12.1.3 Release , Products : ENG / EGO
    Basically Change management business events represent an activity or task that can be extended or customized.
    From the user interface we can review and track the Action Log for any Change Management/Change Request , basically the workflow status , further user can manually post or request the comments for any ECO
    Is there any PL/SQL Public API for posting and request comments for any Change Request , Change Order tracking .
    Thanks,

  • Doing changes to the report dynamically

    hi
    i am working on a report whichaccepts a report in selection screen and  finds 'upload' function module available in it and replaces this with 'gui_upload' function module.
    i have written code for commenting the existing function module and creating new function module i.e. 'gui_upload'.
    can anyone let me know how can i implement these changes in to the report that i pass in the selection screen.
    i.e. how ca i write these changes to the report.
    thanks in advance.

    Hi,
    Use the following logic.
    PARAMETERS : p_prog  TYPE reposrc-progname. " Report Name
    *Check for Program Name in TADIR
    SELECT obj_name object
                INTO TABLE tb_tadir FROM tadir
                WHERE pgmid = 'R3TR'
                  AND object = 'PROG'
                  AND obj_name LIKE  p_prog.
    Read the Program and Get all the Update/Modify or Insert Statement
    *through which  Z Tables are Getting Updated Directly
          PERFORM read_program USING wa_tadir-obj_name.
    FORM read_program  USING  wa_tadir-obj_name.
      REFRESH tb_text.
    Read the Report/Program
      READ REPORT wa_tadir-obj_name INTO  tb_text.
      DESCRIBE TABLE  tb_text LINES w_lines.
      DO w_lines TIMES.
        w_index = sy-index.
    Read the table and search for MODIFY , UPDATE and INSERT
        READ TABLE tb_text INTO wa_text INDEX sy-index.
        IF sy-subrc EQ 0.
          SHIFT wa_text-text LEFT DELETING LEADING space.
          SEARCH wa_text-text+0(6)  FOR 'UPLOAD'.
          IF sy-subrc EQ 0.
    Here write a routine to Replace UPLoad with GUI_UPLOAD.       
          ENDIF.
        CLEAR wa_text.
      ENDDO.
    ENDFORM.
    Thanks,
    Shrikanth

Maybe you are looking for