<?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: table stxh in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-stxh/m-p/1342204#M173044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do we know they are rite or wrong.&lt;/P&gt;&lt;P&gt;you check it in STXH &lt;/P&gt;&lt;P&gt;but they should be in cAps&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'READ_TEXT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;id = 'TXT'&lt;/P&gt;&lt;P&gt;language = sy-langu&lt;/P&gt;&lt;P&gt;name =&amp;lt;b&amp;gt; 'Z_NAME_LAYOUT'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;object ='FORM'&lt;/P&gt;&lt;UL&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_lines&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 May 2006 14:24:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-18T14:24:00Z</dc:date>
    <item>
      <title>table stxh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-stxh/m-p/1342198#M173038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in this table &lt;/P&gt;&lt;P&gt;i have data:&lt;/P&gt;&lt;P&gt;name  'FORM'        &lt;/P&gt;&lt;P&gt;object 'Z_name_LAYOUT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE fm READ TEXT WILL WORK ON IT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF IT's wrong , why this happend ? custom problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 13:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-stxh/m-p/1342198#M173038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T13:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: table stxh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-stxh/m-p/1342199#M173039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM READ_TEXT reads the standard text not the SAP Script.&lt;/P&gt;&lt;P&gt;FORM entry in STXH table means it is form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please more eloborate What exactly you need ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 13:51:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-stxh/m-p/1342199#M173039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T13:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: table stxh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-stxh/m-p/1342200#M173040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you will also need the ID from the STXH table as well.  Send all of these to the READ_TEXT function module, and you will get your text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 13:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-stxh/m-p/1342200#M173040</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-05-18T13:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: table stxh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-stxh/m-p/1342201#M173041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can try to use INCLUDE options to insert the standard text in the layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 13:56:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-stxh/m-p/1342201#M173041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T13:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: table stxh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-stxh/m-p/1342202#M173042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i will ask again i did not do it well sorry.&lt;/P&gt;&lt;P&gt;this is the FM&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              = 'TXT'&lt;/P&gt;&lt;P&gt;      language        = sy-langu&lt;/P&gt;&lt;P&gt;      name            = 'z_name_layout'&lt;/P&gt;&lt;P&gt;      object          ='FORM'&lt;/P&gt;&lt;UL&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_lines&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;&lt;/P&gt;&lt;P&gt;is the parametres right?&lt;/P&gt;&lt;P&gt;i dont need number in name?&lt;/P&gt;&lt;P&gt;if i make it in sapscript&lt;/P&gt;&lt;P&gt;how can i define the name of the layout ( what the comma)and also to form?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 14:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-stxh/m-p/1342202#M173042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T14:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: table stxh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-stxh/m-p/1342203#M173043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that the NAME is in all caps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working good for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0001.

data: ilines type table of tline with header line.


call function 'READ_TEXT'
     exporting
          id                      = 'TXT'
          language                = sy-langu
          name                    = 'ZMFG_LABEL'
          object                  = 'FORM'
     tables
          lines                   = ilines
     exceptions
          id                      = 1
          language                = 2
          name                    = 3
          not_found               = 4
          object                  = 5
          reference_check         = 6
          wrong_access_to_archive = 7
          others                  = 8.


loop at ilines.
  write:/ ilines.


endloop.


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 14:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-stxh/m-p/1342203#M173043</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-05-18T14:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: table stxh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-stxh/m-p/1342204#M173044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do we know they are rite or wrong.&lt;/P&gt;&lt;P&gt;you check it in STXH &lt;/P&gt;&lt;P&gt;but they should be in cAps&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'READ_TEXT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;id = 'TXT'&lt;/P&gt;&lt;P&gt;language = sy-langu&lt;/P&gt;&lt;P&gt;name =&amp;lt;b&amp;gt; 'Z_NAME_LAYOUT'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;object ='FORM'&lt;/P&gt;&lt;UL&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_lines&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 14:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-stxh/m-p/1342204#M173044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T14:24:00Z</dc:date>
    </item>
  </channel>
</rss>

