<?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 function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/7130471#M1512362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To know what parameters need to be passed to the FM Read_text for any transaction got to the screen where your text is entered in the transaction (the Text Editor) and from the Menu select Goto -&amp;gt; Header . All the details that you need to pass are given here, those will give you an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mrunal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jul 2010 04:04:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-21T04:04:03Z</dc:date>
    <item>
      <title>Read_Text function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/7130468#M1512359</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;We are printing on SAP script form from a transaction IW32. Here we want to print the order header text in script form.I am using read text function module as below. Could you please tell me what i need to pass in 'NAME' in exporting parameter and from which table i need to fetch this value.&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 = 'KOPF' &lt;/P&gt;&lt;P&gt;LANGUAGE = 'E' &lt;/P&gt;&lt;P&gt;NAME =  &lt;/P&gt;&lt;P&gt;OBJECT = 'AUFK' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 03:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/7130468#M1512359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-21T03:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Read_Text function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/7130469#M1512360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The name will be concatenation of SY-MANDT with order number (AUFK, AFKO tables. Field AUFNR).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Birendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 03:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/7130469#M1512360</guid>
      <dc:creator>birendra_chatterjee</dc:creator>
      <dc:date>2010-07-21T03:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Read_Text function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/7130470#M1512361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aufnr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 03:47:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/7130470#M1512361</guid>
      <dc:creator>anup_deshmukh4</dc:creator>
      <dc:date>2010-07-21T03:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Read_Text function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/7130471#M1512362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To know what parameters need to be passed to the FM Read_text for any transaction got to the screen where your text is entered in the transaction (the Text Editor) and from the Menu select Goto -&amp;gt; Header . All the details that you need to pass are given here, those will give you an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mrunal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 04:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/7130471#M1512362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-21T04:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Read_Text function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/7130472#M1512363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohit&lt;/P&gt;&lt;P&gt;you need to declare a variable of type 'thead-tdname' and cocatenate the value of order number from table AUFK in this variable and pass this variable in the NAME Parameter of the FM READ_TEXT.&lt;/P&gt;&lt;P&gt;before that you need to fetch the order number from table AUFK.&lt;/P&gt;&lt;P&gt;like :&lt;/P&gt;&lt;P&gt;DATA: W_ITEM type THEAD_TDLINE,&lt;/P&gt;&lt;P&gt;W_AUFNR  like AUFNR,&lt;/P&gt;&lt;P&gt;W_MANDT like MANDT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select MANDT AUFNR from AUFK into W_MANDT  W_AUFNR.&lt;/P&gt;&lt;P&gt;concatenate w_mandt w_aufnr into W_ITEM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function READ_TEXT.&lt;/P&gt;&lt;P&gt;name = w_item.&lt;/P&gt;&lt;P&gt;language = 'EN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Language should be 'EN' for english not 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lalit Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 08:42:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-function-module/m-p/7130472#M1512363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-21T08:42:44Z</dc:date>
    </item>
  </channel>
</rss>

