<?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 from va22 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-from-va22/m-p/6281838#M1388392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use READ_TEXT fm..with proper input&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                               = 'Z999'&lt;/P&gt;&lt;P&gt;            LANGUAGE                      = 'E'&lt;/P&gt;&lt;P&gt;            NAME                          = GF_TDNAME (SO,PO)&lt;/P&gt;&lt;P&gt;            OBJECT                        = 'VBBP' or 'VBBK' (table)&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                         = TLINES&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;      ENDIF.&lt;/P&gt;&lt;P&gt;      READ TABLE TLINES INDEX 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Krishna Chaitanya Guggilla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Oct 2009 14:15:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-20T14:15:24Z</dc:date>
    <item>
      <title>read text from va22</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-from-va22/m-p/6281836#M1388390</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;can i know how to get the text from va22 to display it at form .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 13:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-from-va22/m-p/6281836#M1388390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-20T13:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: read text from va22</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-from-va22/m-p/6281837#M1388391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use FM :READ_TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please search.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 13:55:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-from-va22/m-p/6281837#M1388391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-20T13:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: read text from va22</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-from-va22/m-p/6281838#M1388392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use READ_TEXT fm..with proper input&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                               = 'Z999'&lt;/P&gt;&lt;P&gt;            LANGUAGE                      = 'E'&lt;/P&gt;&lt;P&gt;            NAME                          = GF_TDNAME (SO,PO)&lt;/P&gt;&lt;P&gt;            OBJECT                        = 'VBBP' or 'VBBK' (table)&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                         = TLINES&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;      ENDIF.&lt;/P&gt;&lt;P&gt;      READ TABLE TLINES INDEX 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Krishna Chaitanya Guggilla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 14:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-from-va22/m-p/6281838#M1388392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-20T14:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: read text from va22</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-from-va22/m-p/6281839#M1388393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use read_text function module or if it is on SAP Script, you can use include text (read help on include text) or if it is in smartform, you can have a text element which is type if include text then you have to specify the required parameters. The required parameters can be found on text module itself in VA22 or wherever the text is defined ..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on the text - this takes you to text editor -  on application toolbar - go to - Header &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can see all the parameters that you would need to read text. these same parameters are used to read_text function module or include text in sapscript or include text in smartforms &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 14:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-from-va22/m-p/6281839#M1388393</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2009-10-20T14:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: read text from va22</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-from-va22/m-p/6281840#M1388394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2009 17:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-from-va22/m-p/6281840#M1388394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-25T17:23:09Z</dc:date>
    </item>
  </channel>
</rss>

