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

Similar Messages

  • (1) I want to alphabetize faces. (2) Can't change spelling in Faces. After I correct it, it jumps back to the incorrect spelling. There are names in the list that aren't assigned. Can they be deleted??

    (1) I want to alphabetize faces. (2) Can't change spelling in Faces. After I correct it, it jumps back to the incorrect spelling. There are names in the list that aren't assigned. Can they be deleted??
    I type Sandi Patty.  It changes it to Sandi patty.  (Little "p")  There are some pics in there correctly capitalized and some that aren't.  So, I deleted all the faces with incorrect spelling hoping to clear the system of that name completely.  Didn't work.  As you type Sandi, all the choices, including the one with error in capitalization show up.  I type it CORRECTY -- Sandi Patty -- I click on another face and the Sandi Patty becomes Sandy patty.  (Little P)     There are other names in the list that were the result of bad spelling.  Can these NOT be deleted??

    Not at this time, I spent an hour on the phone with Apple support today on this topic and they could not locate the files necessary to delete names from the list.  Bummer

  • 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

  • Data missing when I print preview and export to pdf but do see the data when i navigate to that page in the report

    Hi,
    I have a report which consists of 9 subreports in 2 tables..
    When the run report I do see data.
    when i export to a pdf and print preview the report in Bids.. i see data for the first 22 pages and then the remaining pages are blank with just the header showing up...
    when i go to the pdf and select page 25 it is blank but when i go the report and not in print preview mode.. and i type in 25 in the page number data shows up on that page...
    the report is set to a portrait and the margins are set to 0.
    How can I solve this problems and why is it happening... the size of the sub report are the same..
    Any help will be appreciated.
    Thanks
    Karen

    I should add that when I e-mail this document to myself and print it directky from the iMac, it prints fine.

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

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

  • 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

  • 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

  • How to get ther servlet name from the Httprequest / servletContext

    Hi,
    How can I get the servlet name from the Http Request / Servlet conext?
    Arthik

    I have a requirement to call the business logic either in local server / external server.
    Local / External server
    The original / main request is made to the server from the client and from the server if the main request requires some resource (second request from server side) available in the external server then I need to make a URL connection. If the requested resource is the local resource then I need to by-pass the HTTP call. So I need to verify the server name , port with the originally requested server.Then I need to check if the request servelt is available in local or not.
    Can you please help me.

  • Data loaded in Infocube is not visible in the Reporting

    Hi all,
    In the info cube, the data is not visible for reporting, How can i make it available for reporting,
    When i select the Manage option from the context menu of the cube and select the Requests Tab, i get a pop up message that tells
    " There is an inconsistency between the load status of the data and the option of reporting on this data.
    There is data in the InfoCube/ODS object that is OK from a quality point of view, but is not yet displayed in reporting.
    The problem, for example, is to do with request 0000018049, number REQU_F4ZBFRMDGBULE9WCUN3R5UX5X."
    How do i find out the inconsistancies?
    PS: All the requesta are delta upload
    There is no aggregates for this cube.
    Thanks n regards
    Girikumar

    Hi Girikumar
    Use the RSRV transaction and select All Elementary Tests  in the dropdown ->Transaction data  , select the Consistency of the Time Dimension for an InfoCube  and select your cube and Execute the button ..if any error are there it will display the inconsistency ..Repair the Inconsistency with Correct Button..
    Check the other test also ..
    Hope the above helps you..\
    Bye
    Shu Moh..

  • 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

  • Display name of the view in BEX Analyzer

    Dear All,
    If you run a view, the name of the underlying query is always shown in the report. Is there a way to show the name of the view instead IN bex aNALYZER?
    Please reply ASAP.
    Shailja.

    Hi,
    go  through this
    "http://help.sap.com/saphelp_nw04/helpdata/EN/0d/af12403dbedd5fe10000000a155106/content.htm"
    Any help let me know.

  • 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

Maybe you are looking for

  • Can I use a 30" Apple Cinema display with a new 27" iMac?

    I have a brand new iMac(27-inch, Late 2013), OS X Mountain Lion (10.8), i7 3.5 GHz, 32MB RAM, 4GB NVIDIA.  I will soon be upgrading it to Mavericks, if that makes a difference.  My understanding is that the resolution on it is 2560 x 1440. I'm lookin

  • My Apple ID account have the security error

    My Apple ID : A Alternate Email Addresses : B 1) I am using normal my Apple ID account. One day, I changed the primary email account (A)  to another email account (B) So I did not get any information from the Apple. Maybe have error in the Apple serv

  • Error message failed "ALIGNMENT" after changing black cart on 7360 no black print.

    I have an issue with black print on my 7360, I installed a new black cartridge, ink level monitor displays full. printed test page no black print and have" failed alignment"  message after running this test. Tried to run clean" print head" same resul

  • Help! Object Arrays...

    Hi, I'm a novice programmer trying to learn Java. I'm trying to solve a problem in a book I'm learning from - I can use arrays of primitive types with no problem, but I'm having some trouble with arrays of objects. To illustrate what I'm trying to do

  • Calc time vs. defragmentation

    I have a database with an average cluster ratio of .44. If I export and reload my data, it will go to 1.0, but as soon as I calc it goes back to .44.Under my current data settings, this calc takes a mere 5.7 seconds to run and retrevial time is fine.