cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction iView Language

Former Member
0 Kudos

Hi All,

I want to create a URL which dynamically open ECC and I have found the following to work:


http://serverhost:50000/irj/servlet/prt/portal/prtroot/com.sap.portal.appintegrator.sap.bwc.Transaction?System=DEV&TCode=SE38&GuiType=WinGui&WinGui_Type=Shortcut&OkCode=SHOP&ApplicationParameter=RS38M-PROGRAMM=ZTEST001;RS38M-FUNC_TEXT=X

My question is - How can I set the logon language via this URL?

Aviad

Accepted Solutions (1)

Accepted Solutions (1)

srinivas_sistu
Active Contributor
0 Kudos

Hi,

Check this below blog..... it helps...

You can edit your URL like this...

add one more parameter in the url which defines the language...

parameter name is ForcedRequestLanguage

so now your URL should look like this...

...OkCode=SHOP&ForcedRequestLanguage=en&ApplicationParameter=.....

Regards,

SrinivaS

Edited by: srinivas sistu on Dec 28, 2009 2:05 PM

Former Member
0 Kudos

the parameter 'ForcedRequestLanguage' does not have any effect.

Former Member
0 Kudos

Hi Aviad,

Please try this

[How to Start Transaction iViews with a Dynamically Computed Language|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/de95e490-0201-0010-b390-f0f23a95e2b8?QuickLink=index&overridelayout=true]

This does involve some code. But I guess it should help you.

@Sergio,

Adding sap-language=de to the applicationparameter does not help.

Regards,

Nikhil

Edited by: N Bansal on Dec 30, 2009 10:52 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

Aviad,

Try by adding sap-language parameter, e.g. sap-language=EN

Regards