<?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/3646481#M878158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the answer for how to fetch the text for po-item no, &lt;/P&gt;&lt;P&gt;here i am passing the variable to  READ_TEXT  for name by using &lt;/P&gt;&lt;P&gt;concatenating po_no po_item into name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then how can i get the text at header level.., &lt;/P&gt;&lt;P&gt;for that what are the fields i need to pass to name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here now my requirement is  to fetch the text at header level for billing document no..? not at the item level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i need header level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is for item text..?&lt;/P&gt;&lt;P&gt;LOOP AT ITAB_VBRP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CONCATENATE ITAB_VBRP-VGBEL ITAB_VBRP-POSNR INTO SIMPLE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE TDOBJECT INTO TEST FROM STXH WHERE TDNAME EQ SIMPLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'READ_TEXT'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        CLIENT                  = SY-MANDT&lt;/P&gt;&lt;P&gt;        ID                      = '0001'  " changed by 0001 to 0002&lt;/P&gt;&lt;P&gt;        LANGUAGE                = sy-langu&lt;/P&gt;&lt;P&gt;        NAME                    = SIMPLE&lt;/P&gt;&lt;P&gt;        OBJECT                  = 'VBBP'&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        LINES                   = ITLINE&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;P&gt;        WRONG_ACCESS_TO_ARCHIVE = 7&lt;/P&gt;&lt;P&gt;        OTHERS                  = 8.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOOP AT ITLINE.&lt;/P&gt;&lt;P&gt; IF SY-TABIX = 1.&lt;/P&gt;&lt;P&gt;    ITAB_VBRP-CASE = ITLINE-TDLINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    MODIFY ITAB_VBRP.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   CLEAR ITAB_VBRP.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  CLEAR SIMPLE.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i need header level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for the replyl., &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Narsimhulu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Apr 2008 07:29:32 GMT</pubDate>
    <dc:creator>NAeda</dc:creator>
    <dc:date>2008-04-05T07:29:32Z</dc:date>
    <item>
      <title>read text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3646475#M878152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i want to fetch the text for object EKPO and id is F06, here  my Query is how to pass the name to that function module Read_Text...?&lt;/P&gt;&lt;P&gt;how to know the tables like ttxid or stxh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me out regarding this !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Narsim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 11:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3646475#M878152</guid>
      <dc:creator>NAeda</dc:creator>
      <dc:date>2008-04-04T11:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: read text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3646476#M878153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;concatenate po_no po_item into tdname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function &amp;#145;READ_TEXT&amp;#146;&lt;/P&gt;&lt;P&gt;       exporting&lt;/P&gt;&lt;P&gt;            id = &amp;#145;F06&amp;amp;#8242;&lt;/P&gt;&lt;P&gt;            language = sy-langu&lt;/P&gt;&lt;P&gt;            object = &amp;#145;EKPO&amp;#146;&lt;/P&gt;&lt;P&gt;            name = tdname&lt;/P&gt;&lt;P&gt;       importing&lt;/P&gt;&lt;P&gt;            header = thead&lt;/P&gt;&lt;P&gt;       tables&lt;/P&gt;&lt;P&gt;            lines = tlinetab&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;P&gt;            wrong_access_to_archive  = 7&lt;/P&gt;&lt;P&gt;            others = 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps,&lt;/P&gt;&lt;P&gt;Bert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 12:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3646476#M878153</guid>
      <dc:creator>b_deterd2</dc:creator>
      <dc:date>2008-04-04T12:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: read text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3646477#M878154</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;What is your requirement I did't get.  write clearly.  Anyway&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read_text Function Module is use to get the long text  to this function module you have to pass  ID,  Name,  Object are mandatory parameters.  in tables you have to pass a internal table to get the text.   For Eg:  FB03  is Display Document &lt;/P&gt;&lt;P&gt;if you want to get a long text to this document see the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Goto FB03  give Document Number, Company Code, Fiscal Year and Press Enter&lt;/P&gt;&lt;P&gt;   if you don't know click on document list push button it will gives a list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. It will gives a list of items you double click any item it will gives a another window here you can find out  long text push button and click on.  And it will give another popup window here you can find out a editor push button click on that it will displays a long text window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.  In this window Click on Goto menu option find Header option  it will gives a popup window  here you can find out   Text Id, Text Name, Text object and Language&lt;/P&gt;&lt;P&gt;these details pass to the Function Module it will give the long text into the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 12:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3646477#M878154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T12:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: read text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3646478#M878155</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 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables:ekko.&lt;/P&gt;&lt;P&gt;parameters:ebeln like ekko-ebeln.&lt;/P&gt;&lt;P&gt;DATA : name TYPE thead-tdname,&lt;/P&gt;&lt;P&gt;g_tline TYPE TABLE OF tline WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;&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&lt;/P&gt;&lt;P&gt;client = sy-mandt&lt;/P&gt;&lt;P&gt;id = 'F05'&lt;/P&gt;&lt;P&gt;language = sy-langu&lt;/P&gt;&lt;P&gt;name = 'name'&lt;/P&gt;&lt;P&gt;object = 'EKKO'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;lines = g_tline&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;P&gt;wrong_access_to_archive = 7&lt;/P&gt;&lt;P&gt;OTHERS = 8.&lt;/P&gt;&lt;P&gt;IF sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at g_tline.&lt;/P&gt;&lt;P&gt;  write: / g_tline.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 12:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3646478#M878155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T12:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: read text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3646479#M878156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the name has be of type THEAD-TDNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats all wizardry about it &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 12:46:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3646479#M878156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T12:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: read text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3646480#M878157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;look into STXH, here you find the parameters for READ_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 12:49:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3646480#M878157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T12:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: read text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3646481#M878158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the answer for how to fetch the text for po-item no, &lt;/P&gt;&lt;P&gt;here i am passing the variable to  READ_TEXT  for name by using &lt;/P&gt;&lt;P&gt;concatenating po_no po_item into name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then how can i get the text at header level.., &lt;/P&gt;&lt;P&gt;for that what are the fields i need to pass to name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here now my requirement is  to fetch the text at header level for billing document no..? not at the item level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i need header level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is for item text..?&lt;/P&gt;&lt;P&gt;LOOP AT ITAB_VBRP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CONCATENATE ITAB_VBRP-VGBEL ITAB_VBRP-POSNR INTO SIMPLE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE TDOBJECT INTO TEST FROM STXH WHERE TDNAME EQ SIMPLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'READ_TEXT'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        CLIENT                  = SY-MANDT&lt;/P&gt;&lt;P&gt;        ID                      = '0001'  " changed by 0001 to 0002&lt;/P&gt;&lt;P&gt;        LANGUAGE                = sy-langu&lt;/P&gt;&lt;P&gt;        NAME                    = SIMPLE&lt;/P&gt;&lt;P&gt;        OBJECT                  = 'VBBP'&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        LINES                   = ITLINE&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;P&gt;        WRONG_ACCESS_TO_ARCHIVE = 7&lt;/P&gt;&lt;P&gt;        OTHERS                  = 8.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOOP AT ITLINE.&lt;/P&gt;&lt;P&gt; IF SY-TABIX = 1.&lt;/P&gt;&lt;P&gt;    ITAB_VBRP-CASE = ITLINE-TDLINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    MODIFY ITAB_VBRP.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   CLEAR ITAB_VBRP.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  CLEAR SIMPLE.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i need header level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for the replyl., &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Narsimhulu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 07:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3646481#M878158</guid>
      <dc:creator>NAeda</dc:creator>
      <dc:date>2008-04-05T07:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: read text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3646482#M878159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Plz find below your solution. &lt;/P&gt;&lt;P&gt;Data :  VAL_ID LIKE  THEAD-TDID,&lt;/P&gt;&lt;P&gt;           VAL_NAME LIKE  THEAD-TDNAME,&lt;/P&gt;&lt;P&gt;           VAL_OBJECT LIKE  THEAD-TDOBJECT.&lt;/P&gt;&lt;P&gt;Data :it_tline likes  TLINE occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VAL_ID          = 'F06'.&lt;/P&gt;&lt;P&gt;VAL_NAME    = '4500021545' .           "Your purchase order no&lt;/P&gt;&lt;P&gt;VAL_OBJECT = 'EKPO'.&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                                 = VAL_ID&lt;/P&gt;&lt;P&gt;    language                      = sy-langu&lt;/P&gt;&lt;P&gt;    name                           = VAL_NAME&lt;/P&gt;&lt;P&gt;    object                          = VAL_OBJECT&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                         =  it_tline .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ID                            = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  LANGUAGE                      = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NAME                          = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NOT_FOUND                     = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OBJECT                        = 5&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  REFERENCE_CHECK               = 6&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  WRONG_ACCESS_TO_ARCHIVE       = 7&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                        = 8&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at it_tline .&lt;/P&gt;&lt;P&gt;write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; it_tline-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;You dont need to know about table ttxid or stxh. to know Long Text information just to transaction like me23n. enter PO No&lt;/P&gt;&lt;P&gt;Select TEXT Tab-&amp;gt;Header Text-&amp;gt;_Select Any Text-&amp;gt;Click on left side box-&amp;gt;go to menu-&amp;gt;Header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This path will give you all text information&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;\[removed by moderator\]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&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;Rajesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jan Stallkamp on Jul 21, 2008 2:35 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 07:49:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/3646482#M878159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-05T07:49:06Z</dc:date>
    </item>
  </channel>
</rss>

