Query Description Required

Hi All,
I have a requirement, whereby when I run t.code ST03N, I get technical name of a query I would like to have the description of the query is the a way to do so ? Say via SE16 ... and get them ...
Please assist
Nathan

one way is to go to SE16 table RSZELTDIR
Choose REP for field DEFTP, query tech name for field MAPNAME.
The field TXTLG gives you the description of the query name

Similar Messages

  • Display Query Description in Header in PDF Print

    Hi all,
           When using PDF Print option I would like to print the Query Description in the Header. From the dialog box I only see options for Data, Time, Pages and custom text. Can you please let me know how can I print the Query Description in the Header while using PDF Print.
    Thank you,
    Ram

    Yes I understand but that is not what I mean.
    1. I have assigned a document to a certain query element in the BW metadata repository. This document contains a short report description and the purpose with it.
    2. Now I want to display this information within a "information field" under the information tab when running a report.
    Is it possible to display this information with a standard sap text element web item?

  • Text valriable in Query Description is not working in Bex Broadcaster

    Hello Experts,
    I am using Bex broadcaster setting to displaying Query Description through text variable availabe as <OBJECT_DESCRIPTION> in subject of boradcasted mail.
    In Query Description I have used text variable at the end to display previous month/year i.e "Report &ZPREV&" .
    Text variable with description is working fine in RSRT/ Analyzer, I am able to see description as "Report 201012" but the same description displays "Report &ZPREV&" in the subject line of broadcasted mail i.e. text variable is not getting assigned with desired value and technical name appears.
    Thanks,

    this problem may arise due to non-assignment of text variable to the any of the characteristics you using the  year so, REFER THE TEXT VARIABLE TO THE FISCAL YEAR . WHICH IS IN  TIME CHARACTERISTICS.
    HAVE YOU CREATED ANY OFFSET VARIABLE,  CREATE A VARIABLE FOR THE FISCAL YEAR  AND CREATE OFFSET TO THE VARIABLE AS -1 THEN  YEAR  WILL YEAR-1   ,   THE TEXT VARIABLE YOU CREATED WILL REFER TO THE FISCAL YEAR SO THE  PREVIOUS YEAR VALUE OF THE TEXT VARIABLE WILL THE YEAR = YEAR - 1.

  • Bi7 Variable screen, need to show query description

    hi
    i upgraded workbooks from bw 3.5 to BI 7
    workbook contains 5 queries in 5 different worksheets
    now when i refresh the  query, the variable screen shows like this
    dp_1 ztst_1
    dp_2 ztst_2
    dp_3 ztst_3
    ,,,,,,,,,               etc.,
    dp_1,2,3 are for dataprovider 1,2,3
    ztst_1,2,3 are queries technical name.
    i dont want this
    for all users i want them to see QUERY DESCRIPTION next to dp_1,2,3
    there is no way i can rename dp_1,2,3 if i upgrade a workbook
    HOW TO DO THIS?

    not a good solution, i already tried it.....
    you have to do it for all queries
    At first u still see the Technical name only......
    if you refresh the query again or change variable, then u notice the difference.
    close the workbook or close the query this setting is change
    now you reopen the query and workbook, same process to follow
    what i need?
    A SETTING THAT BY DEFAULT DISPLAYS QUERYS DESCRIPTION ALWAYS IN VARIABLE SCREEN FOR EVERY QUERY/WORKBOOK.
    is it possible ?

  • I get an error 400 parameter description required while trying to use netflix

    Im trying to access netflix and under any menu such as "recently watched" or "instatnt queue" I get an error message that says
    400
    parameter description required
    I reset the Apple TV and still had the same problem.
    I logged out of Netflix then logged back in, same problem.
    After trying multiple times it still gave me the same error.
    Tried it again after 5-7 minutes and it worked, no more error message.
    Any ideas?

    We have the same problem. It appears to be something with AppleTV as Netflix works on our iPhone and the Wii. I haven't tried to use it on the AppleTV in about an hour but maybe it will have cleared itself up by now. Did all the reset and log in and out stuff, too.

  • Length Of Query Description

    Can Any One Suggest Me How To Maximize Query Description Length
    i.e More than 120 Char .
    Regards
    Supraja.K

    Hello,
    Thanks Rohan.
    I checked the table and it contains the field called TXTLG which is Char 60. You need to modify this table and make the length of as many char as you want, save and activate. I am not sure, if you need to perform this activity in directly into production or you can transport the table.
    It may give you error while you change the data type of the field as table may contain data. If you get such error, I dont see any other solution, because it is practically impossible to empty this table.
    - Danny.

  • Query description display

    When executing queries directly to the Explorer browser, the Explorer tab shows the query's technical name, not its description. 
    Where is the customising setting that enables it to show the query description?
    Many thanks,
    Frederick

    Hi,
    This is SAP Business one reporting and printing forum. Please find correct forum and report your discussion to get quick answer.
    Please close this thread by marking helpful answer.
    Thanks & Regards,
    Nagarajan

  • Text variable to be used in query description

    Hi,
    Need to use text variable in the query description. I have created one which processes by customer exit to get the value as system date. But the description is still showing as &variable name&
    Checked with value of  i_step = 2 and 3. still not working
    Any inputs?
    Searched the forums, but couldnt find a solution!
    Thanks in Advance,
    Tinkugeo

    Hi Tinkugeo,
    I tried with the following code and it is working for me :
    DATA: loc_var_range LIKE rrrangeexit.
    DATA:  l_s_range     TYPE rsr_s_rangesid.
    Data: NEWDATE type sy-datum.
    IF i_vnam EQ <variable name> 
    if i_step EQ 2.
    CLEAR l_s_range.
    NEWDATE = sy-datum.
    month = NEWDATE+4(2).
    year = NEWDATE+0(4).
    day = NEWDATE+6(2).
    l_s_range-low+0(2) = day.
    l_s_range-low+2(1) = '/'.
    l_s_range-low+3(2) = month.
    l_s_range-low+5(1) ='/'.
    l_s_range-low+6(4) = year.
    APPEND l_s_range TO e_t_range.
    endif.
    Check that the variable you have made is of type customer exit.
    Best Wishes,
    Mayank

  • Query Description not displaying in Bex Template

    Hi all,
    I have created a Template in Bex Analyser in the Design mode of a Workbook.  I have assigned this workbook template as the Default Template for all the Queries by selecting it in Global Settings.  I closed this workbook template and opened a query.  I am getting the template embedded in the query as i designed but the problem is the Query Description is not displaying correctly.  In the Query, it is showing the Workbook Description in the header instead of Query Description.
    Where should i change it?  Help me in fixing this.  Thanks.
    Regards,
    Murali

    Hi,
    you should use an Info Field WebItem to display the query name or description in your Webtemplate.
    Parameter in InfoField: General Text Elements for a Data Provider (GENERIC_TEXT_ELEMENT).
    You use this parameter to choose the generic text element that is to be displayed:
    &#9679;      Query Name (QUERY)
    &#9679;      Query Description (QUERY_DESCRIPTION)
    http://help.sap.com/saphelp_nw04s/helpdata/en/47/96784226d1d242e10000000a1550b0/frameset.htm
    Regards
    Andreas

  • Workbook Query Description

    Hi Experts,
    I have a requirement to add to 2 queries to a workbook. (BI 7.0)
    I run the report in analyzer and saved it as workbook.
    I inserted a new sheet and in the design mode added the 2nd query to the workbook with the help of analysis grid.
    Both the reports work fine, But I get the report description only for the first inserted report.
    For the 2nd one I only get a table of report value with no query header.
    Please let me know what options I need check for this
    Thanks
    El.

    1. Open your workbook. Go to Tools -> Macro -> Visual Basic Editor
    2.In the Project Explorer Window Choose DefaultWorkbook Module and insert the below Code at the end of CallBack Sub Function
        Cells.Find(What:="Total", After:=ActiveCell, LookIn:=xlFormulas, LookAt _
            :=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:= _
            False, SearchFormat:=False).Activate
        Selection.Font.Bold = True
        With Selection.Interior
            .Pattern = xlSolid
            .PatternColorIndex = xlAutomatic
            .ThemeColor = xlThemeColorDark1
            .TintAndShade = -0.349986266670736
            .PatternTintAndShade = 0
        End With
    Hope this suits your requirement.
    Note: Change the part "Total" in the code, whatever is the heading of the line you need to do this formatting.
    rgds, Ghuru

  • Query Help required

    HI Experts ,
    Could you please help me in getting below output ,
    My Input Table :
    Number
    Loc_A
    LOC_B
    PARENT_NUMBER
    A-01
    Ind
    Aus
    A
    A-02
    Fra
    NZ
    A
    A-03
    Ind
    SL
    A
    A-04
    USA
    Aus
    A
    A-05
    Pak
    WI
    A
    A-06
    Fra
    Ag
    A
    A-07
    Rus
    Ban
    A
    A-08
    SA
    Ind
    A
    A-09
    Ind
    Ind
    A
    My Required Output
    Number
    Loc_A
    LOC_B
    PARENT_NUMBER
    A-01
    Ind
    Aus
    A
    A-02
    Fra
    NZ
    A
    A-03
    Ind
    SL
    null
    A-04
    USA
    Aus
    null
    A-05
    Pak
    WI
    A
    A-06
    Fra
    Ag
    null
    A-07
    Rus
    Ban
    A
    A-08
    SA
    Ind
    A
    A-09
    Ind
    Ind
    null
    I am comparing each and every record with its previous rows values for column Loc_A and Loc_B and if they are getting matched i m inserting null .
    table structure
    with t as
    (select 'A-01' as Num,'Ind' as Loc_A,'Aus' as Loc_B,'A' as Parent_Num from dual
    union all
    select 'A-02' as Num,'Fra' as Loc_A,'NZ' as Loc_B,'A' as Parent_Num from dual
    Union all
    select 'A-03' as Num,'Ind' as Loc_A,'SL' as Loc_B,'A' as Parent_Num from dual
    union all
    select 'A-04' as Num,'USA' as Loc_A,'Aus' as Loc_B,'A' as Parent_Num from dual
    union all
    select 'A-05' as Num,'Pak' as Loc_A,'WI' as Loc_B,'A' as Parent_Num from dual
    union all
    select 'A-06' as Num,'Fra' as Loc_A,'Ag' as Loc_B,'A' as Parent_Num from dual
    union all
    select 'A-07' as Num,'Rus' as Loc_A,'Ban' as Loc_B,'A' as Parent_Num from dual
    union all
    select 'A-08' as Num,'SA' as Loc_A,'Ind' as Loc_B,'A' as Parent_Num from dual
    union all
    select 'A-09' as Num,'Ind' as Loc_A,'Ind' as Loc_B,'A' as Parent_Num from dual
    select * from t;
    Could you please help ,i have 1000's of rows with this kind of data

    Hi,
    I have tried to create a query, this might help you
    WITH t AS (SELECT 'A-01' AS Num,
                      'Ind' AS Loc_A,
                      'Aus' AS Loc_B,
                      'A' AS Parent_Num
                 FROM DUAL
               UNION ALL
               SELECT 'A-02' AS Num,
                      'Fra' AS Loc_A,
                      'NZ' AS Loc_B,
                      'A' AS Parent_Num
                 FROM DUAL
               UNION ALL
               SELECT 'A-03' AS Num,
                      'Ind' AS Loc_A,
                      'SL' AS Loc_B,
                      'A' AS Parent_Num
                 FROM DUAL
               UNION ALL
               SELECT 'A-04' AS Num,
                      'USA' AS Loc_A,
                      'Aus' AS Loc_B,
                      'A' AS Parent_Num
                 FROM DUAL
               UNION ALL
               SELECT 'A-05' AS Num,
                      'Pak' AS Loc_A,
                      'WI' AS Loc_B,
                      'A' AS Parent_Num
                 FROM DUAL
               UNION ALL
               SELECT 'A-06' AS Num,
                      'Ind' AS Loc_A,
                      'Ag' AS Loc_B,
                      'A' AS Parent_Num
                 FROM DUAL
               UNION ALL
               SELECT 'A-07' AS Num,
                      'Rus' AS Loc_A,
                      'Ban' AS Loc_B,
                      'A' AS Parent_Num
                 FROM DUAL
               UNION ALL
               SELECT 'A-08' AS Num,
                      'SA' AS Loc_A,
                      'Ind' AS Loc_B,
                      'A' AS Parent_Num
                 FROM DUAL
               UNION ALL
               SELECT 'A-09' AS Num,
                      'Ind' AS Loc_A,
                      'Ind' AS Loc_B,
                      'A' AS Parent_Num
                 FROM DUAL)
    SELECT t.num,
           t.loc_a,
           t.loc_b,
           CASE
              WHEN (FIRST_VALUE (LOC_A)
                       OVER (ORDER BY NUM RANGE UNBOUNDED PRECEDING)) IN
                         (LOC_A, LOC_B)
                    OR (FIRST_VALUE (LOC_B)
                         OVER (ORDER BY NUM RANGE UNBOUNDED PRECEDING)) IN
                         (LOC_A, LOC_B)
              THEN
              ELSE
                 t.parent_num
           END
              parent_num
      FROM t
    NUM
    LOC_A
    LOC_B
    PARENT_NUM
    A-01
    Ind
    Aus
    A-02
    Fra
    NZ
    A
    A-03
    Ind
    SL
    A-04
    USA
    Aus
    A-05
    Pak
    WI
    A
    A-06
    Ind
    Ag
    A-07
    Rus
    Ban
    A
    A-08
    SA
    Ind
    A-09
    Ind
    Ind
    Only error I have here is the First Value is showing '-'. I have not got enough time to remove it.
    Regards,
    Adarsh

  • Link user query to required print layout

    Hi all,
    I tried linking my user query to a required print layout for user reports.
    I have followed the same procedure as given in  (Query PLD.pdf ) but when I try to save ,
    I get the following error
    Items were found with the same exclusive no [Message 101-19 ]
    Can anybody help me with this
    Thanks
    Nirmala B.

    finally got it

  • SQL Query Assistance Required for Full Outer Join

    Hi,
    Lets say I have two tables, i.e:
    TAB_A (colA1, colA2, colA3, colA4)
    TAB_B (colB1, colB2, colB3, colB4) where colB2 is a FK to colA1
    I am after an SQL query that will cater for both the following two scenarios.
    Scenario 1:
    TAB_A has two rows of data, i.e
    (1, ABC100, 1, WG_A)
    (2, ABC100, 2, WG_B)
    TAB_B has one row of data, i.e
    (1, 1, EMP_222, 4)
    I use the following SQL:
    select a.*, b.*
    from tab_a a FULL OUTER JOIN tab_b b ON (a.colA1 = b.colB2)
    where a.colA2 = 'ABC100'
    This returns two rows:
    1, ABC100, 1, WG_A, 1, 1, EMP_222, 4
    2, ABC100, 2, WG_B
    Now, what I actually would like my query to do is actually only return the row where a tab_b record exists, i.e, should only return one record:
    1, ABC100, 1, WG_A, 1, 1, EMP_222, 4
    This I can achieve by using a RIGHT OUTER JOIN instead above, but this causes issue with my scenario 2, which is the following set-up
    Scenario 2:
    TAB_A has only one row of data this time, i.e
    (2, ABC100, 2, WG_B)
    TAB_B has no data at all this time
    This returns no rows but I actually now want this single record from tab_a returned.
    I basically require an SQL query that will cater for both the top 2 scenarios, i.e, if a tab_b record exists from the outer join then only return this record along with tab_a data. If a tab_b record doesn't exist, then only return the tab_a record.
    Hope the above makes sense.
    Thanks.

    Is it what you need (not very elegant) ?
    SQL> select * from t_outer;
            ID CODE
             1 100
             2 100
    SQL> select * from t_inner;
    no rows selected
    SQL> with tab1 as (
      2  select a.id a_id, a.code, b.id b_id from t_outer a join t_inner b on
      3  (a.id = b.id and a.code = '100'))
      4  select * from tab1
      5  union all
      6  select a.*, null from t_outer a where not exists (
      7  select 1 from tab1)
      8  and a.code = '100'
      9  /
          A_ID CODE             B_ID
             1 100
             2 100
    SQL> insert into t_inner values(2);
    1 row created.
    SQL> with tab1 as (
      2  select a.id a_id, a.code, b.id b_id from t_outer a join t_inner b on
      3  (a.id = b.id and a.code = '100'))
      4  select * from tab1
      5  union all
      6  select a.*, null from t_outer a where not exists (
      7  select 1 from tab1)
      8  and a.code = '100'
      9  /
          A_ID CODE             B_ID
             2 100                 2
    Rgds.

  • How to put Dynamic Query description based on the Input selections?

    Hi All,
    I have a requirement wherien there will be 4 input selections for a report namely A, B, C & D alongwith Fiscal year period. wherin Fiscal Year period will be mandatory field
    Now, the output of the report should show the description of the report as follows:
    For E.g: if Fiscal year Period = 011/2011
    When User Enters input value for 'A', then report nameshould be displayed as A 011/2011
    When User Enters input value for 'B', then report nameshould be displayed as B 011/2011
    When User Enters input value for 'C', then report nameshould be displayed as C 011/2011
    When User Enters input value for 'D', then report nameshould be displayed as  D 011/2011
    Please advice if this requirement is possible and if yes, please guide me how?
    Thanks& Regards
    Sneha Santhanakrishnan

    change the code as below and see
    WHEN 'ZREP_DESC'.
    data: wa_data TYPE rrrangesid.
          CLEAR : wa_var_range.
          READ TABLE i_t_var_range INTO wa_var_range WITH KEY vnam = 'ZVALUE'.   "ZVALUE is variable for A,B,C,D field
          l_no = wa_var_range-low.
          CLEAR wa_var_range.
          READ TABLE i_t_var_range INTO wa_var_range WITH KEY vnam = 'ZFISCPER' iobjnm = '0FISCPER'.
          IF wa_var_range-low IS NOT INITIAL.
            gv_var  =  wa_var_range-low.
    concatenate l_no  gv_var into wa_data-low
          ENDIF.
          wa_data-sign = 'I'.
          wa_data-opt = 'BT'.
          APPEND wa_data TO e_t_range.
      ENDCASE.

  • Query description not displaying in Workbook after upgrade

    Hi,
    I have saved my existing 3.5 workbook in 7.0 format. The query is also saved in 7.0 format. But after the upgrade the workbook on refresh is not populating the Description and Filter details of the query.
    Appreciate your valuable inputs.
    Thanks in advance.
    Prakash C

    Hii
    The workbook is work as an Excel sheet & also in the same format & restrictions that u have made while executing the query.And it shows the description as the name u give to the workbook
    but shows the same Query name inside the workbook.
    If description is not displayed then just disconnect the analyzer and connect it again.U will get the description also.
    Thanks
    Neha

Maybe you are looking for