<?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: using read text fm in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-read-text-fm-in-smartforms/m-p/2818415#M659143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;    Instead of using the FM, Use the standard functionality to print the required text provided by Smartforms.&lt;/P&gt;&lt;P&gt;  Create a text element, in the left top...in the drop down there is an option of include text...&lt;/P&gt;&lt;P&gt;id = '0001'&lt;/P&gt;&lt;P&gt;language = 'E'&lt;/P&gt;&lt;P&gt;name = '0080000055'&lt;/P&gt;&lt;P&gt;object = 'VBBK'&lt;/P&gt;&lt;P&gt;u will get the dessired output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2007 07:12:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-20T07:12:19Z</dc:date>
    <item>
      <title>using read text fm in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-read-text-fm-in-smartforms/m-p/2818414#M659142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;              I have captured a text using Read_text Fm .now i need to use it inside a smartforms .how to do .&lt;/P&gt;&lt;P&gt;i have used that code inside a program line .&lt;/P&gt;&lt;P&gt;and in text i have called the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declaration in form interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text type char20&lt;/P&gt;&lt;P&gt;itab type tline&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in program lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data itab like TLINE occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'READ_TEXT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; * CLIENT                        = SY-MANDT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    id                            = '0001'&lt;/P&gt;&lt;P&gt;    language                      = 'E'&lt;/P&gt;&lt;P&gt;    name                          = '0080000055'&lt;/P&gt;&lt;P&gt;    object                        = 'VBBK'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ARCHIVE_HANDLE                = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  LOCAL_CAT                     = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  HEADER                        =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    lines                         = itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;text = ITAB-TDLINE.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in text &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;text&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the text value is not printing .but i am getting the value when i do it in SE38.&lt;/P&gt;&lt;P&gt;what shall i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 07:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-read-text-fm-in-smartforms/m-p/2818414#M659142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T07:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: using read text fm in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-read-text-fm-in-smartforms/m-p/2818415#M659143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;    Instead of using the FM, Use the standard functionality to print the required text provided by Smartforms.&lt;/P&gt;&lt;P&gt;  Create a text element, in the left top...in the drop down there is an option of include text...&lt;/P&gt;&lt;P&gt;id = '0001'&lt;/P&gt;&lt;P&gt;language = 'E'&lt;/P&gt;&lt;P&gt;name = '0080000055'&lt;/P&gt;&lt;P&gt;object = 'VBBK'&lt;/P&gt;&lt;P&gt;u will get the dessired output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 07:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-read-text-fm-in-smartforms/m-p/2818415#M659143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T07:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: using read text fm in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-read-text-fm-in-smartforms/m-p/2818416#M659144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx man ...i got the output...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 09:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-read-text-fm-in-smartforms/m-p/2818416#M659144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T09:00:31Z</dc:date>
    </item>
  </channel>
</rss>

