<?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 Help ........... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3070830#M727883</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 used the transaction SLIN and checked my program and there I am getting an errro message which says "char strings w/o text element will not be translated"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and what I am doing right now is just declared a constant c_date(50) value 'Invalid date'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so can you please help me how to get rid of this error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Nov 2007 18:18:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-28T18:18:38Z</dc:date>
    <item>
      <title>Help ...........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3070830#M727883</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 used the transaction SLIN and checked my program and there I am getting an errro message which says "char strings w/o text element will not be translated"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and what I am doing right now is just declared a constant c_date(50) value 'Invalid date'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so can you please help me how to get rid of this error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 18:18:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3070830#M727883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T18:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help ...........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3070831#M727884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a text element for that text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enter text-001 in place of 'Invalid date', double click on text-001, it will ask you to create the text ement and create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 18:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3070831#M727884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T18:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help ...........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3070832#M727885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply satish, &lt;/P&gt;&lt;P&gt;actually I did this but I need to pass this mesage in to one of my filed of the internal table...such as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move: c_date to it_itab-mssg. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I am not sure how can I do this by using the text elements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Rajeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 18:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3070832#M727885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T18:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help ...........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3070833#M727886</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;Move: text-001 to it_itab-mssg. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It moves into the internal table field as you did for &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move: c_date to it_itab-mssg. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;chaithanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 18:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3070833#M727886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T18:45:18Z</dc:date>
    </item>
  </channel>
</rss>

