<?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: Read text? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3963294#M946723</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;     Read table tline index 1 and then 2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when reading first index concatenate with WORD SAP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN you read first time &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table tline index 1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate 'SAP' TLINE-TEXT INTO VAR1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE tline index 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate VAR1 TLINE-TEXT INTO VAR1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO THE OUTPUT WOULD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP script smartform .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2008 06:29:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-10T06:29:29Z</dc:date>
    <item>
      <title>Read text?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3963293#M946722</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;By using read text function module i have 2 lines of text in my internal tbale it_lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose it_lines contains.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.script&lt;/P&gt;&lt;P&gt;2.smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my requirement is.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a hard coded text 'SAP'....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to display SAP script smartform in my smartform WINDOW....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I amtrying this but i am getting only &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAP smartform&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In debug mode i have tested the SCRIPT text was overwrittine by &lt;STRONG&gt;smartform&lt;/STRONG&gt; text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me reg this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 06:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3963293#M946722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T06:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Read text?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3963294#M946723</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;     Read table tline index 1 and then 2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when reading first index concatenate with WORD SAP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN you read first time &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table tline index 1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate 'SAP' TLINE-TEXT INTO VAR1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE tline index 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate VAR1 TLINE-TEXT INTO VAR1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO THE OUTPUT WOULD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP script smartform .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 06:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3963294#M946723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T06:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Read text?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3963295#M946724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at this document [SAP Smart Forms (BC-SRV-SCR)|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf] at page 46 &lt;STRONG&gt;Including SAPscript Texts&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 06:30:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3963295#M946724</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-06-10T06:30:02Z</dc:date>
    </item>
  </channel>
</rss>

