<?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: SO HEADER text change using a program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-header-text-change-using-a-program/m-p/4638688#M1092018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use where used-list for both function module from SE37 for sample code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2008 11:16:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-21T11:16:09Z</dc:date>
    <item>
      <title>SO HEADER text change using a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-header-text-change-using-a-program/m-p/4638683#M1092013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one requirement of changing the existing Header text with a new text in Sales Orders using a program. So I was wondering what would be the approach in doing so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to use both READ_TEXT and SAVE_TEXT?!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me in that regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 10:53:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-header-text-change-using-a-program/m-p/4638683#M1092013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T10:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: SO HEADER text change using a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-header-text-change-using-a-program/m-p/4638684#M1092014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can use SAVE_TEXT and COMMIT_TEXT instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 10:57:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-header-text-change-using-a-program/m-p/4638684#M1092014</guid>
      <dc:creator>VikasB</dc:creator>
      <dc:date>2008-10-21T10:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: SO HEADER text change using a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-header-text-change-using-a-program/m-p/4638685#M1092015</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;Yes simply READ_TEXT then EDIT_TEXT / SAVE_TEXT for each text that needs to be changed. note the FM's read table SXTH.&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;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 10:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-header-text-change-using-a-program/m-p/4638685#M1092015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T10:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: SO HEADER text change using a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-header-text-change-using-a-program/m-p/4638686#M1092016</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;You can read the sales text from material master using FM READ_TEXT and then get the sales order(s) with that material and &lt;/P&gt;&lt;P&gt;update the text using "READ_TEXT" and "SAVE_TEXT" function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 11:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-header-text-change-using-a-program/m-p/4638686#M1092016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T11:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: SO HEADER text change using a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-header-text-change-using-a-program/m-p/4638687#M1092017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murray,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What parameters shall we use in both the function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me the sample code if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rg,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 11:14:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-header-text-change-using-a-program/m-p/4638687#M1092017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T11:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: SO HEADER text change using a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-header-text-change-using-a-program/m-p/4638688#M1092018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use where used-list for both function module from SE37 for sample code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 11:16:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-header-text-change-using-a-program/m-p/4638688#M1092018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T11:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: SO HEADER text change using a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-header-text-change-using-a-program/m-p/4638689#M1092019</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;Look at table STXH - this will provide the parameters for the FM's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look for OBJECT = VBBK (sales order header texts) for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TDOBJECT     VBBK&lt;/P&gt;&lt;P&gt;TDNAME        1100000045  (sales order number)&lt;/P&gt;&lt;P&gt;TDID               0001 (text ID - look at the table you will notice there are many configured - choose the relevant one)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just go into a sales order on VA02 goto header texts and enter a text....then goto SE16 for STXH and do a search for your userid and todays date to see the key used....&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;Stu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Stu Murray on Oct 21, 2008 2:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 12:15:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-header-text-change-using-a-program/m-p/4638689#M1092019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T12:15:30Z</dc:date>
    </item>
  </channel>
</rss>

