<?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: Text Elements in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1620411#M277582</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;&lt;/P&gt;&lt;P&gt;The right code is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value2-key = text-001.       (Text element 001)&lt;/P&gt;&lt;P&gt;APPEND value2 TO it_rejcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value2-key = text-002.       (Text element 001)&lt;/P&gt;&lt;P&gt;APPEND value2 TO it_rejcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where text elements:&lt;/P&gt;&lt;P&gt;text-001 = Incomplete Information&lt;/P&gt;&lt;P&gt;text-002 = Processing Error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to leave the descriptions in the abap code you can write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value2-key = 'Incomplete Information'(001).&lt;/P&gt;&lt;P&gt;APPEND value2 TO it_rejcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value2-key = 'Processing Error'(002).&lt;/P&gt;&lt;P&gt;APPEND value2 TO it_rejcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do a doubleclick on 001 and 002 and the system'll create the text elements 001 and 002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Sep 2006 09:32:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-23T09:32:00Z</dc:date>
    <item>
      <title>Text Elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1620410#M277581</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 a code as follows..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value2-key = 'Incomplete Information'.&lt;/P&gt;&lt;P&gt;  APPEND value2 TO it_rejcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  value2-key = 'Processing Error'.&lt;/P&gt;&lt;P&gt;  APPEND value2 TO it_rejcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now need to know about HOW TO PASS the Text ('Incomplete Information') through Text Elements..???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use the code as it is, it shows Error in Code Inspector..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence need to tune up  the Performance of the code by avoiding such Text in the Editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help me out....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Sep 2006 09:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1620410#M277581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-23T09:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Text Elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1620411#M277582</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;&lt;/P&gt;&lt;P&gt;The right code is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value2-key = text-001.       (Text element 001)&lt;/P&gt;&lt;P&gt;APPEND value2 TO it_rejcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value2-key = text-002.       (Text element 001)&lt;/P&gt;&lt;P&gt;APPEND value2 TO it_rejcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where text elements:&lt;/P&gt;&lt;P&gt;text-001 = Incomplete Information&lt;/P&gt;&lt;P&gt;text-002 = Processing Error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to leave the descriptions in the abap code you can write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value2-key = 'Incomplete Information'(001).&lt;/P&gt;&lt;P&gt;APPEND value2 TO it_rejcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value2-key = 'Processing Error'(002).&lt;/P&gt;&lt;P&gt;APPEND value2 TO it_rejcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do a doubleclick on 001 and 002 and the system'll create the text elements 001 and 002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Sep 2006 09:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1620411#M277582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-23T09:32:00Z</dc:date>
    </item>
  </channel>
</rss>

