Names of the reports

hi friends
can anybody send me some names of the reports in SD and MM modules...like purchase order to payments, asset aging....
and i would like to know the fields in each report....
thanks in advance
deepa

Hi Deepa,
Check these links. You would all the information for MM and SD including the reports, datasources, cubes, etc.
Check these links on SD:This PDF is really helpful:
https://websmp104.sap-ag.de/~sapidb/011000358700002719062002E/EXTRSDTRANSDATA_new1.pdf
http://help.sap.com/saphelp_nw04/helpdata/en/09/a7b339688d2453e10000000a114084/frameset.htm
http://help.sap.com/bp_biv235/BI_EN/index.htm
http://help.sap.com/saphelp_nw04/helpdata/en/09/a7b339688d2453e10000000a114084/frameset.htm
BW-MM:
Refer this link:
http://help.sap.com/saphelp_nw04/helpdata/en/96/df293581dc1f79e10000009b38f889/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/e9/62073c44564d59e10000000a114084/frameset.htm
Bye
Dinesh

Similar Messages

  • Getting the variant name when the report program is run in background

    Hi All,
    How to get the variant name for the report program when run in background? My requirement is to create an email attachement with the name 'variant.XLS', where variant = selection screen variant, when the report program is run in background. The system field SY-SLSET holds the variant name only when run online.
    Any pointers to this will be highly appreciated.
    Thanks and regards,
    Nilesh.

    Hello Nilesh,
    Please find the algo:
    1. Call the FM: GET_JOB_RUNTIME_INFO to get the background job details.
    2. Select data from TBTCP using these details:
    DATA:
    FP_EVENTID   TYPE BTCEVENTID
    FP_EVTPARM   TYPE BTCEVTPARM
    FP_ACTIVE    TYPE BTCXPGFLAG
    FP_JOBCNT    TYPE BTCJOBCNT
    FP_JOBNM     TYPE BTCJOB
    FP_STEPCNT   TYPE BTCSTEPCNT.
      CALL FUNCTION 'GET_JOB_RUNTIME_INFO'
        IMPORTING
          EVENTID                 = FP_EVENTID
          EVENTPARM               = FP_EVTPARM
          EXTERNAL_PROGRAM_ACTIVE = FP_ACTIVE
          JOBCOUNT                = FP_JOBCNT
          JOBNAME                 = FP_JOBNM
          STEPCOUNT               = FP_STEPCNT
        EXCEPTIONS
          NO_RUNTIME_INFO         = 1
          OTHERS                  = 2.
      IF SY-SUBRC <> 0.
    *   Error calling FM: GET_JOB_RUNTIME_INFO
      ENDIF.
    DATA: FP_VARIANT TYPE BTCVARIANT.
      SELECT JOBNAME JOBCOUNT STEPCOUNT VARIANT
      FROM   TBTCP
      INTO TABLE L_IT_TBTCP
      WHERE  JOBNAME   = FP_JOBNM
      AND    JOBCOUNT  = FP_JOBCNT
      AND    STEPCOUNT = FP_STEPCNT.
      IF SY-SUBRC = 0.
        SORT L_IT_TBTCP BY JOBNM JOBCNT STEPCNT.
        READ TABLE L_IT_TBTCP INTO L_WA_TBTCP INDEX 1.
        IF SY-SUBRC = 0.
          FP_VARIANT = L_WA_TBTCP-VARIANT.
        ENDIF.
      ENDIF.
    Hope this helps.
    BR,
    Suhas

  • How to get the VENDOR NAME in the report s-ME80FN,MB51

    Dear friends,
    In many sap standard reports we are getting the vendor no. or material no. etc., What to do if we want vendor name in the reports ME80FN AND MB51?
    bye
    TS

    Hi Guys,
    Go for enhancement of RM07DOCS......
    add new variable as shown below,
    DATA: BEGIN OF list OCCURS 0.
             INCLUDE STRUCTURE itab.
    DATA: maktx LIKE makt-maktx,
           name1 LIKE t001w-name1,
           btext LIKE t156t-btext,
           pspid LIKE prps-posid,
           vornr TYPE vornr,                                     "215929
           color_line(03)       TYPE c,                          "n555
           color TYPE slis_t_specialcol_alv,
    *{   INSERT         IDEK900044                                        1
        vd_name1 type name1_gp,
    Also add the variable if required.
    Then go for Deatil_list and add the further coding.....
    Problem get resolved......

  • Pint user name in the report

    Hi
    I want to print the user name in the report. How can I ?
    Here username is the one which i am using to login into apex.
    Thanks
    Nav.
    Edited by: user13129164 on May 18, 2010 11:53 PM

    Use the APP_USER built-in substitution string.
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/concept.htm#sthref214
    Please use the documentation to answer basic questions, and update your forum profile with a better handle than "user13129164".

  • Using the login user name in the report

    It will be appreciated if someone can help on the following:
    How can I use the login user name in the report?
    I mean that the report will be build on SQL statement look like :
    Select a, b, c, d
    For table
    Where a = <the user name used to login to htmldb>
    Thanks

    select a,b,c,d
    from table
    where a= :APP_USER

  • Date interval should be there in name of the report through Bex

    Hi,
    I have a requirement in which customer wants to see the date interval with the name of the report which they are using in selection screen.
    Can anyone please tell me how i can do it in BEx query.
    Roma

    Hi ,
    You can achive the same by using the Text variable in the description of the report .This variable will take the input from other variable whose value is entere by the user in the selection screen
    For doing the same please refer to the below document :
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/25d98cf6-0d01-0010-0e9b-edcd4597335a?QuickLink=index&overridelayout=true
    Check and update accordingly later .
    Thanks
    Kamal

  • Do we have a feature of export the names of the reports and dashboards that are available in OBIEE?

    Is there any option to export the names of the reports and dashboards that are available in OBIEE?

    Hi,
    You can create report using catalog manager:
    1. Open catalog in Online mode.
    2. Select shared folder & then click on Tool-> create report.
    3. For report name -> select Analysis from drop down list & move "Name" in right pane(or whatever detail u want, u can select from list).
    4. For Dashboard -> select Dashboard from drop down list & then move name in right pane.
    5. Click OK  & save report.

  • How do I find out what the name of the reports server  is?

    Hi Everyone,
    I am connecting to a remote machine using gotomypc.com and have started up Reports Builder 10g. I know very little about installation of Oracle on this machine. Just enough to log into Oracle 10g and run tools like the Report Builder, TOAD, etc. When I run a report from the Report Builder I get a web browser with a blank report. It works when I run a paper report. I am guessing that the Reports Server is not running or not configured properly.
    Can you tell me how to find out what the name of this Reports Server is and/or how to start it up?
    Thanks.
    Emad

    I realize this is old, but... You can find out your servers name by looking at the $ORACLE_HOME\reports\conf\rwservlet.properties file. It has a entry for SERVER. Should also have a corresponding conf file after starting up OC4J and activating the server for developer installs.
    Next, you can also run rwdiag. It will show you all report servers available to your installation. This is interesting when Multicast is used by Reports (10g). Ran into issues with servers named the same not on the hardware I was expecting.... ;)
    Good luck.
    BradW

  • Individual report path with defined file name from the report settings in Testsand 2012

    Hi,
    I have following task:
    I want to test stand 2012 in each sequence to change the path of the report file. But the naming of the file is to be maintained as these settings can be made from TestStand into the report (DisplayName + _Report_ [<FileDate>] [<FileTime>] <unique>. <File Extension). I can not find now, however, the / callback parameter on which the components are assembled path and file in TestStand.
    While I can read about the callback "GetReportFilePath" the path and file name, and with the expression: Parameters.ReportFilePath = "c: \ \ electro \ \ SHARE \ \ test protocols \ \ Test Logs \ \" change the path, but the file name will no longer be formed from the settings of TestStand.
    I have the suspicion that I'm just not accreting at the right place. Can someone please give me a hint?
    greeting Michael
    Greetings Michael

    See Oracle Metalink,
    ..Oracle Portal Technical Forum,
    ....Subject: PORTAL - uploading files (file attachments) with file names.
    This message thread outlines javascript code that automatically captures the filename during an upload.

  • Passing Parameters to a report by only knowing the rdf name fo the report

    Hi all,
    My requirement is that i konw the rdf name of a report and i want to call that report through form but i dont know the parameters in that report. Is there any way to find the parameters or any other method by which i can identify and pass the parametes to the report.
    Thanks in advance

    You don't have the rdf-files? Then i don't know of any way to find that out from the report itself (i guess you only have the rep-files?). Do you have any other forms-modules which already call the report? If so, you could check the calls there.

  • Automaticly showing the name of the report on bottom of the page

    I have so many reports that have been created in CR.  I print all my CR reports through Planit so I don't accesses them through CR while printing.  To figure which report is being used I need to look in Plant then go to MS Access which has the list where Plant ties in the name from CR.
    Anyway...
    I just want to have the file name printed on the bottom of the page, I hope there is a variable already setup in CR..  I didn't see one.  If not I will manually type in all the names..
    Thanks.....

    Hi,
       If you want to print the path along with the file name then drag and drop the special field "File path and Name" into the page footer.
    If you want to pint only the file name then
       Goto > File > Summary Info.> Title . Enter the report file name.
       Now drag teh special field Report title onto your report in teh report footer or page footer where you wanted to display.
    Hope this helps!
    Regards,
    Vinay

  • Table which contains name of the report generated from table

    Hello everyone,
    Is there any table which stores the report names that are created from table.
    For example if my table name is 'ABC' a new report will be created for table at run time '/1BCDWB/DB/ABC'.
    I also need to have table names, which stored the values when a layout is changed
    For example if I have ten fields in my table, first time ill choose 5 fields, second time ill change the layout and choose 10 fields and ill save the layout.
    If any Function modules are there please let me know
    Please let me know, if anyone has details.
    Thanks,
    Gayatri.
    Moderator message : Duplicate post locked. Continue with the thread - [Name of the table which stores report contents and layout changes|Name of the table which stores report contents and layout changes;.
    Edited by: Vinod Kumar on Jun 14, 2011 3:42 PM

    Hi,
    Thanks for reply.
    I know about ttxfp and tnapr. but none of the two table contain form name with its description. actully I m looking for a table which contain form name with there desription. please if you have info regarding this, Do share with me . this is really urgent
    regrads,
    Ruchika saini

  • Web Page title is showing technical name of the report

    When BI report is running from portal (web), in the wab page titel is showing report technical name. But i want to display report description,
    If any one knows about this pls send me the how fix that. I am working on BI 7
    Thanks
    Samit

    Hi,
    Have you used a Text Item for displaying the name of the Query ? If yes, in the properties of the Text Item, you would have binded the Data Provider. Here, you can give the option of Displaying General Text and the General Test Item can be the Query Description.
    Pls let me know if you have used somthing else or in some other way.

  • Current Date in the Name of the report while downloading to excel or PPT

    Hi,
    I have one requirement in which we need to provide
    While downloading report can we provide current date in downloading name automatically?(obi ee 10.1.3.4.1)
    As far as i know i hope this is not feasible.
    Can you please confirm on the above requirement.
    Thanks in Advance

    sgkon wrote:
    Hi,
    I have one requirement in which we need to provide
    While downloading report can we provide current date in downloading name automatically?(obi ee 10.1.3.4.1)
    As far as i know i hope this is not feasible.
    Can you please confirm on the above requirement.
    Thanks in AdvanceDid you try looking at using BI Publisher? Take a look at this:
    http://obiee-bip.blogspot.com/2010/05/dynamic-delivery-file-naming-in-bi.html

  • REP-0503: You did not specify a name of the report

    would you tell me where I could find the detail help for report error message. thks!

    Hi,
    Though you can search for it in the online help its too slow and cumbersome to do so. Instead check
    1)whether this reports exist in the reports_path of your server..the path that its searching for reports you can get it using the showenv command of the rwservlet like
    http://youriasservername:port/reports/rwservlet/showenv?server=<your reports server>
    2) if you are calling this report from forms make sure that the dummy report object that you have inthe design time does have a report name.
    HTH
    Elango.

Maybe you are looking for