Change to the runtime the logon language with ABAP

Hello,
I have a  question.
Is it possible to change to the runtime the logon language?
With the URL-parameter example it worked.
http://www.****bsp/sap/z_page/default.htm?sap-language=en
But I need this in the event handler with ABAP coding.
thanks Eren

you can either use
CL_HTTP_UTILITY->IF_HTTP_UTILITY~SET_REQUEST_URI
uri = sap-language=FR
or
CL_HTTP_REQUEST->IF_HTTP_ENTITY~SET_FORM_FIELD
name = sap-client
value = FR
or
use
SET LOCALE LANGUAGE 'S'. within your abap coding
Regards
Raja

Similar Messages

  • Who has the book:Object-Oriented Programming with ABAP Objects

    Hello everyone
    Now i want to learn ABAP OO,and Lots' of guys told me that the book  Object-Oriented Programming with ABAP Objects is realy a good book.but i searched on the net,and could not got PDF of this book,could some one gave me the net address if you know where to download the book or send me to my Mailbox:<email id removed by moderator>,I will very glad to receive any response from you,
    of course,if you have some advise on how to learn ABAP OO or some other material ,hope you could share your meaning with me, hope to receive your response.
    Best regards!
    From Carl
    Moderator message : Moved to career center.
    Edited by: Vinod Kumar on Aug 27, 2011 9:21 AM

    I'm sure you're not asking for illegal, "free" downloads. You can legally purchase the book, also in electronic format, at sap-press.com
    Thomas

  • How does one determine which version of the runtime installed?

    I am trying to distinguish whether or not a particular language version of java 1.4.0 is installed on a certain computer. As you may know, one can download the English language version of the runtime or All languages including English. Is there anyway to easily determine which language version is installed?
    Thanks,
    Dave Slonina

    use System.getProperties()

  • Urgetn - User Decision Text in logon language

    Hi,
      I am using a user decision step in my workflow with the workitem text 'Select one of the following'. I want to <b>display the text in logon language .</b>
    Can anyone tell me how to do this???
    Thanks,
    Sivagami

    Hi,
    As I thought if I metion as 'Urgent' it will be answered quickly. Hereafter I wont do this...
    Do we need to do the specified setting for each user separately? Is there any other way of doing it all together?
    Also will this setting also applicable for workflow in the logon language??
    Also the setting is changing only the translated texts & not the standard text like 'Cancel and keep workitem in inbox'.
    Thanks,
    Sivagami
    Message was edited by:
            sivagami rathinam

  • Users by default logon language

    Hi
    I am trying to find out how many users logon to our global EEC5 system from different regions/countries, due to the lack of information entered in SU01 during the creation of users, I think the only reliable information to search on is 'Logon Language' in SU01 defaults, as we do setup the users to logon via their region logon language in the defaults, this should give me a rough guide at least !
    Looking at SU01 and the reports in SUIM, I cannot find a report where I can search using logon language as the key? I've had a look in the technical information for field logon language in SU01 and the field name is LANGU, but when I use this field name in SUIM --> Users by complex selection criteria (RSUSR002) -- > field name LANGU and value as language key = DE for example no matching results displayed, even though we have over 00 users with a logon language default set as DE.
    Does anyone know a way I can list the users by logon language set as their default?
    Thanks for any help.

    This details can be found from the Report RSUSR200 (users by Logon date and password chage). Please deselect all options and keep the following selected:
    Users Valid Today
    Users Not Locked ; Users Locked
    Users with no incorrect Logon attempts
    Dialog Users
    Users with Productive password
    Users with initial Password
    users with deactivated password
    Execute and check / download the list.
    Regards,
    Dipanjan

  • SapScript - Polish fonts without Polish logon language installed

    Hi,
    (the problem regards any languages with non-standard fonts e.g. cyrilic)
    How to insert Polish fonts in SAPscript being logged in English - there is no Polish logon language installed on the system.
    When editing Polish version of the form and entering Polish fonts (directly or by copy/paste) only "bushes" are displayed.
    Is it possible to edit SAPscript form in different language version than logon language - I mean to obtain fonts specific for the form language?

    Hi
    Yes it is!
    The language used by sapscript doesn't depend on logon language, but it is that you transfer to fm OPEN_FORM, but your sapscript have to be translated in that language. If there isn't a versione in the language the system run the version in original language.
    Max

  • Does XI Adapter (ABAP Proxy)  allows multiple LogOn Languages??

    Hi ALL,
      I have a doubt like whther we can give multiple logon languages in the XI Receiver Adapter ( ABAP Proxy ).
    For example,
      I am getting data in "English" - EN  , "Russian" - RU , "Japanese" - JA etc. Can I give these all languages as "LogOn Language" while configuring the XI receiver adapter? If so how? else, is there any other option for this.
    Thanks,
    Anudeep.

    hi,
    I don't think it's possible to precise dynamically the logon lanaguage which has to be used in the receiver XI adapter (proxy).
    [Help SAP on XI adapter|http://help.sap.com/saphelp_nw70/helpdata/EN/99/115281baba404890d2561617a78409/frameset.htm]
    Maybe a solution could be in the mapping to have a rule which determines the receiver (EN, RU,JA) that should receive a message or another one, and then for each receiver to specific a unique CC. So in your case to define three CC (one for each langauge): EN + RU + JA.
    Anyway I don't really understand the reason to manage that... The interest of logon language is when we want to write a text. But in SAP you can write a Japan text even if you are log-in in English by specifying the Language Code !
    So maybe the solution of your problem, is to send to your proxy the text but also the ISO language code linked to this text, so to do what SAP does in IDoc and BAPI.
    regards
    Mickael

  • Create a chain with abap

    We have a problem with the current executions of a chain, and we have thought about creating a new chain every time that a abap program was called.
    We know that a cube and all the parametrization can be created with abap developments.
    And we don't know if Is it possible do the same with a chain.
    Thanks.

    Hi David,
    Did not quite understand your question. If you have a ABAP program and you want to include in the process chain, you can do it. Click on Process Types button and double click on ABAP Program.
    Hope it helps!
    Thanks,
    Krishna

  • Data load with ABAP control

    Hi:
    I need to load the data to a Cube with ABAP code in info-Package.... but am a Novice in ABAP..!
    Need your help.
    I need to load the data to the Cube only the records thta have "NETDUEDATE" gretaed than System Date
    (SY-DATUM) and drop the records that do not meet the condition. 
    Not sure what would be the code / syntax for putting this condition!
    Appreciate your help.
    Thanks....Pbs

    Hi PBS,
    You can write a ABAP logic for your requirement. In the data selction tab of the Info-package, give the type as abap routine and the variable in the type. You can implement the logic with IF-ENDIF condition.
    Reffer:
    ABAP routine in Infopackage
    ABAP Routine in InfoPackage.
    Regards,
    Satyam

  • How can I change the language with the .dat (.bak) file?

    How can I change the language with the .dat (.bak) file? Is it legal?
    How does it work?
    Thanks for answering

    https://discussions.apple.com/message/17364930#17364930

  • Could i change the language with the keyboard buttons ?

    could i change the language with the buttons ? i mean something like command+ctrl+alt or shift,idk. thank you

    I think this might help you
    Switch language using keyboard shortcuts
    To select the input source (language) you previously used, press Command-Space bar.
    To select the next input source in the Input menu, press Command-Option-Space bar.
    If Spotlight opens when you’re switching input sources, see:
    If Spotlight opens when you’re switching input sources

  • I have change my phone language to english. but the phone shows chinese language in the internet pages and with call details. how to change it. why is this occuring?

    i have change my phone language to english. but the phone shows chinese language in the internet pages and with call details. how to change it. why is this occuring?

    If the phone is not unlocked, let's say for example it is locked to another carrier such as at&t, when you put in the Tmobile SIM in, the phone would complain about the SIM.
    Does your phone do that? If yes, then the party that sold you the iPhone4S (if you purchased it from another person) may have not done the unlocking properly, and that may explain why Tmobile is insisting on the phone being locked.
    If you purchased your iPhone4S new from Apple, did you pick Tmobile, or did you choose unlocked?
    If you picked the Tmobile choice, then it should come up ready to use.
    If you picked the unlocked choice, then you would need to visit Tmobile to purchase a nano-SIM and usually they should be more than willing to help you, since you're paying for their service.
    But as you have indicated, this phone is under AppleCare, so if it doesn't work with a supposedly good Tmobile SIM, the quickest way to fix this is to get a replacement phone. When we troubleshoot we always try the least time consuming methods first.
    You may have noticed it, that a good number of unfortunate uses of the iPhone4S have had their wifi become strangely disabled after upgrade to iOS7. Your situation is the reverse, your wifi is useable but not your cellular network.
    In the mean time, you can apply for a Google Voice account (see http://www.google.com/voice), and obtain a free North American telephone number. You can then download one of many free Google Talk applications. Set it up, and you will be able to call and receive phone calls using your wifi. This would be just for the transition period before you get a useable phone.
    Google voice provides average voice quality calls to and from US & Canada numbers for free for 1 hour per call. You can use this as a temporary work around while you are waiting for your replacement phone.
    Cheers!

  • HT204370 Is it possible to change my purchase to the same cartoon, but with another spoken language?

    I bought the movie Cars for my kids on my apple tv. It was the english version, but I thought it was possible to change the spoken language to Danish. It wasn't. Now it seems I should have bought a different version of the film; the danish version. Is it possible to change my purchase?

    Is the Danosh version available in your country's store (what languages a film is in should be on its description page in the store) ? Purchases are considered, but you can try the 'report a problem' page to contact iTunes Support and see what they say (we are fellow users on here) : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Text in Report Painter not displayed in the logon language.

    Dear fiends,
    I need change the language in the Report Painter, but i don't get translate the texts.
    My logon logon language is Spanish but in the report painter the language is English.
    In the transaccition GCRS the laguage is Spanish.
    I copy these reports from client 000 and regenerate them but the lenguage remains the same.
    I've also tried with GRRT transacction.
    These are a standard report. My componet version is 4.6C
    Can someone help me?
    Thanks in Advance.
    Carlos.

    Is this problem solved Carllos?? If so, please lt me know. Even Im facing the same.

  • Change the application builder's language

    Is there a way for developers to change the application builder's language?
    My location is in Germany but I prefer the american-english language during development; in case of normal usage of my Apex-Appl. (as a normal end user) I'd like the "german way"...

    Hello,
    If you look in the Oracle® Database Application Express Installation Guide, paragraph 4.7 :
    The Oracle Application Express interface is translated into German, Spanish, French, Italian, Japanese, Korean, Brazilian Portuguese, Simplified Chinese, and Traditional Chinese. A single instance of Oracle Application Express can be installed with one or more of these translated versions. At runtime, each user's Web browser language settings determine the specific language version.
    The translated version of Oracle Application Express should be loaded into a database that has a character set that supports the specific language. If you attempt to install a translated version of Oracle Application Express into a database that does not support the character encoding of the language, the installation may fail or the translated Oracle Application Express instance may appear corrupt when run. The database character set AL32UTF8 supports all the translated versions of Oracle Application Express.
    In the rest of the doc there is a description how to install other languages...
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    http://www.bloggingaboutoracle.org/
    http://www.logica.com/

Maybe you are looking for

  • How to execute the method of a class loaded

    Hi, I have to execute the method of com.common.helper.EANCRatingHelper" + version version may be 1,2, etc if version = 1 the class is com.common.helper.EANCRatingHelper1; Iam able to load the class using following code.But iam unable to execute the m

  • 10.5.7 - No video from integrated iSight on my mpb15'

    Hi since 10.5.7 upgrade I have no more video from the integrated isight of my MBP 15" anyone experiencing the same ? any workaround You are aware of ? Happy Osxing to anyone

  • Table Join in ABAP Query

    Hi, I'm new to ABAP Query. I want to include a table and join with an existing table in abap query. how to do this?

  • HT4669 When will Apple TV support IPV6?  I'm hoping for support on gen 2,3 Apple TV versions.

    I couldn't find an Apple TV support community.  Trying Airport community. Looking to enable (even if difficult or officially unsupported) IPV6 on an Apple TV. Is there a way to do this and will the support be built into a future OS update?

  • C  11 support in xtool4.3

    i use lambda and atomic (c++0x) with ubuntu but now as I am working on MAC not able to use them installed xcode(4.3) and changed compiler settings to LLVM3.1 but still both features are not available to compile wanted to have g++ which supports c++0x