Logo display based on language.

Hi all!
How to capture the language attribute from the transaction to smartforms(i.e) ,when we assigning the output type, medium, language in TCODE 'ME22N' messages need trap the language which we are passing , based on that language i need to display a logo for different language.
if anybody knows plz tell me it would b very useful.
Thanks,
palani

Hi jayanthi!
i have used control_parameters language fied, but that structure is not filling while we calling from TCODE,Thaks for ur tips,let me know if u have more idea on that.
Nanri,
palani.

Similar Messages

  • Output based on language sel

    Hi All,
           I have created a ALV report, in the sel.screen I have 2 radiobuttons with text English and Arabic.
    Now if I excecute the report with English, the O/P should be in English and if I excute the report with Arabic, I want the O/p to be displayed in ARABIC..
    note : User's Logon lang wil be always "English"
    plz let me know how to do it. 
    With Regards,
    S.Bharani

    Hi,
    Well in that case, while retrieving the data pick up based on Language.
    Select * from makt
         into it_makt
    where matnr in s_matnr
       and SPRAS = r_lang.
    Best regards,
    Prashant

  • Dynamic image display (based on variable attribute) in Web application?

    Hi experts,
    I am using a Web Template (from the Web application designer) based on a BEx Query.
    This web template displays a logo (jpg image) and the report. 
    Is there a way to add another image to my web app and having the right logo displayed depending on a characteristic (sales organization for example) chosen in the variable screen (before the first rendering)?
    Thanks for your help.
    Points will be given to useful answers.
    Cheers,
    Olivier

    Thanks for your helpful answers guys.
    Andrey's tutorial helped me to catch the sales org variable value in a variable named salesorg (Script Item in the web template as well as Data Provider Info Item).
    Now could you explain how/where to use this variable to swith images? Is this still in the same Script_item where i should be able to "hide" / "show" the following XHTML tag?:
    <img   etc .......     img<
    Thanks for your help, I'm a bit confused on this last point (and not so comfortable with Java Script).
    Olivier
    Edited by: SAP_BW_USER_49 on Nov 23, 2011 3:32 PM

  • T.Code based on Language

    HI all
         my requirement  is
               I have to create a t.code based on language, I mean when ever a user logged in with language EN i have to change the t.code appearance.
    Please shoot back your suggestions
    Thanks
    Srikanth.n

    Hi Arman,
    Time to raise such concerns with SAP support .
    There is many ways, indirect one to do so, for eg, when a user locks, and hits a code ZMB5B not MB5B which should be locked or not be assigned to users, then the code check the permit time table and user list. This code will we for a new screen(eg screen Zee), which will then permit to displays MB5B program to the user if he passes Zee screen.
    Regards,

  • Setting Clickonce Installer Language based on Language Settings

    Clickonce installer always displays in English language. 
    In my scenario, I need to display installer in German, Italy, French and English as my WPF application handles
    Multilingual texts based on System Display Language.
    Please suggest how to create Clickonce installer based on System Display Language Settings.

    You will have to create a custom installer application. Please refer to the following links for more information about this:
    http://stackoverflow.com/questions/6526333/custom-clickonce-installer
    http://oshyn.com/software-development/clickonce-deployment-creating-a-custom-installer
    Walkthrough: Creating a Custom Installer for a ClickOnce Application:
    https://msdn.microsoft.com/en-us/library/dd997001.aspx
    I am afaid that there is no way to customize the built-in installation dialog itself.
    Please remember to mark helpful posts as answer to close your threads.

  • Menu Options in responsibilities getting displayed in different language.

    Hi,
    When we are logging in with the English language in R12, the menu options for some responsibilities are displayed in different languages, which is looking very strange. This is happening to different responsibilities. can any one help me on this.

    Hi;
    What is exact EBS version
    It was working before? If yes what have been changed?
    Did you try to compile forms via adadmin?
    Please review:
         R12 System Administrator Menu is showing English values in any NLS language [ID 563008.1]
    Regard
    Helios

  • Apple logo displays then disappears

    I have an iPad 3rd Generation Model Number A1430.
    I am able to get the apple logo to display on the iPad's screen by holding the sleep and home button down for 10 seconds. The logo displays for about a futher 10 seconds then the screen returns to blank and stays there.
    I get no slider or any other display. I can get the restore mode to work.
    I have already updated to iOS 6.1.3 using iTunes from a laptop in restore mode. It backed up the iPad, installed the new iOS, the restored the backup successfully.
    When plugged into the Laptop, iTunes displays the current battery charge >94%, the free capacity, the serial number, IMEI, UDID and I can perform a further backup.
    Is there a method of getting the iPad to perform normally ? Is there a step I have missed.
    Thanks,
    Stuart.

    Try restoring your iPod.
    For more details, read here: How to restore your iPod
    Also, what firmware version is your iPod running on? See your iPod's info in iTunes, or go to "Settings > About" on your iPod to learn what version it's running on. (it would be either 1.2 or 1.2.1)
    If you currently aren't upgraded to 1.2.1 (which is the latest), give it a try, and see if anything happens to change or work for you.
    -Kylene

  • Logo displaying in productin but not displaying in some other user

    Hello experts,
    I developed payment advice sheet using scripts and transported to production successfully.In production also the output is dispalying correct but some other user (clnt uses different user in that only logo is not displaying) remaining output is correct.
    But only logo is not displaying.But in production logo is displaying.What is the problem?
    please help me in this?

    Please clarify your posting...
    In production, the logo displays correctly for all but one user?
    Or, did you mean that in the production instance, the logo is correct, but in other SAP instance(s), such as training, etc., the logo does not appear? 
    If the second case, check to see that transport completed in all target instances.
    If the first case, sorry, no ideas about what would cause that.

  • Output of the report is not displaying based on the layout

    Hi,
    We are not able to get the report based on the layout. We have found that F4 help is not working for the layout selection, as there are so many layoust mantained for the report.The FM REUSE_ALV_VARIANT_F4 is used to select the variant.But we have checked the table LTDX, there are no lay out is there for this report.hence the out out of the report is always displaying based on one standrd layout.
    Kindly guide me to resolve this issue.
    Regards,
    Arundhati

    Hi, follow these steps:
    1 - Variant on Screen
    SELECTION-SCREEN BEGIN OF BLOCK bloco2 WITH FRAME.
    PARAMETERS:       p_layout LIKE disvariant-variant.
    SELECTION-SCREEN END OF BLOCK bloco2.
    2 - F4 on field
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_layout.
      PERFORM busca_variantes.
    AT SELECTION-SCREEN ON p_layout.
      IF NOT p_layout IS INITIAL.
        PERFORM verifica_variante.
      ENDIF.
    3 - Functions for F4
    3.1 Form  busca_variantes
    FORM busca_variantes.
      DATA: variant_exit(01) TYPE c,
            variante         LIKE disvariant.
      variante-report = sy-repid.
      CALL FUNCTION 'REUSE_ALV_VARIANT_F4'
           EXPORTING
                is_variant    = variante
                i_save        = 'A'
           IMPORTING
                e_exit        = variant_exit
                es_variant    = v_variante
           EXCEPTIONS
                not_found     = 1
                program_error = 2
                OTHERS        = 3.
      IF sy-subrc = 0.
        IF variant_exit = space.
          p_layout = v_variante-variant.
        ENDIF.
      ENDIF.
    ENDFORM.                    " busca_variantes
    3.2 - FORM verifica_variante
    FORM verifica_variante.
      v_variante-report  = sy-repid.
      v_variante-variant = p_layout.
      CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE'
           EXPORTING
                i_save        = 'A'
           CHANGING
                cs_variant    = v_variante
           EXCEPTIONS
                wrong_input   = 1
                not_found     = 2
                program_error = 3
                OTHERS        = 4.
      IF sy-subrc  0.
        MESSAGE w368(00) WITH p_layout ' não é uma variante válida'.
        CLEAR p_layout.
      ENDIF.
    ENDFORM.                    " verifica_variante
    4 - Calling the variant on reuse function
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    is_variant               = v_variante
    5 - Global DATA
    DATA:      v_variante   LIKE disvariant.

  • How to display arabic Subtitle Language?

    How to display arabic Subtitle Language?
    i buy move with arabic subtitle.
    when i go to
    Settings > Audio & Video > Subtitle Language
    NO arabic option!!!!

    I don't think the apple tv has ever supported Arabic.  Tell Apple you want it via
    http://www.apple.com/feedback

  • Error Message to be displayed in Two Languages

    Hi,
    I am writing my code in an User Exit. My requirement is that when ever an error message is displayed it should be displayed in Two languages i.e in English and Portuguese.
    Can I do this... if yes then how.
    Thanks and Regards
    Suraj

    1) Translate your message into the language you want. (like 'hi!' is 'oi!!' in portugese) use google language tools.
    2) Put it in same message in a message class.
    3) just display the msg.
    MESSAGE E000(ZTEST_MSG_SUMIT).  " in ZTEST_MSG_SUMIT msg class write the error/wrng in both lauguages.
    Regards,
    Sumit Nene.
    Edited by: Sumit Nene on Aug 6, 2009 9:20 AM

  • In sapscript Address shoud display in local language

    In the customer statement, the customer address details need to be displayed in local language of customer. How can we achieve this? Does the master data for the customer in KNA1 table need to be maintained in local language? Or else even though the data is maintained in English, the details will be printed in local language if the user logged in to SAP in local language?
    Srinivas

    i  <b>adrc</b>  table  there  is  field  called  <b>langu</b>.
    u  just paas  <b>adrnr</b>  number  to  adrc  table and  on the  bases  of   field <b>langu</b> u  can fetch  address  in any language.
    select* from adrc where ADDRNUMBER = kna1-ADRNR ..
                        and<b> langu = 'en.</b>

  • HT2242 Is it possible to keep the local country but have it display in my language?

    Is it possible to keep the local country but have it display in my language?
    For example I live in Sweden but am English so would like to have the local setting still for Sweden but all text displayed as English.

    Sorry but no, not if you're referring to the iTunes Store. The iTunes Store for Sweden displays only in Swedish; English is not an option.
    Regards.

  • Hi guys! Can I pick your savvy brains on something: I've been seeing people having a mini version of the Apple logo displaying next to their Twitter names, looks pretty cool, how does one do that? Thanks!

    Hi guys! Can I pick your savvy brains on something: I've been seeing people having a mini version of the Apple logo displaying next to their Twitter names, looks pretty cool, how does one do that? Thanks!

    Hi guys! Can I pick your savvy brains on something: I've been seeing people having a mini version of the Apple logo displaying next to their Twitter names, looks pretty cool, how does one do that? Thanks!

  • 'Full Screen Logo Display' interferes with Windows 8 bootscreen

    Is this behaviour normal?
    The MSI screen shows up after powering on, then it flickers once, and only the moving circle is shown on top of the MSI screen. See attachment.
    Windows does boot correctly, no other issues than this graphical glitch.
    I know I can disable 'Full Screen Logo Display', but I find it strange how it works.
    I'm using a B85M-G43 w/ latest bios.
    Anyone else having this?

    Quote from: xmad on 21-August-13, 23:45:37
    Enable win 8 mode and fast boot and you won't see that screen at all
    Am I wrong, or to enable windows8 mode, need gop bios installed on the graphics card !?

Maybe you are looking for

  • Open PO Commitments carryforward

    Hi Experts We are implementing FM-BCS. As per our Business requirement at the year end, we need to carryforward open PO commitments to next year. I have tried the same by using T.Code FMJ2 and Open PO commitments are successfully carry forwarded to n

  • 5th Gen iPod Unable To Play Purchased Videos & Music

    Hi! Sometimes it's a mistake to update the iPod just before a trip! So I found out as my 5th Gen iPod would not play any of the purchased videos or music I had on it. All of the other music on the iPod played fine and so, too, did my own iMovie video

  • MiniDisplay to HDMI quality

    According to the Apple website if I buy a MacBookAir I can connect a "HDMI audio and video output using third-party Mini DisplayPort to HDMI Adapter" to attach the computer to my HDTV HDMI input.   Will the audio and video quality doing this be as go

  • No Error when Statistical WBS is closed

    Hi, I had created Statistical WBS elements and assigned this to Maintenance orders, System allows me to close the WBS element even when the Orders are open and also allows me to assign & issue materials without checking the budget ( as the WBS is alr

  • How to search unread emails in iPhone

    Hi I m wondering if there are any way to filter mails by unread or flagged status Regards HM