Table needed to create report showing assigned changes

Hi there
I need to create a report that will show me how many CRQ a user currently has assigned to him/herself. Is there a MDG table that can provide me with this info?
Any hints are highly appreciated!

If you go to your MDG inbox, you can see all the CR's that are "Created by Me", "To Be Processed by Me", "Processed by Me", and "All." Look at the logic behind this application "My Change Requests" and you should be able to figure out how to extract this data. One thing for sure, you don't need to re-invent the wheel as all the information is available; you just need to format it differently.

Similar Messages

  • SSRS adhoc (2005/2008) - Need to create Report Model (.smdl file) for adhoc using Stored procedure

    Hi All,
    I need to create Report Models using stored procedures. But whenever I am going to create data sources for same, I am just getting tables and views to use. Please see the screenshot below:
    Is there any way out to create data source based on stored procedure? Please help.
    Thanks in Advance
    Regards
    Kumud

    Hi Kumud,
    As per my understanding, it is not support to create a Datasource View (DSV) using stored procedures.
    In a DataSource View, only views, tables or named queries can be used. We can use stored procedures in a query. No parameterized queries, parameterized stored procedures or parameterized UDFs can be used in a DSV named query. You can try to using below approach
    to achieve what you are require:
    To build views in our relational source and add the views to the datasource view to proceed with modelling.
    There is a similar issue, you can refer to it.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/22207c21-03c7-4e5a-bb67-0372f29220a3/sql-server-reporting-services-2008-creating-report-models-using-stored-procedures
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Need to create report query to get latest open and last closed period for given application

    Hi All,
    I need to create a report query to get below result displayed in report output.
    1)   -   Application name
    2)   -    Ledger name
    -o/  -Operating Unit
    3)   -  Last Closed Period
    4)   -  Current Open Period
    5)   -  Date Closed – Last Closed Period
    6)   -  Date Open – Current Open Period
    I tr I tried to create the query below is the same. Please let me know if it looks fine.
    SELECT *
      FROM (SELECT fav.application_name ,
                   hou.name Operating_Unit_Name,
                   gl.name Ledger_name,
                   gl.latest_opened_period_name,
                   gps.period_name Period_Name,
                   DECODE(gps.closing_status, 'O', 'Open', 'C', 'Closed') status,
                   gps.last_update_date Last_status_modified_date
              FROM gl_period_statuses gps,
                   gl_sets_of_books   gsob,
                   fnd_application_vl fav,
                   hr_operating_units hou,
                   gl_ledgers         gl
             WHERE gps.period_name = gps.period_name
               AND gps.closing_status ='C'
               AND fav.application_short_name =
                   NVL('&p_application_short_name', fav.application_short_name)
               AND gps.application_id = fav.application_id
               AND gsob.set_of_books_id = gps.set_of_books_id
               AND hou.set_of_books_id = gps.set_of_books_id
               AND gl.ledger_id = gsob.set_of_books_id
               AND hou.organization_id=NVL('&p_operating_unit',hou.organization_id)
               AND gl.ledger_id=NVL('&p_ledger_id',gl.ledger_id) 
             ORDER BY gps.last_update_date desc )WHERE ROWNUM = 1 
    UNION ALL
    SELECT *
      FROM (SELECT fav.application_name Application_Name,
                   hou.name Operating_Unit_Name,
                   gl.name Ledger_name,
                   gl.latest_opened_period_name,
                   gps.period_name Period_Name,
                   DECODE(gps.closing_status, 'O', 'Open', 'C', 'Closed') status,
                   gps.last_update_date Last_status_modified_date
              FROM gl_period_statuses gps,
                   gl_sets_of_books   gsob,
                   fnd_application_vl fav,
                   hr_operating_units hou,
                   gl_ledgers         gl
             WHERE gps.period_name = gps.period_name
               AND gps.closing_status = 'O'
               AND fav.application_short_name =
                   NVL('&p_application_short_name', fav.application_short_name)
               AND gps.application_id = fav.application_id
               AND gsob.set_of_books_id = gps.set_of_books_id
               AND hou.set_of_books_id = gps.set_of_books_id
               AND gl.ledger_id = gsob.set_of_books_id
               AND hou.organization_id=NVL('&p_operating_unit',hou.organization_id)
               AND gl.ledger_id=NVL('&p_ledger_id',gl.ledger_id) 
             ORDER BY gps.last_update_date desc)
             WHERE ROWNUM = 1

    It is within the table I believe (I'm not a DBA or a developer) since I created a BLOB column and then used the file browse feature to allow users to attach a resume to the table in order to be able to perform a search of the attached documents.
    I'm just having a hard time pointing the link in the search results report to the document in the blob column.
    The information on that page is great if you're trying to create a link to the document on the initial report.
    But I created a query using Oracle Text to run a report that does a boolean search of the attached word documents in the table.
    When it displays the search results, it doesn't create a link to the document and I can't figure out how to do it.
    Here's a link the the instructions I used to create the initial search report with Oracle Text, mind you I only created the index and query, I didn't add in all the link data since they're using documents on websites and I'm using documents in a table.
    http://www.oracle.com/technology/products/database/application_express/pdf/apex_text_application_v1.6.pdf
    If you can help me with this I'd really appreciate it.
    Thanks again.
    Greg
    Edited by: gjones77 on Dec 2, 2008 8:14 AM

  • Suggestion needed on creating report

    Morning all,
    I have been asked to create a report which would categorize each lens type according to month. However each lens type would show number of orders according to number of days.
    For example
                                               Number of days
                                   0 - 1 - 2 - 3 - 4 - 5 -6 - 7 - 8 - 9+
    January
        FSV                  12 - 14 -12 - 45 - 65 ....
        FSV-GL
        RXHC
        RXHC-GL
        RX AR Uncut
        RX AR-GL
    Feburary
        FSV
        FSV-GL
        RXHC
        RXHC-GL
        RX AR Uncut
        RX AR-GL
    March
    Where
    January, feburary are months taken from the dates table, FSV, FSV-GL etc are lens type and 12, 14, 12, 45, 65 are number of orders took for FSV and 0,1,2,3,4... are number of days each order has taken to be shipped.
    Now What I have had a thought in mind is to create a report with First Group being Month, then group each Lens type however not sure how to fit each day and order according to lenstype in that particular month.
    Any ideas how should I create this type of report?
    Regards
    Jehanzeb

    Hmm... do your have the ability (permissions) to create a view in the source database to help simplify this?  Or even use a SQL command for the datasource of the report?  (Actually, what is you underlying datasource?)
    Otherwise I think you may end up with having to create a lot of formulas to init/add to/display variables for each of the 1 - 9+ shipping days columns.
    If going for the latter, yes, group on month/lens type, and in the group header for the lens type have a formula that initializes 9 variables:
    whileprintingrecords;
    numbervar s0:=0; --counter for zero shipping days
    numbervar s1:=0; --counter for 1 shipping day
    numbervar s2:=0; --counter for 2 shipping days
    numbervar s9:=0; --counter for >=9 shipping days
    Then, in the (suppressed) details section; have something that analyzes how days where needed for shipping, and inrcement that appropraite variable:
    whileprintingrecords;
    numbervar shippingdays:= <some logic or field>;
    if shippingdays = 0 then numbervar s0:=s0+1
    else
    if shippingdays = 1 then numbervar s1:=s1+1
    else
    if shippingdays>=9 then numbervar s9:=s9+1
    Finally, in the group footer, create & place ten different formulas, each to display the value in s1 to s9.
    whileprintingrecords;
    numbervar s0;
    whileprintingrecords;
    numbervar s1;
    That should probably do you...

  • Custom table needs to be updated based on changes in Info type P0000

    Hi All,
       I have a requirement wherein when we make changes to info type P0000 this should be reflected to a custom table.
    If i create a new record, delete an existing record or make changes to a record in INFOTYPE P0000 this should also be reflected in my custom table.
       My custom table has 5 fields from info type p0000 and some custom fieds.
       please can you let me know exactly which user exit to use to acchieve the solution. and where exactly i can put the logic.
    Thanks,
    Mars

    Hi Venkat,
      I tried to code in the method AFTER_INPUT and executed but there are few thing which i have come across.
    1. when ever i create a new record in PA40 and each time i save the screens of PA40 this method is called and based on check it tries to update the table taht many times.
    2. The logic which i have used in the BADI implementations is as below:
      DATA: l_text TYPE string,
                 l_answer TYPE string,
                 lw_split TYPE XXXX.  (custom table)
      IF old_innnn NE new_innnn.
        lw_split-mandt = sy-mandt.
        lw_split-pernr = new_innnn-pernr.
        lw_split-begda = new_innnn-begda.
        lw_split-endda = new_innnn-endda.
        l_text = 'Does this employee need a split STIP?'.
            Display a pop up message to the user.
        CALL FUNCTION 'POPUP_TO_CONFIRM'
          EXPORTING
            titlebar                    = 'Choose'
            text_question               = l_text
            text_button_1               = 'Yes'
            text_button_2               = 'No'
            default_button              = '1'
            display_cancel_button       = space
         IMPORTING
            answer                      = l_answer
         EXCEPTIONS
            text_not_found              = 1
            OTHERS                      = 2.
        IF sy-subrc EQ 0.
          IF l_answer EQ '1'.
            lw_split-stflg = 'Yes'.
          ELSE.
            lw_split-stflg = 'No'.
          ENDIF.
        ENDIF.
        MODIFY TABLE  XXXX FROM lw_split.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          EXPORTING
            wait = 'X'.
      ENDIF.
    3. when i try to activate this chunk of code it gives me error  saying "XXXX" is unknown. i tried to declare it under TABLES but in Vain.
    4 I have also tried to use the modify statement in IN_UPDATE instead of updating custom table in same method but its giving me same error "XXXX" is unknown. i tried to declare it under TABLES but in Vain.
    can you let me know your view on this. The above chunk of code is in case of creating a new record in P0000 info type.
    Thanks,
    Mars
    Edited by: Mars878 on Oct 13, 2009 9:18 AM

  • Need to create report based on criteria between a range of dates

    I am very new to Numbers '09 and a beginner with spreadsheets.  I've searched and can't find a formula that fits this.  I've tried Match/IF  Match/Index  VLookup  If/And formulas but can't get the right results.
    I need to be able to create a report based on data from Master Spreadsheet.  I need formulas that will populate Report Page B8:B17 and D8:D17 from data in Master Spreadsheet that meets criteria range of dates (Report Page B5 and B6).
    The closest I've come was an IF(AND formula, but that left blank lines on my report page.  (I understand why, just not sure how to resolve it.)
    P.S.  I am working in Numbers '09 on an iPad (yes, the samples below are not in the Numbers program, but it was easier to do screen shots on my Mac notebook
    Master Spreadsheet:
    Report Page:

    Hi KC,
    So you are trying to retrieve the dates and associated comments for a specific student in a specific class between the two dates.
    Here's an example, using OFFSET and MATCH, plus an added index column on the Master table. Formulas and discussion below.
    Column E uses IF and AND to determine which rows contain the data to be transferred, thn uses MAX to number those rows.
    Master::E2: =IF(AND(A>=Report :: $B$5,A<=Report :: $B$6,B=Report :: $B$3,C=Report :: $B$4),MAX($E$1:E1)+1,"")
    Fill down to the bottom of column E.
    I don't see a need to repeat the "Date" and "Comment" labels on each row containing a date and comment, so I've placed these as fixed text in A8 and B8 of the Report table, and filled the cells below those with the dates and comments using MATCH and OFFSET.
    A9: =IF(ROW()>MAX(Master :: $E)+8,"",OFFSET(Master :: $A$1,MATCH(ROW()-8,Master :: $E,0)-1,0))
    B9: =IF(ROW()>MAX(Master :: $E)+8,"",OFFSET(Master :: $A$1,MATCH(ROW()-8,Master :: $E,0)-1,3))
    As can be seen, these formulas are identical except for the column-offset argument in OFFSET, shown in bold in the examples.
    Fill both formulas down to the bottoms of their columns.
    Regards,
    Barry

  • Error seen in table used for creating report being sent to BW

    we use customised table in creting a delivery report which is then being sent to BW. In <u>order</u> there is only one line item as well as in the <u>delivery</u>.. the item is warehouse managed material that is why in delivery, it reflects there that it picks from several bins/pallets to fulfill the ordered quantity... but when we run the order in a custimised table to create a report for BW.. it has more than 10 line items (only one material) compared to only one line item in <u>order</u>... all the line item in table does not fulfill the ordered quantity but they are in descending order... Is this normal/wrong? Why did it happen?
    please help..
    kind regards,
    Pablito

    please advise if this query is not posted in the correct thread... thanks

  • Need help creating report

    hi guys, I am creating an employee report details. the report should contain all details, id, name, email,...., and photo.
    how to do this?
    it is easy to put logo because it is static but how to display dynamic picture?

    We create an image directory on the server with a sub folder for the images
    <xa href="javascript:popUpImage('#Image Dir##Image#','#ID#')"> <img SRC="#Image Dir##Image#" HEIGHT=50 WIDTH=50 ALT="#Staff Name#" /img> </a>'
    (ignore the x in the <xa
    this is the code within the report (column formating) we use to pull back the image
    in the report atribute select we use
    nvl(image_file_name,'&NO_IMAGE_FILE.') "Image",
    nvl(image_file_directory,'&IMAGE_FILE_DIRECTORY') "Image Dir"
    hope this is of help
    Message was edited by:
    bjorn toulouse
    Message was edited by:
    bjorn toulouse
    Message was edited by:
    bjorn toulouse

  • Create report  to display CODE ( e.g  RC , VP ext) coming in tcode Me23n

    Hi ,
    I need to create report in orde to display CODE ( e.g  RC , VP ext) coming in tcode Me23n.Could any one tell me table to fetch with respect to purchacing document number.
    Regards.

    Hi
    You can use ME2M, ME2N, ME2L, ME2K ME80FN etc.,
    Regards,
    raman

  • Create report in orde to display all pending orders on basis of  "CODE"

    Hi ,
    I need to create report in orde to display all pending orders on basis of  "CODE" ( e.g RC , VP ext)  given on selection screen.
    This "Code" field is on  tcode Me23n inside tab "Release strategy".What is table and relation to fetch ebeln on basis of CODE(e.g RC)
    Regards.

    Hello,
    In SQL Server Reporting Services (SSRS), by default, the chart will only display axis labels for data points in the dataset that contain valid values. Also, if we have values of 1, 2, and 6 on the category axis, we can specify the chart to use a scalar axis
    to maintain the scale of category values. It is add numeric or date/time values to the axis where no data grouping values exist.
    You can refer to the steps below:
    1. Right-click X-Axis, select Horizontal Axis Properties.
    2. Select “Scale(Number/Dates)” below “Axis type:”. Configure “Axis range and interval” as you require.
    You can refer to the screen shots below:
    Preview the report:
    There is an article about Formatting Axis Labels on a Chart, you can refer to it.
    http://technet.microsoft.com/en-us/library/dd239363.aspx
    Regards,
    Alisa Tang
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to create Report Writer Form with page longer than 255

    As i need to create report writer form with many columns which exceed than 1 acceptable page, how can I create since in writer there is no Horizontal Page as in report painter.
    Thank you very much.
    Sirirak

    check it out.
    pretty simple example
    http://www.baigzeeshan.com/2010/04/creating-simple-search-form-in-oracle.html
    here is the example what you 're looking instead of af:table have your form.

  • Creating reports using plsql

    Every months reports are created on the basis of t_variablen .wert_dat column basis
    For example if the value in thewert_dat column in t_variablen table is 01-oct-2010
    Then the report are created with the following values in the berichte table as
    brtid     period_von_dat     period_bis_dat     status     stand_dat     brt_type     mpr_id     rpa_id
    292     1/10/2010     31/10/2010     N     1/11/2010     MPR          
    The values for mpr_id and rpa_id are provided with the values already there in berichte table
    Please see my code
    Create or replace procedure p_copy_reports as
    Cursor c_cur is select brt_seq.nextval as brtid, to_char(stand_dat,’mmyyyy’)as datival,mpr_id, rpa_id from
    Berichte, t_variablen
    Where berichte.stand_dat=t_variablen.wert_dat
    And t_variablen.lang_bez=’planstand’;
    Begin
    For I in c_cur loop
    Insert into berichte (brt_id,
    period_von_dat,
    period_bis_dat,
    status,
    stand_dat,
    brt_type,
    mpr_id,
    rpa_id)
    Values(i.brt_id,trunc(to_date(i.dateval,’mmyyyy’)),trunc(add_months(to_date(i.dateval,’mmyyyy’),1)-1,
    ‘N’,
    Trunc(add_months(to_date(i.dateval,’mmyyyy’),1)),
    ‘MPR’,
    i.mpr_id,
    i.rpa_id);
    end loop;
    end;
    This was working fine upto month of October
    The problem arise when we don’t need to create reports for the month of nov
    And for the month of dec we need to create report on the basis of October (two months back)
    Example if t_variablen.wert_dat is 01-12-2010 then it should create reports as on the basis of October month
    And if the t_variablen.wert_dat is 01-11-2010 then it should go to end(don’t need to do anything)
    For rest of months the old process.
    I am stuck totally please help me out as soon as possible

    Hi,
    Welcome to the forum!
    I agree with the answers above; you should read them carefully and follow them.
    In particular, I agree with Andy that you could do this better with a single UPDATE statement: no loop, no cursor, you don't even need PL/SQL. (There are good reasons for using PL/SQL. If you have one, then you can do a single INSERT statement, like the one below, in PL/SQL.)
    Whenever you have a problem, it helps if you post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) for all tables involved, and also post the results you want from that data.
    Not all versions of Oracle can do the same things (that's one reason why they have different versions). To give you the best answer for your version, we need to know what that version is.
    If you need to do different things, depending on whether t_variablen.wert_dat is 01-12-2010 or not, then use a CASE expression.
    I think you're looking for something like this:
    Insert into berichte
    (     brt_id,
         period_von_dat,
         period_bis_dat,
         status,
         stand_dat,
         brt_type,
         mpr_id,
         rpa_id
    SELECT  brt_seq.NEXTVAL,
         stand_dat,
         add_months ( stand_dat
                 , 1
                 ) - 1,
         ‘N’,
         add_months ( stand_dat
                 , 1
         ‘MPR’,
         mpr_id,
         rpa_id
    from     Berichte,
         t_variablen
    Where      berichte.stand_dat     = CASE
                               WHEN  t_variablen.wert_dat = TO_DATE ( '01-12-2010'
                                                      , 'DD-MM-YYYY'
                             THEN  ADD_MONTHS (t_variablen.wert_dat, -1)
                             ELSE  t_variablen.wert_dat
    And      t_variablen.lang_bez     = ’planstand’
    ;If stand_dat is a DATE, then you should only convert it to a string when you need to display it in a certain format.

  • Creating Report via PL/SQL

    We have an application using HTML DB from which the we need to create reports for which the standard CSV will not work. The report can be created via PL/SQL except that the report needs to be created on the users workstation or a public location and not the server. Since UTL_FILE writes to the server, I am looking for help from the HTML DB and PL/SQL experts on packages/tools that can be used to output reports to local directories.

    not sure of your exact requirements, but consider using utl_file or Oracle Reports to generate your report on the server and then providing your users a "download report" link that lets them pull the file down locally. we talked about using Reports for this at...
    PDF file creation
    ...regards,
    raj

  • Premiere Elements 7 crashes on creating slide show

    Hi Gurus,
    I use Premiere Elements 7 for about 2 years and it works fine when I need to create a film from set of video fragments.
    But I also need to create slide shows from pictires.
    For some reason PRE7 crashs on building such slide show (at least, this is valid for a long enough slide show). It happens not always on the same slide, but approximately at the same percentage of the slide show to be built.
    I run PRE7 on Windows XP, SP3 32-bit
    What may be a reason of this crash? Conflict with some other software, installed on my computer? Lacking resources (I have 4 GBytes of memory, but Win 32-bit uses only 3.25 GBytes)? Known bug?
    I tried to install the trial version of PRE9, but the result was even worse: it crashed even more quickly than PRE7. i.e. less slides were processed before the crash.
    Any suggestion that can help to solve this issue will be appreciated.
    Thanks in advance,
    Ilia

    If you can handle smaller numbers of large images, but not larger numbers, it is likely a resource issue. It could be RAM, Virtual Memory, or similar.
    This ARTICLE might be helpful for setting up your computer for an editing session, and freeing as many resources, as is possible. This ARTICLE discusses Virtual Memory.
    PrE 9 will have about the same resource requirements, or might use a bit more, so a large number of large still images will remain a problem.
    Good luck,
    Hunt

  • Create report to list all computers with chrome or mozilla browser al editions

    Hi All,
    I have SCCM 2007 R3 and I need to create report to list all computers with chrome or Mozilla browser all editions. any help?
    Thanks,
    Kareem Behery

    The above one is SMS collection query. For SQL report you may try the below query: 
    query for IE 10
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client
    from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID
    = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName
    = "iexplore.exe" and SMS_G_System_SoftwareFile.FilePath
    like "%prog%internet%" and SMS_G_System_SoftwareFile.FileVersion
    like "10.%"
    query for IE 9
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client
    from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID
    = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName
    = "iexplore.exe" and SMS_G_System_SoftwareFile.FilePath
    like "%prog%internet%" and SMS_G_System_SoftwareFile.FileVersion
    like "9.%"
    query for IE 10
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client
    from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID
    = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName
    = "iexplore.exe" and SMS_G_System_SoftwareFile.FilePath
    like "%prog%internet%" and SMS_G_System_SoftwareFile.FileVersion
    like "11.%"

Maybe you are looking for

  • Recently I am having various problems on various pages.

    In the last few weeks, I have noticed some odd problems. Some of them are. On Google, or any other page where I do a search for images, or there are numerous images, the firts few load fine, but most don't load at all. For instance... If I do an imag

  • How do I get iPhoto to refresh photo stream

    If I take a photo on my iphone, it adds it to my photostream. MyiPad photostream updates within seconds automatically. But the photostream in iPhoto only updates when I quit iPhoto and restart it. Is there a way to make photsteram in iPhoto on my Mac

  • How to resolve error 51 in Mountain lion ?

    Since I have updated my OS to 10.8 I am not able to connect the VPN . It is showing me error 51 . How to restart VPN connectivity.

  • ORA-01502: Index or Partition is in unusable status. while truncating table

    Hi All, One of our Devlopers compalined that he is getting ORA-01502 : Index or partition is unusable status while truncating the a table in our Dataware house production database. He is using the following commands. Alter index <index_name> unusable

  • Azure Subscription error on postcode

    Hi is anyone facing the same problem when subscribing, the thing is we are based in lebanon and when I try to subscribe to a trial azure it is giving me the post code error invalid. Any ideas ? thanks in advance Elie