Language dependent query output

HI all,
In a recent interview attended, i am asked this question tht
We have clients allover the world, if the japan client executes the report, then the output should be in japanese language and if germany, then german language. How can we do this?  Please let me know where can we do all these settings.
Points are assured.

Hi Raghavendra,
We can have multiple clients with different Client ID's having different Languages get created in SAP. So, U can get data displayed in their respective languages.
For example, You work for XYZ Global Company in the Indian Office with Client ID 100 and Language as EN, another person A works in China Office of the same company with Client ID 200 and Language as CH, now if both of U execute a report on specific infoprovider, U will get the data displayed in U'r respective languages.
So, creation of Client's with specific settings holds the key.
Hope this should help U. Assing points if it does.
Regards,
Syed

Similar Messages

  • Inventory Management (ME) output language can be language dependent?

    Hello,
    I'm using ME21n + MIGO to post Goods Returning documents - SAP creates Material Documents of type 161. So far I haven't been able do generate a language-dependent output in MIGO:
    - When I leave the language field of the condition record empty, the output is always in the local language;
    - When I fill this field with any language, SAP will create an output in that language;
    What I need is to create an output based on the supplier's communication language (the supplier being of course the one used to create the Goods Returning document in ME21n ).
    Any clues?
    Regards
    Joao

    I decided to mark this question as answered, since this requirement is no longer needed.
    Regards,
    Joã

  • To download the query output to falt file

    Hi all,
    i have a query which i know will give more than 65k records as the output for a selection.
    i cannot run this query in excel due to its limitation.
    if i run on web i cannot download this as downloading is happening to excel file only.
    The customer ideally wants to download the query result to a text file(csv,tab-delimited etc) which inturn it will upload to MS-Access.
    How do i achieve this?
    SAP has given response use try using these options:
    1.open interfaces to receive the output of a query via the MDX language.
    2.open hub tool as it is designed for big amounts of data.(i suppose this is not possible as i want to download query output not the data target contents)
    how do i achieve my scenario with option 1?
    Are there any alternatives??
    Any useful help will be rewarded.
    Regards,
    Dhanya.

    hi vivek,
    thnks for the useful reply.
    i have some problem with my ID,hence loggin in through my coleague's ID.
    i will assign u points as i get logged in.
    I did as u said by downloading it to unconverted format.
    the file got download to a text file.where the output has
    1.header rows(10 lines almost)
    2.the values r coming in single quotes e,g:
    '144000023073      'TAAS SETTLEMENT CONV 738 '19333000   '30.09.2006          '0.000
    how can i remove all this?
    Regards,
    Dhanya
    I

  • BEX Multi-Language SQL Query

    1) I have created a BEX Master Data Query on 0MATERIAL.  The Material Master Object also has a text table associated with it called /BI0/TMATERIAL.  It has text in French and in English.  We also have the "Language Dependent" box checked on the 0Material Info Object.
    2) When I log into BW in FRENCH and execute the query, the FRENCH text are returned back in the result set in BEX Excel.  Conversely when I log into BW in ENGLISH and execute the query, the ENGLISH text are returned back in the result set in BEX Excel. 
    QUESTION
    How can I view the SQL or locate how BEX queries the /BI0/TMATERIAL table with the current LANGU of "FR" or "EN" depending upon my login.  I have tried debugging in RSRT but no luck.
    What I am trying to understand behind the scenes how SAP handles and obtains the correct text in a multi-language environment.
    Thanks
    Andy

    Hi,
    Please can you tell me
    how your getting which ever language you login corresponding language decription only , because i have the same requirement where i should pull the data from 0vendor , but here if i log in through Japanees  i am getting japanees and the other languages as weel , but the difference is only i can see japanees vendor descriptions in japanees only  but for other languages i can see in description place also the KEY
    ex: vendor       description
      22964           台北市
    30032064      岭南心血管病杂志社
    30032066       刘忠军
    30032053      30032053
    30032050     30032050
    please help me
    Thanks,
    GAL
    Edited by: GAL BI on Dec 9, 2010 9:22 PM

  • Jump to search term in a query output...

    Hi,
    I have the results of a query outputted in a table. Depending
    on the user, this can be a longish query - maybe 100+ results. All
    these results have a checkbox next to them. The user checks the
    records they need to select, then submits the form to take that
    list of records in the "check" variable to another page which
    processes it.
    What I'd like to be able to do is provide a search box on top
    of this table, for the user to type in a search term in the record
    they want to find. Then, I'd like the page to jump down to that
    record so the user can check it. But here's the kicker - I don't
    want to lose any other already-checked boxes. So the form variable
    needs to persist, even if this is done multiple times.
    Any ideas on how this might be accomplished? I don't mind if
    the search has to be tied just to one field, etc. And I'm not
    asking anyone to write the code for me. Just point me in the
    direction of the right technique/technology, if ya can.
    Thank you!

    Hi,
    It might be worth checking out some of the Ajax libraries for
    this. jQuery (
    http://jquery.com) has a plugin
    called ScrollTo (
    http://plugins.jquery.com/project/ScrollTo)
    that lets you easily scroll to a specific position or element (or
    other) item on a page. The developer has more details on his site (
    http://flesler.blogspot.com/2007/10/jqueryscrollto.html).
    You could use the ScrollTo plugin in concert with one of the
    Auto Complete plugins for jQuery (one of them:
    http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/).
    Hope that helps get you started.

  • How to remove new line character from query output?

    Hi,
    How to remove new line character from query output?
    have tried select replace(column_name, CHR(10), ' ') from table_name.
    Edited by: GreenHorn on Sep 11, 2008 12:53 AM

    Please consider, that windows uses a sequence of chr13||chr(10) Unix uses only one character chr(10).
    The new line character(s) may be OS-dependent.
    You could consider both with:
    replace(replace(column_name, CHR(13)||CHR(10), ' '),CHR(10),' ')
    Hartmut
    Edited by: hartmutm on 11.09.2008 01:32

  • Different language of Query interface and masterdata texts

    Hi Experts,
    currently we are using BI system in 2 languages EN, DE. All queries are maintained in two languages. All text datasource are in two languages.
    Now customer wants to have it also in Spanish. To load all texts via existing datasources in spanish would be easy.
    But it's to difficult to maintain all queries in 3 languages (because next will be eg. Danish, Norwegian, etc...).
    So I'm thinking about possibility to have Query itself - the interface (titles, names of characteristic, key figures etc.) in english and masterdata texts (eg. names of customers, materials etc.) in Spanish.
    Do you think it's possible at all?
    I tried URL parameters sap-language= and  bsplanguage= to simulate it - English query with German masterdata texts, but without success
    Thanks in advance
    David

    Hi Sven,
    users can use (and currently they are mainly using) English reports. But people from Mexico would prefer Spanish.
    And we don't want to allow them to create their own reports themselves
    I thought it is not possible to have query report partly in one and partly in second language.
    I have another idea - to allow also spanish language, but all texts of query (characteristics, key figures, titles, etc.) have in english version. For this it helps to have a way how to simple copy all these language dependent texts from EN version to spanish (eg. via some abap program or another way). And texts from text tables (eg. materials, customers, etc.) would remain spanish.
    David

  • Central Management server - executed a query but how to send the query output in the form of mail?

    Hi All,
    i have used CMS in SQL 2008 R2. i have added couple of servers in its group. i have executed a query & i need to send the query output in the form of email.
    basically query is checking the rows count from couple of user tables in servers.
    issue here is how to copy the data that is used by CMS? i need to work on automate the rows count in difft user table in db servers
    could you please suggest how can i achieve this?

    Copy to what?
    SELECT COUNT(*) FROM sys.objects
    Running the above statement returns two columns (server name and count)
    All the servers SS2005  and onwards , then use
    EXEC msdb.dbo.sp_send_dbmail 
         @profile_name = 'name', 
         @recipients = '[email protected]', 
         @query = 'SELECT COUNT(*) FROM sys.objects', 
         @subject = 'Count rows'
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • ERROR displaying in the query output... urgetn

    hi experts,
    For the amount keyfigures in the query output it displaying ERROR after the amount like ex- 2000 ERROR.
    plz let me know how to rectify this..
    regards
    vadlamudi

    hi,
    i have created only two keyfigures EMP_BASIC and EMP_HRA. and in the transformations i have mapped with 0DOC_CURRCY.
    but in the report its showing ERROR only after the amount. plz tell me exactly with what field i need to map???
    regards
    vadlamudi

  • Issue In query output

    Hello Gurus,
    I am having an issue with query output.Please find below the details of it
    Unsold claims: Total---> 200
    Dispatch: Total--->118,086
    Unsold claims/dispatch--->0.001694
    This should be the output but its coming --.0033120 because itu2019s dividing with max value in dispatch which is 60,386.
    Reason: The aggregation property of Dispatch is max value. I am not supposed to do any changes in Modeling. So can we do any thing at reporting level to get the desired output?
    Desired output---->0.001694
    Output coming---->.0033120
    Please help me in getting the desired output at query level.
    Regards,

    solved with the help of nested exception aggregation

  • Change layout of Adhoc query output list for Custom infotype

    Hi All,
    The fields in the Infoset query output on a custom infotype are aligned with the fields u2018payment typeu2019 and u2018amountu2019 appearing repeatedly(in columns) as declared in the Infotype and the output will be a long horizontal list.
    Instead, the requirement is that the output list should show vertically so that If I choose u2018Payment Typeu2019 and u2018Amountu2019 as output fields, it will show a long vertical list as in the case of a standard infotype (IT0008).
    Also, this way enables user to use Payment Type as a selection criteria so as to just pulling the needed payment type. When we use IT0008 in the infoset it works fine but in custom IT it does not work.
    Any pointers/suggestions on how we can achieve this would be helpful.

    Hi yu liang,
                     You can find vendor list having Vendor No. & without showing total liability for every vendor.
    after executing the report,
    1.You need to select "change layout (ctrl+F8)",
    a small window comes, it has two part -> column content & hidden fields.
    then u select "Vendor" from hidden field & move it to column content.
    2. at column content there is a column named "Total". u need to remove check for your column name "amount".
    now select "copy" button or enter. u will find the req. report.
    u can save it also by ur name.
    hope its helpful to u.......
    plz, reward points as a way of thanks if helpful...

  • How to get the Query output to Excel

    Hi ,
    Can you tell me how to get the Query output to excel with out using any third party tool?
    Can you tell me how to write the code in Webservice and call it..
    Please explain it Elaboartly..
    Thanks in Advance!!!
    Mini

    whats your source system?
    you can use Live office, or query as a webservice if you are getting data from universe
    if you're getting data from SAP BI query and you have a java stack on your netweaver then you can get the data directly using sap bi connector in xcelsius.
    good luck

  • How to display the 'language code' for language dependent 'Short text' ?

    Hi,
    I am new to BW.
    Can somebody help me with the following issue?
    I have an attribute 'Material category description'  and I chose short text exists and made it language dependent. I had loaded the master data successfully.
    Now I want to know how to check the 'language code' for this material category description. When I display the data, will the language code display by defalult?
    I had checked the text table using SE11
    It displays the following fields over there.
    /BIC/TS1_MCT_DS   [  /BIC/TS1(InfoObject name)  ]
    LANGU
    TXTSH
    I appreciate your help!
    Thank you
    Sekhar

    Dinesh,
    I went to RSD1 -> info-object -> Master Data/text tab. It shows my language selections there (Short text selected, language time dependent etc.) with everything grayed out.
    In SE16, I could display the data in the following format.
    /BIC/ST_PRID                TXTSH                 TXTMD
    P01                                   umbrella                 rainyday
    P02                                  tent                         waterproof
    etc.
    I want to see the 'language code' as one of the columns in this table.
    Can you help me do that?
    Thank you,
    Sekhar

  • Query Output to download in flat file through APD  or other means?

    Hello Experts,
    I am currently on BW3.5 system and have requirement to load query output in flat file in .csv format. I checked the option of APD but looks like we cant directly load the query output in flat file like in APD (BW  3.5 system) .
    One way i can think of it...load  the query output in transactional ODS and built an infospoke on it to write into flat file.
    Please advice if there are any better methods to store the query output in flat files.
    Thanks!

    Hi,
    Use RSCRM_BAPI.
    See
    Re: RSCRM_Bapi
    See the help on RSCRM_BAPI
    Re: Running Quaries automatically and saving them in as a Excel file in Server
    Re: Data transfer to external systems
    Re: Loading from a Custom R/3 Table
    Re: How can I schedule my Bex report to execute in background
    Re: How can I insert the RSCRM_BAPI into Process chain?
    Thanks
    Reddy

  • Problems with language dependent master data

    Hi,
    I created a InfoObject with language dependent master data and I am trying to upload data from a flat file.
    My flat file has a 2 digit language code (EN,DE,FR,JP,ES) and when uploading the data it seems that SAP BW is only using the first digit which leads to the situation that EN and ES get treated as duplicate records.
    Any help would be appreciated
    thanks
    Ingo Hilgefort

    Hi,
    ES is the Language for spanish..But the Flat file should have to represent 'S' for Spanish.
    Check in Table T002 for the symbols which represent Languages and that to be used in flat file.

Maybe you are looking for

  • TS1538 IPOD NANO NOT RECOGNIZED BY ITUNES ON MY PC

    ipod nano not recognized by itunes.  can't sync since sync is greyed out.

  • Adobe flash player crashing in Chrome

    Hi. I have a problem with Flash that sarted about two days ago. Chrome will automatically update for any new flash update. Unfortunantly, for some reason my flash plug in will crash whether I am streaming video, using xat.com, using facebook and play

  • ZLM Agent IR2 agent installation fails

    Hi all I have installed ZLM 7.3 IR2 Server in SLES 10 SP2. The ZLM Server setup is not able to complete on sles11 server, the system hangs. Also when trying to install the ZLM 7.3 IR2 agent on SLED 11 OS, the installation starts & hangs in the middle

  • Cross Platform Organization App?

    Throughout the day I sometimes come across things that I want to remember for later such as websites, thoughts, pictures, etc. I'm looking for a way to put these things in one place that I can access from a windows machine at work, my mac at home, an

  • LOT OF LOGS

    Hello, We are seeing a lot of timeouts in the logs for application trying to connect to Database. How can i solve this problem?