<?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: Any Function Module to translate variable data in smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-translate-variable-data-in-smartform/m-p/6118578#M1363447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope you are passing the variable from print program. If not then do the same. and in the print program do the below thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   wf_spras = sy-langu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTP
      EXPORTING
           input  = wf_spras
      IMPORTING
           output = wf_language.

  SET LANGUAGE wf_language.

 wa_control_parameters-langu = wf_spras.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS : wa_control_parameter , you pass through control_parameters, in to the SMARTFORM calling FM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that the data, which u fill into the variable you are talking about in maintained in the log on language also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Sep 2009 09:54:46 GMT</pubDate>
    <dc:creator>former_member195383</dc:creator>
    <dc:date>2009-09-17T09:54:46Z</dc:date>
    <item>
      <title>Any Function Module to translate variable data in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-translate-variable-data-in-smartform/m-p/6118577#M1363446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is, when user logins with Japan language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then all the data  ( text template and variable data )  should be in Japan .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using  SE63 ,i can translate only text data.  How about the variable data in smartform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest any solution.&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;Kishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 09:45:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-translate-variable-data-in-smartform/m-p/6118577#M1363446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T09:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function Module to translate variable data in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-translate-variable-data-in-smartform/m-p/6118578#M1363447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope you are passing the variable from print program. If not then do the same. and in the print program do the below thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   wf_spras = sy-langu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTP
      EXPORTING
           input  = wf_spras
      IMPORTING
           output = wf_language.

  SET LANGUAGE wf_language.

 wa_control_parameters-langu = wf_spras.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS : wa_control_parameter , you pass through control_parameters, in to the SMARTFORM calling FM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that the data, which u fill into the variable you are talking about in maintained in the log on language also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 09:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-translate-variable-data-in-smartform/m-p/6118578#M1363447</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2009-09-17T09:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function Module to translate variable data in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-translate-variable-data-in-smartform/m-p/6118579#M1363448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasanna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you have't got my quesion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In samrtform we will have fixed text and varibale data ( the data from sap ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by using SE63 we can translate the fixed text.  My problem is with varible data.  This data will same as it is in sap database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how we can translate the varile data to required lang.&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;Kishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 10:08:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-translate-variable-data-in-smartform/m-p/6118579#M1363448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T10:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function Module to translate variable data in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-translate-variable-data-in-smartform/m-p/6118580#M1363449</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;The answer from Prasanna is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can send the language in CONTROL_PARAMETERS or use a SET LANGUAGE in the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data is also maintained in the corresponding language it will fetch the data in that language only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make your MDM people to maintain the data in required languages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 10:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-translate-variable-data-in-smartform/m-p/6118580#M1363449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T10:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function Module to translate variable data in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-translate-variable-data-in-smartform/m-p/6118581#M1363450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes... Setting control parameters language attributes, as stated my previous post, and by Bhupals post, will solve you purpose.&lt;/P&gt;&lt;P&gt;Please Get back in case of further doubt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 10:31:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-translate-variable-data-in-smartform/m-p/6118581#M1363450</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2009-09-17T10:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function Module to translate variable data in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-translate-variable-data-in-smartform/m-p/6118582#M1363451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 09:19:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-translate-variable-data-in-smartform/m-p/6118582#M1363451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-15T09:19:57Z</dc:date>
    </item>
  </channel>
</rss>

