All Z reports list

hi
Pl tell me how to take list of ALL Z REPORTS WITH SHORT DESCRIPTION .
Regards
sree hari

Hi sreehari,
Write a report with the select query as below;
DATA : it_trdirt TYPE STANDARD TABLE OF trdirt.
SELECT * FROM trdirt into CORRESPONDING FIELDS OF TABLE it_trdirt
  WHERE Name LIKE 'Z%'.
Otherswise Goto Tcode SE16N, give table name as TRDIRT, then in Program give  Z* , Language Give EN and execute. All Z programs will be displayed in a ALV list, you can export that to any local file with the help of the export option.
Regards
Karthik D

Similar Messages

  • Is there a way to clear the history of all the reports

    I would like to clear out the history of all the reports listed in InfoView because many of the links are broke because I was told to delete all the directories containing the pdf's in the Epic\EpicBI\Output folder. Can I  truncate the tables in the database or where does InfoView maintain those links?

    If you want to delete all the scheduled instances for reports, it can use the code similar to the following:
    IInfoObjects oInfoObjects = oInfoStore.query("select si_id from ci_infoobjects where si_instance=1 and si_name='<report name>'");
    for(int i=0; i<oInfoObjects.size(); i++)
           IInfoObject oInfoObject = (IInfoObject)oInfoObjects.get(i);
           oInfoObject.deleteNow();
    oInfoStore.commit(oInfObjects);
    as a side note, do not try to alter the output file repository or the CMS database directly, it could create lot of issues\inconsistencies in your system and make it unusable.
    Thanks
    Aasavari

  • Monthly report listing out ALL open PO

    Hi,
    As our management requested, we need a monthly report listing out ALL open PO for CDG, APR   Someone tell me to input cost centre but it is time consuming to input it as we have over 100 cost centers.  Do you know if I can input SPG/profit center or other data to run this report instead ?  Please advise the transaction code and how to perform it, such as need to know the profit center #, organization code etc
    Thanks
    Raja

    hi
    go to ME2N
    then select Scope of list  ALV
    Selection parameters  as           WE101     Open goods receipt   (select as per ur need )
    then execute u will get the list for open po
    now if u want it to specify the  profit center then go to ME2N and select dynamic selecion  (shift +F4)
    now u will get a smaal scrren , in purchaseing doc item selct profit center
    now u can see the profit center selection field ,give a proper profit center and follow the process as given above
    hope it help
    regards
    kunal

  • Web part created on a subsite for a sharepoint list in another site using sharepoint designer, to show only the subsite's reports. Connection dropping off and showing all the reports

    I crated web parts in the sub-sites (we have about 10 subsites) using sharepoint designer from a main list in another site.  Then used web part to show only the  ubsite's reports - using connection to the main list.  Problem is, the connection
    is dropping off and showing all the reports on the main list that are confidential.  this has happened 3 time lately.  Could someone explain why it happens some times?  I had to fix it by adding the web part again and connecting it
    Thanks, Subathy.

    Hi George,
    If you want to use a top level site "department" list column in all sub-sites, you can go to top level site and create a
    lookup type "Site column" to look up the value from the department list, then all sub-sites can use this lookup type site column created in top level site.
    Thanks 
    Daniel Yang
    TechNet Community Support

  • Create a Crystal Report listing all the crystal reports in CMS

    How do I create a Crystal Report listing out all the Crystal reports in a specific folder in CMS?

    Hi Mauren,
    You can each report at a time with in the folder of the CMC.
    Multiple reports cannot be done and feature is not avaialable.
    Thanks,
    Naveen.

  • Can we get the list of all BO report scheduled to be sent(or have been sent) for a specified day?

    Hi all,
    For all BO reports scheduled to be sent out, can we get the list of all BO report to be sent(or have been sent) for a specified day?(For example, today or nex Monday).    Thank you.
    Regards,
    Eton.

    Hi Eton,
    To check the instances which have ran today, you can use the below query in query builder.
    SELECT SI_NAME,SI_ID FROM CI_INFOOBJECTS WHERE SI_INSTANCE=1 AND  SI_STARTTIME > '2014.08.20 00:00:00' Order by SI_STARTTIME DESC
    To check the instances which would be running in the future, that means you have recurring schedules. Check for the SI_NEXTRUNTIME to get the details of instances which will run in the future as per the recurrences.
    Thanks,
    Prithvi

  • Need to list all the reports in enterprise XIR1

    Hi,
    My requirement is to list all the reports available within folders their sub-folders?
    For ex: Folder A has sub folder B->Sub folder B has another sub Folder C->in which the reports are available some thing like a two-level hierarchy.
    Is this possible?
    Thanks!!!

    some sample queries for Query Builder:
    Get a list of all WebIntelligence reports:
    Select SI_ID, SI_NAME From CI_INFOOBJECTS Where SI_PROGID='CrystalEnterprise.Webi' And SI_INSTANCE=0
    Get a list of all Crystal Reports:
    Select SI_ID, SI_NAME From CI_INFOOBJECTS Where SI_PROGID='CrystalEnterprise.Report' And SI_INSTANCE=0
    Get a list of all universes:
    Select SI_ID, SI_NAME, SI_KIND From CI_APPOBJECTS where SI_KIND ='Universe'
    Get list of All Users by log on ID and Full Name:
    SELECT SI_ID, SI_NAME, SI_USERFULLNAME FROM CI_SYSTEMOBJECTS WHERE SI_PROGID='CrystalEnterprise.USER'
    Get list of all groups:
    Select SI_ID, SI_NAME from CI_SYSTEMOBJECTS Where SI_KIND='UserGroup'
    get list of all folders:
    Select SI_ID, SI_NAME From CI_INFOOBJECTS Where SI_PROGID='CrystalEnterprise.Folder'
    get list of all categories:
    SI_ID, SI_NAME From CI_INFOOBJECTS Where SI_KIND='Category'
    get list of all personal categories:
    Select SI_ID, SI_NAME From CI_INFOOBJECTS Where SI_KIND='PersonalCategory'

  • Unable to open reports listed in Workspace

    Hi All,
    I am using EPM 11.1.1.1.0 .
    I have created a few reports from the Financial Reporting Studio.
    And i have a user who has the "Administrator" provision for "Reporting and Analysis".
    When i log into workspace with this user id i get the "Explore" option and i can see the reports listed there but when i try to open it the following error pops up.
    Required application context reporting is not available. Please contact your administrator.
    I have checked my Financial Reporting Services and they are running fine.
    Regards.
    Alicia

    Hi Alicia,
    1. OK, then restart of services might help you .
    2. Try to restart FR services , and then do the restart of workspace application.
    Hope it works
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • How to get all the approver list for a particular transaction in iExpense

    Is there any API to get all the approver list for a particular transaction in iExpense workflow after submitting an expense report?

    Hi All,
    Could anyone please let me know API to get all AME approvers in one go.
    I am currently using below API to get approver list.
    ame_api.getallapprovers (applicationidin => 201 , -- PO
    transactionidin => l_document_id , -- req header id
    transactiontypein => 'PURCHASE_REQ'
    ,approversout => l_appr_list
    But if any of the approver is INACTIVE then API is going into exception and not showing all approvers. Requirement is like to show all approvers with their statuses (ACTIVE / INACTIVE).
    Reply ASAP.

  • How does one view all scheduled reports?

    I am scheduling 12 reports to run monthly. I don't find any view in which to see all of my scheduled reports, in order to verify  success (or failure) of last instance run, to delete or modify a report's schedule, etc.
    I also see no such "I am scheduled" indication or view on individual reports.

    Hi Randy,
    To add to John's response, you would be able to get the list of all schedules, through the
    1. Instance manager. Log on to CMC and go to instance manager to see all your report schedules.
    2. You can always navigate to a reports history to view its instances.
    3. Run the below query in the Query Builder (AdminTools) application to get the list of schedules
    SELECT SI_ID,SI_NAME,SI_PARENTID FROM CI_INFOOBJECTS WHERE SI_INSTANCE=1
    The above query would bring you 1000 results of all the report instances in the CMS database, irrespective of the kind of the report.
    You can fine tune your query as per your requirement if you need to get the instances of particular report. Below is the query to get instances for a particular report
    SELECT SI_ID,SI_NAME FROM CI_INFOOBJECTS WHERE SI_PARENTID=<ReportId for which you need to get the instances> AND SI_INSTANCE=1
    4. By using BusinessObjects SDKs. For working with BO SDKs, you would need to be familiar with the 3rd option above as through the code you would be executing similar queries to CMS database to get the results in your application.
    Regarding your query 'We want to have the ability to let any users go to one page/or click a link in webi and the page would show all of that user's scheduled reports in one single list where they can view and edit the report's schedule.. I wonder if that is possible to achieve'
    This is surely possible using the BusinessObjects sdks. For more queries regarding it, you would probably have to post your questions in the java sdks space. Below is the link for the same.
    http://scn.sap.com/community/bi-platform/java-sdk
    Thanks,
    Prithvi

  • TO SER FIELS BOX IN REPORT LIST SCREEN

    i WANT TO SET 2 RADIO BUTTON AND 2 FIELD BOX IN THE  REPORT LIST SCREEN WHERE I WANT TO ENTER DATA MANUALLY IN THE FIELD BOX. AND I WANT TO SET ONE PUSH BUTTON .I WANT TO SET ALL THERE IN LIST SCREEN NOT IN SELECTION SCREEN.
    CAN ANYBODY SUGGEST ME.
    THANKS

    hi check this..
    REPORT Z_TEST7 .
    *Table declaration
    tables: vbak,vbap.
    *internal table
    data: begin of i_sales occurs 0,
    vbeln like vbak-vbeln,
    erdat like vbak-erdat,
    audat like vbak-audat,
    kunnr like vbak-kunnr,
    vkorg like vbak-vkorg,
    matnr like vbap-matnr,
    netpr like vbap-netpr,
    check type c, "checkbox
    end of i_sales.
    type-pools: slis.
    data: v_fieldcat type slis_fieldcat_alv,
    gt_fieldcat type slis_t_fieldcat_alv,
    gt_layout type slis_layout_alv,
    gt_sort type slis_sortinfo_alv,
    fieldcat like line of gt_fieldcat.
    *Selection screen
    parameters: p_vkorg like vbak-vkorg.
    select-options: s_vbeln for vbak-vbeln.
    *start of selection.
    start-of-selection.
    perform get_data.
    perform fill_fieldcatalog.
    perform write_data.
    FORM get_data .
    select avbeln aerdat aaudat akunnr avkorg bmatnr b~netpr into
    corresponding fields of table i_sales from vbak
    as a inner join vbap as b on avbeln = bvbeln
    where a~vkorg = p_vkorg and
    a~vbeln in s_vbeln.
    ENDFORM. " get_data
    FORM write_data .
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
    I_CALLBACK_PROGRAM = sy-repid
    IS_LAYOUT = gt_layout
    IT_FIELDCAT = gt_fieldcat
    TABLES
    T_OUTTAB = i_sales .
    ENDFORM. " write_data
    FORM fill_fieldcatalog .
    sort i_sales by vbeln.
    clear v_fieldcat.
    "for check box
    v_fieldcat-col_pos = 1.
    v_fieldcat-fieldname = 'CHECK'.
    v_fieldcat-seltext_m = 'chek'.
    v_fieldcat-checkbox = 'X'.
    v_fieldcat-input = 'X'.
    v_fieldcat-edit = 'X'.
    append v_fieldcat to gt_fieldcat.
    clear v_fieldcat.
    v_fieldcat-col_pos = 2.
    v_fieldcat-fieldname = 'VBELN'.
    v_fieldcat-seltext_m = 'Sales Document'.
    append v_fieldcat to gt_fieldcat.
    clear v_fieldcat.
    v_fieldcat-col_pos = 3.
    v_fieldcat-fieldname = 'ERDAT'.
    v_fieldcat-seltext_m = 'Creation Date'.
    append v_fieldcat to gt_fieldcat.
    clear v_fieldcat.
    v_fieldcat-col_pos = 4.
    v_fieldcat-fieldname = 'AUDAT'.
    v_fieldcat-seltext_m = 'Document Date'.
    append v_fieldcat to gt_fieldcat.
    clear v_fieldcat.
    v_fieldcat-col_pos = 5.
    v_fieldcat-fieldname = 'KUNNR'.
    v_fieldcat-seltext_m = 'Customer'.
    append v_fieldcat to gt_fieldcat.
    clear v_fieldcat.
    v_fieldcat-col_pos = 6.
    v_fieldcat-fieldname = 'VKORG'.
    v_fieldcat-seltext_m = 'Sales Organization'.
    append v_fieldcat to gt_fieldcat.
    clear v_fieldcat.
    v_fieldcat-col_pos = 7.
    v_fieldcat-fieldname = 'MATNR'.
    v_fieldcat-seltext_m = 'Material'.
    append v_fieldcat to gt_fieldcat.
    clear v_fieldcat.
    v_fieldcat-col_pos = 8.
    v_fieldcat-fieldname = 'NETPR'.
    v_fieldcat-seltext_m = 'Net Value'.
    append v_fieldcat to gt_fieldcat.
    clear v_fieldcat.
    endform.

  • Oracle Reports Listing/Summary

    Does anyone have a document that lists all Oracle Reports (or even just PO reports) and includes a brief summary of what each does? Thanks in advance.

    I personally don't have this...however I have found it useful to go out to Metalink and in the search type in Purchasing SST...you can get to the users guide for whatever version you are using and there is generally a reports section in each guide.

  • Hot links to report listing journal entries for an account

    Hi Experts,
    We are going live soon with BPC-NW and have some questions regarding BPC-Excel reports, all done with EVDRE() function. Our BPC service pack level is 05, we are using Excel 2007 SP2 for the client and BW 7.01 ABAP Stack (Enh Pack 1) on the server side.
    We want to produce an Excel standad report with hot links to a report listing journals entries, passing it a parameter (account) so the report would list all journals and their entries for that account, and, so far, we haven't been able to find out how to do it.
    We tried using buttons and associate them with macro MNU_eJOURNAL_REPORT but it doesn't open the report journal by account directly and doesn't seem to accept any parameters.
    Has anyone found a way to do this?
    Best regards,
    Joao

    Hi Peter
    Thanks for the quick reply.
    Yes, we do manage our stock by warehouse. I went to admin->setup-> stock-> and then 'item groups' and 'warehouses' and checked the accounting tab. In both cases the 'Sales return Account' is marked as our stock account. Are there more hidden places I can look? Thanks
    Andreas

  • KE80 Customized Reports - Listing

    Hello,
    We have created our own drilldown reports for PCA in KE80 and we are on
    ECC 5. We would like to segregate our reports from the standard/delivered
    reports from SAP in the KE80 report listing. In the listing of the
    drilldown reports in KE80, all the reports are under one folder called
    "Reports". Is there a way to create a new folder within KE80 so that we
    can put our reports in the new folder and keep the delivered SAP reports
    in the original folder? If so, please let me know how to perform this
    task.

    Hi
    There is  solution to  this.   You can  collect  all  your  reports   by creating a  separate folder  in the EASY ACCESS  screen. 
    This is how it is done  :
    Go to  T,code SE43  and  creates a  new folder . Here you add the  transactions at the lower level ( subnode )     ie the reports in KE80. In the resulting dialog, you will see an option u201C+Reportu201D. This will give you options to add Report painter reports to area menu.
    Thanks
    kamala

  • Differentiate between report and generated scheduled report - report list

    How do I differentiate between a (.rpt) report and a (scheduled generated report) from this report (.rpt with data) when I list all the reports on the server.
    I need this information because when I view the scheduled report, I do not need to set the parameters via the crystal viewer.
    Thanks in advance.
    JM

    Ted.
    I am not sure why the scheduled report is saying si_instance=false.
    So I scheduled the sample report - Drilldown and named the scheduled instance as "DrilldownInstance",
    it created two info objects. One has SI_INSTANCE = true and the other has SI_INSTANCE = false!!!!!
    select * from CI_INFOOBJECTS
    where
    SI_PROGID = 'CrystalEnterprise.Report'
    and SI_KIND = 'CrystalReport'
    and si_name LIKE '%DrilldownInstance%'
    I presume it should have only created one object, and set si_instance=true
    Thanks,
    JM
    P.S
    Sorry to be a bother! but this is driving me nuts!
    Edited by: jam mend on Jan 20, 2009 9:07 PM

Maybe you are looking for