<?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: Purchasing Document Header Text  Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-document-header-text-table/m-p/1026124#M82486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it can be found out as follows :&lt;/P&gt;&lt;P&gt;go to me41/42-&amp;gt; header -&amp;gt;then click on "LONG TEXT" on the application toolbar. you will be appeared with a new line editor. there goto-&amp;gt;HEADER.&lt;/P&gt;&lt;P&gt;you will get a pop up.&lt;/P&gt;&lt;P&gt; here you have to notedown the below fields&lt;/P&gt;&lt;P&gt;1) text name  : &amp;lt;doc number&amp;gt; (in our case)&lt;/P&gt;&lt;P&gt;2)Language    : EN&lt;/P&gt;&lt;P&gt;3)  text id   : A01&lt;/P&gt;&lt;P&gt;4) text Object : EKKO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note down these fields &amp;amp; values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your program you can use either READ_TEXT &amp;amp; SAVE_TEXT for this purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ_TEXT : IF any header text available,it will be downloaded to your program in TDLINES. you have to pass above parameters for this func module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save_Text : first you populate all values in LINES * fill all HEADER details with the above mentioned values &amp;amp; then call this Func module.&lt;/P&gt;&lt;P&gt;this will create header text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this gives you clear picture .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Dec 2005 11:34:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-20T11:34:35Z</dc:date>
    <item>
      <title>Purchasing Document Header Text  Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-document-header-text-table/m-p/1026120#M82482</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;      EKKO - Purchasing Document Header table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   But i want to Purchasing Header &amp;lt;b&amp;gt;Text&amp;lt;/b&amp;gt; table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      while using the &amp;lt;b&amp;gt;me41&amp;lt;/b&amp;gt; transaction, header text values are in structure &amp;lt;b&amp;gt;RM06E-ltex1, RM06E-ltex2&amp;lt;/b&amp;gt;. &lt;/P&gt;&lt;P&gt;In which &amp;lt;b&amp;gt;data base table&amp;lt;/b&amp;gt; maintain these values  in R/3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sonali.v&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 10:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-document-header-text-table/m-p/1026120#M82482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T10:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Purchasing Document Header Text  Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-document-header-text-table/m-p/1026121#M82483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can get the header text using FM 'READ_TEXT'.&lt;/P&gt;&lt;P&gt; for the export parameters , in me41, place the cursor at header text, click long Text..u ll get sapscript editor...&lt;DEL&gt;&amp;gt; goto&lt;/DEL&gt;&amp;gt;header... u ll get the import parameters for the FM.&lt;/P&gt;&lt;P&gt;Pl Acknowledge if it helps,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 10:50:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-document-header-text-table/m-p/1026121#M82483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T10:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Purchasing Document Header Text  Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-document-header-text-table/m-p/1026122#M82484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sonali, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the text using the Function Module READ_TEXT.&lt;/P&gt;&lt;P&gt;Pass the ID,LANGUAGE, NAME and OBJECT.&lt;/P&gt;&lt;P&gt;You will get the text in table LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;P&gt;Pls. reward appropriate points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 10:51:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-document-header-text-table/m-p/1026122#M82484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T10:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Purchasing Document Header Text  Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-document-header-text-table/m-p/1026123#M82485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sonali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement gets the header text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     import tline to rt_lines     &lt;/P&gt;&lt;P&gt;         from database stxl(tx)     &lt;/P&gt;&lt;P&gt;              client   rt_client    &lt;/P&gt;&lt;P&gt;              id       stxl_id      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While, stxl_id is having:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TDOBJECT = EKKO&lt;/P&gt;&lt;P&gt;TDNAME   = Document number&lt;/P&gt;&lt;P&gt;TDID     = A01&lt;/P&gt;&lt;P&gt;TDSPRAS  = Language Key  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 11:15:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-document-header-text-table/m-p/1026123#M82485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T11:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Purchasing Document Header Text  Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-document-header-text-table/m-p/1026124#M82486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it can be found out as follows :&lt;/P&gt;&lt;P&gt;go to me41/42-&amp;gt; header -&amp;gt;then click on "LONG TEXT" on the application toolbar. you will be appeared with a new line editor. there goto-&amp;gt;HEADER.&lt;/P&gt;&lt;P&gt;you will get a pop up.&lt;/P&gt;&lt;P&gt; here you have to notedown the below fields&lt;/P&gt;&lt;P&gt;1) text name  : &amp;lt;doc number&amp;gt; (in our case)&lt;/P&gt;&lt;P&gt;2)Language    : EN&lt;/P&gt;&lt;P&gt;3)  text id   : A01&lt;/P&gt;&lt;P&gt;4) text Object : EKKO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note down these fields &amp;amp; values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your program you can use either READ_TEXT &amp;amp; SAVE_TEXT for this purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ_TEXT : IF any header text available,it will be downloaded to your program in TDLINES. you have to pass above parameters for this func module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save_Text : first you populate all values in LINES * fill all HEADER details with the above mentioned values &amp;amp; then call this Func module.&lt;/P&gt;&lt;P&gt;this will create header text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this gives you clear picture .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 11:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-document-header-text-table/m-p/1026124#M82486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T11:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Purchasing Document Header Text  Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-document-header-text-table/m-p/1026125#M82487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAVE_TEXT&lt;/P&gt;&lt;P&gt;for this what data you have to process first store in LINES internal table.but remember this function module will overwrite existing text,if it exists.so first get the records by using READ_TEXT . append ur lines to that then finally call this FM.&lt;/P&gt;&lt;P&gt;SAVEMODE_DIRECT set this field to X ,sothat changes will reflect immediately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 11:36:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchasing-document-header-text-table/m-p/1026125#M82487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T11:36:59Z</dc:date>
    </item>
  </channel>
</rss>

