Adding description in variable screen of Bex query

Hi All,
I have restricted one variable ( let us say abc)
these variable have value P, A.
when user select this value in the variable screen (let us say 'P') then the description field also shows 'P' .
I want user to select the value as 'P' but in description field it should come as "Pending' .
Please suggest how to do that
regards

1. If u want the description in the variable screen,  the variable should be created on MD in which the text should maintain on this.
2.  In the Multiprovider, go to that infoobject -> Provider Specific properties -> make this as key and text.
If you dont get the description, finally go to that infoobject, in Business explorer tab -> general settings - give key and text for Display.
hope this would help u.

Similar Messages

  • Issue with Data Provider name in variable screen for BEx Analyzer

    Hello all,
    We got an issue with Data Provider name in Variable screen in BEx Analayzer.
    We want to change the DataProvider name there to Description of the report instead of its Technical name.
    Any inputs are appreciated.
    Thanks
    Kumar

    You have to create a workbook to do this.
    Refresh your query/report. In Bex analyser, there is one toolbar named BEx design toolbox, If you are not able to see it in analyser, right click on the toolbar space of BEx analyser and click on BEx design toolbox. Here, goto to design mode, by clicking on a sysbol like 'A'. after that place the curser where you want to see the Query description. and click on insert text (T) in BEx toolbox. click on it and check "Query description" in constant tab. in the general tab you need to assign a dataprovider, for that assign your query name in workbook settings (in Bex design toolbox). also check the "display caption" in general tab.
    Pravender

  • How can i work with variables of the BEx-Query in WAD  ???

    Hi Experts !
    In my Web Template i want to work with the value of a BEx-Variable like this :
    </td>
    <td class="SAPBEXTbsTab" id="head_TAB4"><A href="javascript:if (V_TEST != '1') {goto_tab('TAB4')}">Summenblatt 3</A>
    </td>
    V_TEST is a variable in my BEx-Query.  Does someone know how i can get the value from this variable ???
    Thx Andreas

    to get the query variable value into javascript variable you can do like below
    <script>
    var period_val = '<object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TEXTELEMENTS_PERIOD"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="ELEMENT_TYPE_1" value="VARIABLE"/>
             <param name="ELEMENT_NAME_1" value="0P_FPER"/>
             <param name="ONLY_VALUES" value="X"/>
             ITEM:            TEXTELEMENTS_PERIOD
    </object>';
    </script>
    Raja

  • User Entry in variable screen in BEX analyzer

    If we open a query in the Bex analyzer (BI 7.0), it seems only possible for us to enter variables in the dialog screen after the pushbuttons Ctrl + K for each variable. Is it possible to change the default setting in the BEx analyser variable screen, so that the variables are ready for input (without the ctrl + k)?
    Looking for any help on this.
    Thanks,
    Joe

    Hi Joe,
    We recently went though the same issue. You need to install the last patch for SAP GUI (Patch 4) and the BEx 7.0 Front End (Patch 2). After you install them all variables will be ready for input without the need of using CRTL + K. We got the installer files from our basis team the names are GUI710_4-10002995.EXE and BI710SP02P_201-10004472.EXE.
    I will work for sure !!!
    Regards,
    Raimundo Alvarez

  • Passing variables to a BEx query dynamically

    Hi All,
    We have a requirement to pass values for variables dynamically to a Bex 7x query because we do not want to prompt any variable screen to the user. I tried few steps as suggested in SAPBEXsetVariables range but still have some questions unanswered. So request your thoughts on the same.
    Below procedure has been followed.
    1. Open Bex Analyzer
    2. Navigate to Bex Analyzer (menu) -> Design Toolbar -> Insert Button. This will switch on the Design Mode.
    3. Click on the button, select "Workbook-Specific Command" and click on next (Data provider need not be worried about at this point as it can be changed later also).
    4. Select "Process Variables" and click on Finish.
    5. One more window with an heading "Properties of Button" will be shown with fields like "Name of Button", "Range", "Button Text", "Command Range" and few other.
    6. On the right side of this window, list of Static Parameters can be created.
    7. As an example, i created below parameters
    CMD                         0          PROCESS_VARIABLES
    DATA_PROVIDER      0          DP_1
    and created a range having below details and provided this range in "Command Range" field (in button properties)
    VAR_NAME                     0         #NAME1#              
    VAR_VALUE_EXT            0          #VALUE#
    VAR_NAME_1                 0          #NAME2#
    VAR_VALUE_EXT_1         0          #VALUE2#
    8. This DID NOT WORK for me. Actually nothing was happening when the button was pressed.
    After some investigation, i figured out that i need to have one command like below
    CMD          
              1     
    SHOW_VARIABLE_SCREEN
    Without this neither the variable screen was shown nor it read the parameter values from the excel range provided.
    Once this was done, the input screen was shown and with the values that i provided in my excel range.
    Here are my questions. Pls provide your valuable inputs.
    1. Why am i forced to have a command for "SHOW_VARIABLE_SCREEN"? Is this mandatory? problem with this is that user will always be shown a input screen which we don't want (in fact the very reason for this exercise is not to show the parameter screen but to supply values to it from the back end). Is there some setting that i need to do to get rid of this?
    2. The setup can read values for only  2 parameters. i mean when there is an additional variable, the program is not reading the 3rd parameter values (of course i updated the "command range").
    VAR_NAME                     0         #NAME1#              
    VAR_VALUE_EXT            0          #VALUE#
    VAR_NAME_1                 0          #NAME2#
    VAR_VALUE_EXT_1         0          #VALUE2#
    VAR_NAME_2                 0          #NAME3#
    VAR_VALUE_EXT_2         0          #VALUE3#
    Thank you. Looking for a sooner response.
    Lohith

    Hi All,
    I figured out the mistake that i have done. Looks like the order of the commands is very important.
    In my case, i had something like below
    CMD                         0          PROCESS_VARIABLES
    DATA_PROVIDER      0          DP_1
    SUBCMD                   0          VAR_SUBMIT
    I should not have the PROCESS_VARIABLES as my first command. Instead should have DP_1 or the SUBCMD as first argument. So below order worked for me.
    DATA_PROVIDER      0          DP_1
    SUBCMD                   0          VAR_SUBMIT
    CMD                         0          PROCESS_VARIABLES
    So, i don't need to have "SHOW_VARIABLE_SCREEN" command as i don't want to show the screen.
    But my second question is still unanswered. Can you through some light on it?
    2. The setup can read values for only  2 parameters. i mean when there is an additional variable, the program is not reading the 3rd parameter values (of course i updated the "command range").
    VAR_NAME                     0         #NAME1#              
    VAR_VALUE_EXT            0          #VALUE#
    VAR_NAME_1                 0          #NAME2#
    VAR_VALUE_EXT_1         0          #VALUE2#
    VAR_NAME_2                 0          #NAME3#
    VAR_VALUE_EXT_2         0          #VALUE3#
    Lohith

  • BICS - Passing variables to a BEx Query

    Hi Experts,
    We are currently developing dasboards in Dashboard Design (XCelsius) using BICS. Since we want to leverage the 'create once, reuse many times' principle, we would like to populate our (data intensive) dashboard using 8 connections that fill out different values in one and the same BEx Query. The results (8 crosstabs) will be put in our embedded sheet on 4 different tabs.
    All data has to be refreshed before components are loaded (so this option is set for all connections).
    Furthermore, we set the 8 connections with the following parameters:
    [definiton tab].[input values].[variables].[BEx variable] > link to a cell containing tech name of input value
    [definition tab].[input values].[filters].[key figures] > link to a cell containing the tech name of the key figure we want to display in the crosstabs.
    Now, we are facing 2 problems:
    1. The variables are not automatically passed to the BEx query (we see a BEx web variable input screen on launch)
    2. The key figures are not filtered (we did set the tech key i.e. 8KPM8AAGH55L3ONGZC0Y27FBG)
    Does anyone have similar experiences, using BICS and (ideally) found a solution yet? I'd like to avoid creating 8 different BEx queries to solve this. Thank you in advance!
    KR, Bart Santing

    Hi,
    You have to map the excel cell to the exact keyfigure or vriable.
    For example.
    I have two filters in my BEx Query. Calendar Year & Country
    For mapping these filters expand the ==>Filters in Data Manager of xCelsius. Then you can see Calendar Year and Country. Map Calendar Year to an excel cell as well as map the country to another excel cell.
    Do this same for variable also.
    Thanks,
    Ajish George

  • Variable Selections in BEx Query Variants

    I am trying to save a variant for a BEx query that uses a floating date range.  I want the date range to move with the calendar.  I r/3 this is done with the variable selection.  In BW 3.5, I don't see how this is possible.  I only see options for TVARVC which are user exit selections.  Can someone point me in the right direction.
    Regards,
    Kevin B

    Hi Kevin
    Your requirment is that date range should move with calendar (ex. In first week , the date range should be from 1 to 7 of the current month & in  second week the date range should be from 1 to 15 of current month) ...if it is like this then you can go ahead with - create a variable and do the coding with sydatum (system date ) and embed the required logic. But if your requirement is completely random then you can not use this.
    Hope this helps
    Regards
    Pradip
    (Rewarding points is the way of saying thanks on SDN !!)

  • How to recall variable screen in Bex web template 3.5 ?

    When I execute a BW web report and I want to recall the variable screen in order to modify a variable , how to ....
    Also how to export to excel ? is it possible to export table + graph ?
    Indeed in query designer , when you execute the query, you see icons to do these task. But when you execute the web template, you don't have automaticaly the icons' bar.....
    How to display this bar ?
    Thanks 4 your help

    Hi Michael,
    In the web template properties there should be a tick box called 'display variable', the web template will now show the variable entry screen.
    You can create a commad with the command wizard which will allow you to export to excel or show graph and table.
    Thanks,
    Nick.

  • Avoid Variable Screen depending on query status

    Hi All,
    we are using portal to display BW reports.
    there are some reports which may be on and off the portal coz of data changes.
    we are working out a way , when user clicks the BW report link in portal , he will be given a message of report not available.
    we could achieve this using modify class in the Template.but the problem is still the Variable Screen comes up.
    so essentially the user will come to know the report is not available after giving all the values in the variable screen and execute the quesy.
    any ideas on how to dynamically avoid Variable screen if the report is no good or any way to insert small piece of javascript code in the variable screen?
    Thanks,
    -D

    Solved it myself.

  • Variable Screen for BEx Web ( Changing "Save As" to "Save Variable")

    A cosmetic change...on the Variable Entry screen we have a button to save variant defaulted to the text "Save As". As our needs, the text on the button needs to be changed to "Save Variable".
    Any possiblities...??
    Thanks in advance...
    Maci

    Hi Maci,
    Unfortunatly there is no possibility to change the entries in the standard variable screen. The only thing you could change here is the format (eg. colour) by using the theme editor.
    Best regards,
    Janine

  • Error on Variable Screen of BEx Broadcasting

    Hi guys ....i have a problem.....when i open the variable assignment for execute BEx Broadcasting i got a screen with strange characters, the screen is like a text file in HTML screen without styles and color.....and the problem is that there are some strange characters in some characteristics... and give an error when execute....
    I hope somebody could help me
    Regards

    Hi,
    Try maintaining Text for the InfoObjects on which you are creating variables.
    Say like you have crated variable P on InfoObject company code...then maintain text for that InfoObject.
    Regards
    Ramsunder

  • Issue with variable screen while running query on portal or in a workbook

    Hello
    I have a peculiar problem. The query has a variable on a char which is a combination of date+time = 20100817 12:34:45.
    Now, when I give a range as selection, for ex: 08/01/2010 - 08/10/2010 the query incorporates it as 20100801 00:00:00 - 20100810 00:00:00 and it gives all the records for this range.
    1. Now, I save it as a workbook. Then if i open the workbook and run it, the output is 'No data found'. Its saying that it cant interpret 20100810 00:00:00 as a number.
    My question: I know there are no master data values specifically for 20100801 00:00:00 & 20100810 00:00:00.. but still the query works when i just give the dates. And it dosent work when i run the workbook.. why??
    Regards.

    Solved it myself.

  • Restrict variable values based on another variable in the bex query...

    I am struggling to restrict the variable values from other varaible in the selection criteria. I have a variable which restricts he organisation(0ORGUNIT) and another to restrict employees.
    When the user selects any organisation unit form the hierarchy, I want only those employees related to that organsation in the varaible selection options.
    Is there any way I can make a variable values dependant on the another variable value in variable selection screen?
    Thanks,
    Your help in this matter will be much appreciated.
    Edited by: Kthapa on Nov 25, 2010 11:08 PM

    Hi Kthapa,
    Did u try using cmod?
    i_step = 1? Used to provide default values for the selection screen variables and
    i_step = 2 for filling up the variables after selection screen.
    Try using based on ur requirement.
    Hope this helps. Revert back for any queries.

  • Anding of the Input Variables in a BEx Query

    Hello,
    I have following scenario: If the report is executed by user1, then one set of shipto's should be visible (also if that user enters a valid shipto, then only that should be visible) AND if the report is executed by user2, then any shipto's should be visible.
    If I take two input variables for Shipto, one of them I give to user for input and the other I populate in the exits (I_Step = 1) by checking the user type and populate the 2nd input variable accordindgly then the list of shipto's for that user is given.
    The PROBLEM occurs when the user also enters a Shipto, then the Output shows: List of Shipto's derived thru the exit plus the ones that user has entered, WHEREAS it should be that if the user has entered a Shipto then only that should be visible, i.e. it should be an 'AND' operation not 'OR' between two variables.
    I hope this can be achieved by some way. If you have an idea about the same, it will be of Great Help.
    Many thanks for your help.
    Best Regards,
    Sumita

    Hi Sumita,
    I think concept Valueset can be used here.
    You define your values of "shipto" for user in a table and than accordingly you can use this in BEx.
    I will see if I can find some more solutions.
    Hope this helps.
    Regards,
    Ashish

  • Problem in Variable screen selection

    Hello  Expert,
    I am facing problem in the variable screen of Bex Query.
    There is a variable created for 0FISCPER info object which populates data through customer exit. When i execute the query and "check" i get the following output
    here we can see that corresponding month is displayed for the fiscal year variable
    I have another query which uses the same variable but get the following output
    here we can see that the month descripton is not displayed in the second query. Could you please help in resolving the issue
    Regards
    Vilas Kamath

    Hi Vilas,
    Purpose of the customer exit code is to extract the value only, it has no relation with the text of it. The description comes from the info object text data.
    I noticed a small difference - "Fiscal Fear/Period" and "Fiscal year / period", normally info object have their decription in the query like defined in BW unless it has been changed specifically. If the both variables are on different info object related to month/period. If yes, then please check the text values of corresponding months in the info objects.

Maybe you are looking for

  • How do you install a backed up hard drive?

    Hi Guys, I recently had my hard drive expire on my G5 I have a back up of all data and applications that is on an external hard drive. How do I now install this back on to my G5 and its new hard drive? Is it as simple as drag and drop? Do I have to r

  • .pdf files naturally in landscape won't print to landscape.

    Whether I set landscape as my choice before printing, or I select landscape mode via the printer settings, Adobe will not print the page to resemble the original page.  It shrinks the page to profile size even though the paper is in landscape.  I've

  • Color profile changed in LR 5 installation?

    Hi, I installed LR5 from LR4 yesterday and each time I open an image in CS5 from my LR5, I get the following message: The document "IMG_9082.CR2"has an embedded color profile that does not match the current RGB working space. Embedded:  Adobe RGB (19

  • In list LIMIT

    Is there a limit on number of values you can put in "IN" Clause? select * from emp Where deptno in (10,20,30,.....n) Thanks in Advance

  • Enumerations in ABAP?

    I am new to ABAP and have come from several years of C# development.  I don't see any way to create an enumeration in ABAP.  What is the recommended method restricting input to a public attribute to a discrete set of values that can be checked at com