<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to create single layout in multiple languages. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-single-layout-in-multiple-languages/m-p/3521036#M846877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautami,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have to creat the layout in how many languagesis required by going se71.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is English go to se71 and give the layoutset name and then give the language.&lt;/P&gt;&lt;P&gt;Write the logic required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is German go to se71 and give the layoutset name and then give the language.&lt;/P&gt;&lt;P&gt;Write the logic required in german.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write the code in print program that it should pick the layout basing on logon language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Mar 2008 11:11:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-10T11:11:29Z</dc:date>
    <item>
      <title>how to create single layout in multiple languages.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-single-layout-in-multiple-languages/m-p/3521035#M846876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anybody tell me how to create single layout in multiple languages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gautami.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 09:27:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-single-layout-in-multiple-languages/m-p/3521035#M846876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T09:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to create single layout in multiple languages.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-single-layout-in-multiple-languages/m-p/3521036#M846877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautami,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have to creat the layout in how many languagesis required by going se71.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is English go to se71 and give the layoutset name and then give the language.&lt;/P&gt;&lt;P&gt;Write the logic required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is German go to se71 and give the layoutset name and then give the language.&lt;/P&gt;&lt;P&gt;Write the logic required in german.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write the code in print program that it should pick the layout basing on logon language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 11:11:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-single-layout-in-multiple-languages/m-p/3521036#M846877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T11:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to create single layout in multiple languages.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-single-layout-in-multiple-languages/m-p/3521037#M846878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi use this program i had used to perform to get the different language texts depending on the user selection.here ucan pass the language to get the exact language if u delete the radio buttons here in the output and place the parameters:p_lang in the selection-scree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps u..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZVENKATTEST0.&lt;/P&gt;&lt;P&gt;tables:mara,makt.&lt;/P&gt;&lt;P&gt;TYPE-POOLS:SLIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:begin of it_mara occurs 0,&lt;/P&gt;&lt;P&gt;     matnr like mara-matnr,&lt;/P&gt;&lt;P&gt;     meins like mara-meins,&lt;/P&gt;&lt;P&gt;     mtart like mara-mtart,&lt;/P&gt;&lt;P&gt;     end of it_mara.&lt;/P&gt;&lt;P&gt;data: begin of it_makt occurs 0,&lt;/P&gt;&lt;P&gt;      matnr like mara-matnr,&lt;/P&gt;&lt;P&gt;      maktx like makt-maktx,&lt;/P&gt;&lt;P&gt;      SPRAS like makt-spras,&lt;/P&gt;&lt;P&gt;      end of it_makt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:begin of it_final occurs 0,&lt;/P&gt;&lt;P&gt;     matnr like mara-matnr,&lt;/P&gt;&lt;P&gt;     meins like mara-meins,&lt;/P&gt;&lt;P&gt;     mtart like mara-mtart,&lt;/P&gt;&lt;P&gt;     maktx like makt-maktx,&lt;/P&gt;&lt;P&gt;     end of it_final.&lt;/P&gt;&lt;P&gt;DATA:IT_FIELDCAT TYPE SLIS_T_FIELDCAT_ALV,&lt;/P&gt;&lt;P&gt;     WA_FIELDCAT TYPE SLIS_FIELDCAT_ALV,&lt;/P&gt;&lt;P&gt;     IT_LAYOUT TYPE SLIS_LAYOUT_ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options:s_matnr for mara-matnr.&lt;/P&gt;&lt;P&gt;parameters: p_lang like sy-langu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters:p_rad1 radiobutton group g1 DEFAULT 'X',&lt;/P&gt;&lt;P&gt;           p_rad2 radiobutton group g1,&lt;/P&gt;&lt;P&gt;           p_rad3 radiobutton group g1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if p_rad1 = 'X'.&lt;/P&gt;&lt;P&gt;p_lang = 'EN'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if p_rad2 = 'X'.&lt;/P&gt;&lt;P&gt;p_lang = 'DE'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if p_rad3 = 'X'.&lt;/P&gt;&lt;P&gt;p_lang = 'FR'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr&lt;/P&gt;&lt;P&gt;       meins&lt;/P&gt;&lt;P&gt;       mtart&lt;/P&gt;&lt;P&gt;       from mara&lt;/P&gt;&lt;P&gt;       into table it_mara&lt;/P&gt;&lt;P&gt;       where matnr in s_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr&lt;/P&gt;&lt;P&gt;       maktx&lt;/P&gt;&lt;P&gt;       spras&lt;/P&gt;&lt;P&gt;       from makt&lt;/P&gt;&lt;P&gt;       into table it_makt&lt;/P&gt;&lt;P&gt;       for all entries in it_mara&lt;/P&gt;&lt;P&gt;       where matnr  = it_mara-matnr&lt;/P&gt;&lt;P&gt;       and spras = p_lang.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_mara.&lt;/P&gt;&lt;P&gt;it_final-matnr = it_mara-matnr.&lt;/P&gt;&lt;P&gt;it_final-meins = it_mara-meins.&lt;/P&gt;&lt;P&gt;it_final-mtart = it_mara-mtart.&lt;/P&gt;&lt;P&gt;read table it_makt with key matnr = it_mara-matnr.&lt;/P&gt;&lt;P&gt;it_final-maktx = it_makt-maktx.&lt;/P&gt;&lt;P&gt;append it_final.&lt;/P&gt;&lt;P&gt;clear it_final.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_FIELDCAT-FIELDNAME = 'MATNR'.&lt;/P&gt;&lt;P&gt;WA_FIELDCAT-TABNAME = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;WA_FIELDCAT-REF_FIELDNAME = 'MATNR'.&lt;/P&gt;&lt;P&gt;WA_FIELDCAT-REF_TABNAME = 'MARA'.&lt;/P&gt;&lt;P&gt; APPEND WA_FIELDCAT TO IT_FIELDCAT.&lt;/P&gt;&lt;P&gt; CLEAR WA_FIELDCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_FIELDCAT-FIELDNAME = 'MEINS'.&lt;/P&gt;&lt;P&gt;WA_FIELDCAT-TABNAME = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;WA_FIELDCAT-REF_FIELDNAME = 'MEINS'.&lt;/P&gt;&lt;P&gt;WA_FIELDCAT-REF_TABNAME = 'MARA'.&lt;/P&gt;&lt;P&gt; APPEND WA_FIELDCAT TO IT_FIELDCAT.&lt;/P&gt;&lt;P&gt; CLEAR WA_FIELDCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_FIELDCAT-FIELDNAME = 'MTART'.&lt;/P&gt;&lt;P&gt;WA_FIELDCAT-TABNAME = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;WA_FIELDCAT-REF_FIELDNAME = 'MTART'.&lt;/P&gt;&lt;P&gt;WA_FIELDCAT-REF_TABNAME = 'MARA'.&lt;/P&gt;&lt;P&gt; APPEND WA_FIELDCAT TO IT_FIELDCAT.&lt;/P&gt;&lt;P&gt; CLEAR WA_FIELDCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_FIELDCAT-FIELDNAME = 'MAKTX'.&lt;/P&gt;&lt;P&gt;WA_FIELDCAT-TABNAME = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;WA_FIELDCAT-REF_FIELDNAME = 'MATKX'.&lt;/P&gt;&lt;P&gt;WA_FIELDCAT-REF_TABNAME = 'MAKT'.&lt;/P&gt;&lt;P&gt; APPEND WA_FIELDCAT TO IT_FIELDCAT.&lt;/P&gt;&lt;P&gt; CLEAR WA_FIELDCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   I_CALLBACK_PROGRAM             = SY-REPID&lt;/P&gt;&lt;P&gt;   IS_LAYOUT                      = IT_LAYOUT&lt;/P&gt;&lt;P&gt;   IT_FIELDCAT                    = IT_FIELDCAT&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    T_OUTTAB                       = IT_FINAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 11:38:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-single-layout-in-multiple-languages/m-p/3521037#M846878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T11:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to create single layout in multiple languages.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-single-layout-in-multiple-languages/m-p/3521038#M846879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  A Smartform can be maintained in many languages other than the language that it is created. Translations for the texts have to be maintained for this purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To maintain the translations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SE63 in R/3. &lt;/P&gt;&lt;P&gt;Go to menu Translation-&amp;gt;R/3 Enterprise-&amp;gt;Other Long Texts &lt;/P&gt;&lt;P&gt;Select the object type in the pop up. Smartform(SSF) object type is found under Forms and Styles(FS). &lt;/P&gt;&lt;P&gt;Enter the name of the Smart form and choose the source and target language. This would open a screen with the Smartform code in Source language on the top and an editor with the same code in the bottom. &lt;/P&gt;&lt;P&gt;Find the text for which you need to maintain the translation and insert the translation in that place. As usual after required texts are maintained Save and Activate. &lt;/P&gt;&lt;P&gt;To see the translated Smartform create an output type and assign the smartform and the driver program to this output type. In the transaction that sends output to this smartform, select the output type and select the language in which the smartform has to be displayed (translations have to be maintained in this lanuage).This will give the smartform in the required language. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it is useful.&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt;Swetha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 11:57:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-single-layout-in-multiple-languages/m-p/3521038#M846879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T11:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to create single layout in multiple languages.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-single-layout-in-multiple-languages/m-p/3521039#M846880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  GOTO SE71&lt;/P&gt;&lt;P&gt;Utilities --&amp;gt; copy from client.&lt;/P&gt;&lt;P&gt;Give source and target.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOTO SE71&lt;/P&gt;&lt;P&gt;Enter SE71 --&amp;gt; Give target script name&lt;/P&gt;&lt;P&gt;Change--&amp;gt; goto administrative data --&amp;gt; select radio button for all languages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to convert the original language... Goto SE71--&amp;gt; script name &amp;amp; original language&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click change Utilities --&amp;gt; conver original language&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 12:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-single-layout-in-multiple-languages/m-p/3521039#M846880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T12:08:34Z</dc:date>
    </item>
  </channel>
</rss>

