<?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: to send dynamic data in different languages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-send-dynamic-data-in-different-languages/m-p/8570578#M1659879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranav,&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a ABAP report.I need to make changes like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales Order	Invoice	Amount	Overdue Since	Dispute Status	 Dispute Reason	Dispute Resp&lt;/P&gt;&lt;P&gt;10000             5789       200000                                       in process       promised payment  ABC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have to make the changes so that dynamic data too will sent out in different language.&lt;/P&gt;&lt;P&gt;I have seen that the data coming from table does not contain language key.I want to tweak the existing code so that i can send out this dynamic data too in multi language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jan 2012 05:30:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-30T05:30:18Z</dc:date>
    <item>
      <title>to send dynamic data in different languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-send-dynamic-data-in-different-languages/m-p/8570576#M1659877</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 have to send an invoice email notification.For that I have maintained the text in customized table.Now I have to send dynamic data too in multi-language ..In customized table I have maintained company code, language ,text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest How to implement this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 04:12:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-send-dynamic-data-in-different-languages/m-p/8570576#M1659877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-30T04:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: to send dynamic data in different languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-send-dynamic-data-in-different-languages/m-p/8570577#M1659878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using smartforms for Invoice, then, you need to create them in all the languages you wanna use. If you are using Standard Data Elements and the languages to be used have been installed, then, SAP installations have the translations for the standard objects/data elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to custom text, that, you have maintained in your custom table with languages, then, you can easily use a select query with the login language as the where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The e-mail code can then follow. For any further specific details, do post with some additional data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 05:20:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-send-dynamic-data-in-different-languages/m-p/8570577#M1659878</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2012-01-30T05:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: to send dynamic data in different languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-send-dynamic-data-in-different-languages/m-p/8570578#M1659879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranav,&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a ABAP report.I need to make changes like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales Order	Invoice	Amount	Overdue Since	Dispute Status	 Dispute Reason	Dispute Resp&lt;/P&gt;&lt;P&gt;10000             5789       200000                                       in process       promised payment  ABC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have to make the changes so that dynamic data too will sent out in different language.&lt;/P&gt;&lt;P&gt;I have seen that the data coming from table does not contain language key.I want to tweak the existing code so that i can send out this dynamic data too in multi language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 05:30:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-send-dynamic-data-in-different-languages/m-p/8570578#M1659879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-30T05:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: to send dynamic data in different languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-send-dynamic-data-in-different-languages/m-p/8570579#M1659880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your reply I think most of the columns of the report are numbers. Specifically, you need a solution for the column 'Dispute Reason'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, what I can think of may need some developments. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my knowledge, SAP does not have a standard FM that can translate text. Hence, you need to maintain the translations. With reference to your requirement, I suppose that the dynamic data has it's source as English Language. It may be maintained in some transaction and hence, needs to be restrcited there. You need to control that field or data (at the source) using a drop down with custom table data. The probable reasons and their translations will have to be maintained and can be used in your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 06:06:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-send-dynamic-data-in-different-languages/m-p/8570579#M1659880</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2012-01-30T06:06:19Z</dc:date>
    </item>
  </channel>
</rss>

