Xlat description in a query

Hi all,
I am having problems with a query which has some translate values. It works perfectly, but when I change the xlat properties to show the descriptions instead of the xlat code, then the query stop working, it just not returns any result or logouts me from PS.
Tools version is 8.51
Does anybody have any idea about this error?
Thanks in advance!

Hi,
Is your environment set up as multi language?
If so try running the query while logging in with the base language.
If so, check the XLAT and language related XLAT table if they are in sync and for missing values

Similar Messages

  • Change Description of a Query

    Hi,
    I made a copy of a query. I want to change the description of the query. How do I do this?
    Thanks
    NEWBW

    Hi ,
    OPen the query in the query designer and click on the properties button. Here you can change the description of the query. After doing this, save the query.
    Hope this helps...

  • How to Get the Job, Cost center, Position description using select query

    Hi all,
    How to get the  Job, Cost center, Position description through select query without using the Function module?
    thanks,
    Prasad

    use adhoq query and take the report chose both text and value

  • Can I use formula variable in description of a query

    Hello, I created a query to list top N of vendors by the number of PRs created using condition in the query. N will be entered by users according to what they like (could be, top 10, top 5...). My query works reasonable, but I want to use variable to have the query description changes to reflect the top number user wants to see. For example, currently my report name is "Top N Vendor of PRs". Is there any way I can let "N" dynamically changes everytime when user enter different N? "Top 5 Vendor of PRs", "Top 10 Vendor of PRs", .....
    Please help.
    Thanks.

    I am still struggling and need your help. Here is what I did:
    1. Created a formula variable, let's call "ZFM_VAR" from BEx. Processing by: Manually Input/Default Value. Choose YES for ready for input.
    2. Created a text variable called "ZTX_VAR" from BEx. Processing by: customer exit. Variable entry is Mandatory. Choose NO for ready for input.
    3. Wrote following code from enhancement EXIT_SAPLRRSO_001 include ZXRSRU01:
    data: w_i_t_var_range like rrrangeexit,
             l_s_range type rsr_s_rangesid.
    CASE i_vnam.
        WHEN 'ZTX_VAR'.
           IF i_step = 2. "after the popup
              CLEAR: w_i_t_var_range,l_s_range.
              READ TABLE i_t_var_range WITH KEY vnam = 'ZFM_VAR'.
                 l_s_range-opt = 'EQ'.
                 l_s_range-sign = 'I'.
                 l_s_range-low = w_i_t_var_range-low.
                APPEND l_s_range TO e_t_range.
          ENDIF.
    ENDCASE.
    After I am done the above 3 steps, I still didn't get the same value for ZTX_VAR as I entered in ZFM_VAR. When I run the function moduel in debugging mode, there is nothing in table i_t_var_range. Any ideas for what I missed or did wrong? If somebody can provide detailed instruction, that would be greatly appreciated.
    Thanks.
    Yingping

  • Description change in query report selection criteria

    I created a query report with certain criteria but in that i suppose to change the description .
    for example
    Posting date   greater than
    Posting date   lesser than
    but i need this selection criteria
    as
    Posting date  from
    Posting date  to
    regards
    kavitha

    Hi Kavitha,
    Unfortunately, it is not possible to change the system field description.
    Refer to this thread
    Re: Parameter Display Name Reg.
    Regards,
    Vijay Kumar
    SAP Business One Forums Team

  • How do I display only key instead of description in MDX query

    Hi,
    Whenever I try to display material number, QN number.... in MDX it only displays the description instead of key. In query designer, it says "display as key and text".  How do I display the key only instead of text?
    Thanks,
    Duy

    I used your query and pointed to my query and the result is as expected - both key and text. I'm not sure what is different between our IO and mine.
    SELECT [Measures].MEMBERS ON COLUMNS,
    [0VENDOR].[LEVEL01].MEMBERS 
          PROPERTIES    [0VENDOR].[20VENDOR] ON ROWS
    FROM [MY QUERY]
    then I tried to hardcode the value it only showed me just the text. I tried different ways to make it show either just the key or both - but couldnt figure out. And one more thing I confirm is that the display settings in Bex really DOESNT matter or taken into consideration my MDX.
    SELECT [Measures].MEMBERS ON COLUMNS,
    {[0VENDOR].[ABCD]} ON ROWS
    FROM [MYQUERY]
    let me know if were able to figure it out
    Try the below statement and see what it does
    SELECT [Measures].MEMBERS ON COLUMNS,
    NON EMPTY [0NOTIFICATN__0NOT_TYPE].[LEVEL01].MEMBERS
    DIMENSION PROPERTIES [0NOTIFICATN__0NOT_TYPE].[20NOTIFICATN__0NOT_TYPE] ON ROWS
    FROM [YOURQUERY]
    Edited by: voodi on Sep 28, 2010 3:08 PM

  • Change the field description in the query report

    Dear All,
    I have created a querry using SQVI,It is working fine Now i want to change the field description in the querry report,Please suggest on this.

    Hi,
    follow below steps
    SQVI -> Enter Report name -> Change -> click on layout mode - > Expand tables - > double click on filed names - >
    coming right side you are able see list of output fields .
    Just double click on the field then going to the editable mode Description.
    Thanks
    Balakrishna

  • How to change infoobject descriptions in a query after change the infoobjec

    Hi all,
    Imagine that you have 200 queries in production and need to change some descriptions in 2 infoobjects. eg:
    Infooject 1 = "Customer Sales View"
    Changed to    "Cust.View of New MKT"
    Infooject 2 = "Material for sales"
    Changed to    "Material"
    Is there any way to change all queries automatically ? Via Report or Function or Transaction ?
    Suggestions ?
    Best Regards,
    Mauro.

    Hello Madhukar,
    We recently had upgraded to NW2004s and in few queries even when I login with different language for instance Portugese the infoobject descriptions still show up in english and are not changed.
    Can you please let me know if I need to update the RSZELTXT table along with other tables. If so can you please forward me the ABAP Code in order to do the same.
    Your help would be really appreciated if you can reply promptly as our UAT is pending on this issue.
    Let me know.
    Thanks
    Dharma.

  • How to display Query Description in the Query

    I have a text variable which gets the % of the days Elapsed appended to the text of the query. When I execute the query I am not seeing the text in the output of the query.
    Can some one say how to display text of the query in the output so that I can get the % of the days elapsed.

    Hi
    Have u selected name and text in the key figure properties? if not the this what text u want to display
    Regards
    N Ganesh

  • Search help for OBJECT ID with Text Description for a query

    I need to create search help for the field object text in HRP1000 - P1000-STEXT table in an infoset based on LDB PCH. Can anyone help me? I want it to appear on the adhoc query screen.
    Thanks,

    look at search help FC_RFCDEST. that problem has already been solved with this search help.

  • Description of 0TCTBWOBJCT (Query Runtime Object in Technical Content)

    Hello,
    who can explain to me the meaning of $-objects in the masterdata of the characteristic 0TCTBWOBJCT? The object type is ELEM. So what special kind of queries are these?
    Examples:
    $!1<infoprovider>,
    $<infoprovider>,
    $1|<infoprovider>
    $VIRTUAL-00001, etc.
    Thank you,
    Ingo

    Hi,
    !<infoprovidername> is default query
    Best Regards,
    Rajani

  • G/L Description not showing in Query designer for Characteristic values

    Hi Friends,
    We have developed a report and that we have made two New selections on the object 0GL_account....some GL Account number are grouped in that. While selecting the GL Accounts to new selection, it is showing GL Account number and Description. After that, the selected objects are not showing the Description in the query designer. It is showing GL Account number only for the both Technical name and  Description. I Would like to see Description of the GL Accounts in the Query designer. i have plan to delete certain account based on their dercription.
    And at the Infoobject description in the Business Explorer tab Display feild it is set as Text and Key. And till yesteday it shown the Description for the Account numbers. The daa loads are also .gone fine.
    Can you please guide me in this regards
    Thanks & Regards
    Anand

    Hi Thanks for your reply.
    The accounts which we selected are having Description  and it is showing while selection the selected GL Accounts.
    And the master data also is in active...When i try to activate the master data Agoin it is saying statement "Master data for characteristic 0GL_ACCOUNTactive"
    Any more suggetions..........
    Regards,
    Anand

  • Description of Query Views

    Hi All,
    I have created a view on a query. Now, when I run this view, I get the description of the query in the report. Is there any way to display the description of the view somewhere in the report?
    Any help regarding this will be appreciated.
    Regards
    Shobhit

    Hi Shobhit,
    Define it as a web template, then you'll see the view description.
    Regards,
    Dilek

  • How to change Query Description/Technical name of a query

    <i><b>Hi</b></i> I have couple of questions with Query name changing.
    <b>1)Is it possible to change the Technical name of a query?
    If Yes how?
    2)I could change the description of a query but when the same query is saved in a role how to change its description?</b>
    <i><b>Thanks
    Ajay</b></i>

    hi,
    open your query in query designer and use button 'save as' then you can change name description.
    Remember that when you change technical name it will be completely new query and you will have to add it to your role.
    Regards,
    Andrzej

  • 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

Maybe you are looking for