<?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: field ?!!!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field/m-p/1601084#M269871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   follow below link &lt;/P&gt;&lt;P&gt;     go to me51n-&amp;gt;text tab-double click on window-&amp;gt;&lt;/P&gt;&lt;P&gt;     goto-&amp;gt;header&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;    header details are stored in table stxh,stxl.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    also use FM &amp;lt;b&amp;gt;read_text&amp;lt;/b&amp;gt; as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  XTHEAD-TDID   = 'INTV'.&lt;/P&gt;&lt;P&gt;  XTHEAD-TDNAME    = EQUI-EQUNR.&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           = XTHEAD-TDID&lt;/P&gt;&lt;P&gt;         LANGUAGE     = SY-LANGU&lt;/P&gt;&lt;P&gt;         NAME         = XTHEAD-TDNAME&lt;/P&gt;&lt;P&gt;         OBJECT       = 'EQUI'                "Object&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;&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;    READ TABLE TLINETAB INDEX 1.&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;      IF TLINETAB-TDLINE NE SPACE.&lt;/P&gt;&lt;P&gt;        ITAB-EQUI_COMMENTS = TLINETAB-TDLINE.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Oct 2006 15:58:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-02T15:58:41Z</dc:date>
    <item>
      <title>field ?!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field/m-p/1601081#M269868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i am creat purchast order&lt;/P&gt;&lt;P&gt;i standard me51n i need name of field in header text.&lt;/P&gt;&lt;P&gt;F1 does not have mach!!!&lt;/P&gt;&lt;P&gt;it is big window in heder....&lt;/P&gt;&lt;P&gt;i nead name of field?!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 14:12:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field/m-p/1601081#M269868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-02T14:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: field ?!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field/m-p/1601082#M269869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Easy -;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose "SAPScript Editor" --&amp;gt; GoTo --&amp;gt; Header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should see a window with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text Name&lt;/P&gt;&lt;P&gt;Language&lt;/P&gt;&lt;P&gt;Text ID&lt;/P&gt;&lt;P&gt;Object ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use either READ_TEXT or SAVE_TEXT...Depending on what you have to do...and you're done -;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 14:21:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field/m-p/1601082#M269869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-02T14:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: field ?!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field/m-p/1601083#M269870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that window, press the "technical information" icon (fourth from the left).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 14:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field/m-p/1601083#M269870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-02T14:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: field ?!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field/m-p/1601084#M269871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   follow below link &lt;/P&gt;&lt;P&gt;     go to me51n-&amp;gt;text tab-double click on window-&amp;gt;&lt;/P&gt;&lt;P&gt;     goto-&amp;gt;header&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;    header details are stored in table stxh,stxl.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    also use FM &amp;lt;b&amp;gt;read_text&amp;lt;/b&amp;gt; as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  XTHEAD-TDID   = 'INTV'.&lt;/P&gt;&lt;P&gt;  XTHEAD-TDNAME    = EQUI-EQUNR.&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           = XTHEAD-TDID&lt;/P&gt;&lt;P&gt;         LANGUAGE     = SY-LANGU&lt;/P&gt;&lt;P&gt;         NAME         = XTHEAD-TDNAME&lt;/P&gt;&lt;P&gt;         OBJECT       = 'EQUI'                "Object&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;&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;    READ TABLE TLINETAB INDEX 1.&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;      IF TLINETAB-TDLINE NE SPACE.&lt;/P&gt;&lt;P&gt;        ITAB-EQUI_COMMENTS = TLINETAB-TDLINE.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 15:58:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field/m-p/1601084#M269871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-02T15:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: field ?!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field/m-p/1601085#M269872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   This should be the name of the field in header text, TTXIT-TDTEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 16:48:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field/m-p/1601085#M269872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-02T16:48:00Z</dc:date>
    </item>
  </channel>
</rss>

