<?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: How to Use Function Module READ_TEXT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223168#M1207677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      read the documention for the FM..OBJECT, NAME, ID, and LANGUAGEare the mandatory parameters..if u have doubt as to what to pass to this values,refer table STXH to get ur parameters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2009 07:41:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-17T07:41:53Z</dc:date>
    <item>
      <title>How to Use Function Module READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223158#M1207667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Anyone give me code or link or example for how to use function module READ_TEXT&lt;/P&gt;&lt;P&gt;and what are the parameters which we have to pass in module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Mohsin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223158#M1207667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use Function Module READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223159#M1207668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/d6/0db8c8494511d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/d6/0db8c8494511d182b70000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223159#M1207668</guid>
      <dc:creator>viquar_iqbal</dc:creator>
      <dc:date>2009-02-17T07:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use Function Module READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223160#M1207669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/use-fm--read-text-to-read-the-various-text.htm" target="test_blank"&gt;http://www.sap-img.com/abap/use-fm--read-text-to-read-the-various-text.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?f=13&amp;amp;t=310761" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?f=13&amp;amp;t=310761&lt;/A&gt;&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;P&gt;       ID = '0001' &lt;/P&gt;&lt;P&gt;       LANGUAGE = 'E' &lt;/P&gt;&lt;P&gt;       NAME = XNAME &lt;/P&gt;&lt;P&gt;       OBJECT = 'VBBP' &lt;/P&gt;&lt;P&gt;  TABLES &lt;/P&gt;&lt;P&gt;       LINES = i_XTLINE &lt;/P&gt;&lt;P&gt;  EXCEPTIONS &lt;/P&gt;&lt;P&gt;      ID = 1 &lt;/P&gt;&lt;P&gt;      LANGUAGE = 2 &lt;/P&gt;&lt;P&gt;      NAME = 3 &lt;/P&gt;&lt;P&gt;      NOT_FOUND = 4 &lt;/P&gt;&lt;P&gt;     OBJECT = 5 &lt;/P&gt;&lt;P&gt;    REFERENCE_CHECK = 6.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:25:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223160#M1207669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use Function Module READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223161#M1207670</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;refer the given below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

CALL FUNCTION 'READ_TEXT'
  EXPORTING
   CLIENT                        = SY-MANDT
    id                            = 'KOPF'uF0E0 these details we will get thru transaction , where we enter these details.
    language                      = 'EN'uF0E0 these details we will get thru transaction , where we enter these details.

    name                          = TNAME  "table name
    object                        = 'AUFK'    " these details we will get thru transaction , where we enter these details.

*   ARCHIVE_HANDLE                = 0
*   LOCAL_CAT                     = ' '
IMPORTING
   HEADER                        = HTEXT
  tables
    lines                          = LTEXT
* EXCEPTIONS
*   ID                            = 1
*   LANGUAGE                      = 2
*   NAME                          = 3
*   NOT_FOUND                     = 4
*   OBJECT                        = 5
*   REFERENCE_CHECK               = 6
*   WRONG_ACCESS_TO_ARCHIVE       = 7
*   OTHERS                        = 8
          .
IF sy-subrc &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:27:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223161#M1207670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use Function Module READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223162#M1207671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to any text in po or sales or mm03.see the header of the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto se37 exicute fm,&lt;/P&gt;&lt;P&gt;by giving those values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223162#M1207671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use Function Module READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223163#M1207672</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;Functiionality of READ_TEXT is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF you give TX id .. it will return text  corresponding to particular text id .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For testing purpose take one text id from tcode SE75  and execute the  FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOu will get text .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223163#M1207672</guid>
      <dc:creator>kamesh_g</dc:creator>
      <dc:date>2009-02-17T07:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use Function Module READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223164#M1207673</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;A class="jive_macro jive_macro_community" href="https://community.sap.com/" __jive_macro_name="community" modifiedtitle="true" __default_attr="2176"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank U,&lt;/P&gt;&lt;P&gt;Jay....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:28:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223164#M1207673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use Function Module READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223165#M1207674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use this a reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

DATA: BEGIN OF HTEXT.
INCLUDE STRUCTURE THEAD.
DATA: END OF HTEXT.

DATA: BEGIN OF LTEXT OCCURS 50.
INCLUDE STRUCTURE TLINE.
DATA: END OF LTEXT.

DATA: tdname like VBDPA-tdname.

CALL FUNCTION 'READ_TEXT' 
EXPORTING 
ID = '0001' 
LANGUAGE = 'E' 
NAME = TDNAME
OBJECT = 'VBBK' 
HEADER = HTEXT
TABLES
LINES = LTEXT
EXCEPTIONS 
ID = 1 
LANGUAGE = 2 
NAME = 3 
NOT_FOUND = 4 
OBJECT = 5 
REFERENCE_CHECK = 6.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Mon Magallanes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223165#M1207674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use Function Module READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223166#M1207675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:TEXTNAME LIKE THEAD-TDNAME,&lt;/P&gt;&lt;P&gt;         TEXTHEADER LIKE THEAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'READ_TEXT'&lt;/P&gt;&lt;P&gt;EXPORTING NAME = TEXTNAME&lt;/P&gt;&lt;P&gt;LANGUAGE = SY-LANGU&lt;/P&gt;&lt;P&gt;OBJECT = 'TEXT'&lt;/P&gt;&lt;P&gt;ID = 'ST '&lt;/P&gt;&lt;P&gt;IMPORTING HEADER = TEXTHEADER&lt;/P&gt;&lt;P&gt;TABLES LINES = TEXTLINES&lt;/P&gt;&lt;P&gt;EXCEPTIONS OTHERS = 1.&lt;/P&gt;&lt;P&gt;CHECK SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223166#M1207675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use Function Module READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223167#M1207676</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;try this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1961013"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope thi shelp you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ritesh J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223167#M1207676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use Function Module READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223168#M1207677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      read the documention for the FM..OBJECT, NAME, ID, and LANGUAGEare the mandatory parameters..if u have doubt as to what to pass to this values,refer table STXH to get ur parameters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 07:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-function-module-read-text/m-p/5223168#M1207677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T07:41:53Z</dc:date>
    </item>
  </channel>
</rss>

