<?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 bapi_po_change header text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-header-text/m-p/7571950#M1565498</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 trying to add header text to a Purchase Order using bapi_po_change.&lt;/P&gt;&lt;P&gt;I can get it to add a line of text OK, but when I go to add a second line it just over writes the original line.&lt;/P&gt;&lt;P&gt;is there a way to get the bapi to append lines to what is already there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jan 2011 12:04:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-14T12:04:19Z</dc:date>
    <item>
      <title>bapi_po_change header text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-header-text/m-p/7571950#M1565498</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 trying to add header text to a Purchase Order using bapi_po_change.&lt;/P&gt;&lt;P&gt;I can get it to add a line of text OK, but when I go to add a second line it just over writes the original line.&lt;/P&gt;&lt;P&gt;is there a way to get the bapi to append lines to what is already there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 12:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-header-text/m-p/7571950#M1565498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-14T12:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: bapi_po_change header text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-header-text/m-p/7571951#M1565499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without looking at the BAPI in detail, how about reading the existing text first, append your new line, then send the whole stuff in the BAPI call?&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 12:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-header-text/m-p/7571951#M1565499</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-01-14T12:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: bapi_po_change header text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-header-text/m-p/7571952#M1565500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use FM 'SAVE_TEXT' to update header text in PO. You need to pass text in 'LINES' table and in the header importing variable pass tdobject, tdname, tdid, tdspras. You can get the values for these parameters from header text. Double click on the header text which you want to change. Open the header text in editor mode. Then go to menu Goto--&amp;gt;Header. It will show text details Text Name,Language,Text ID,Text Object. Text Name will be dynamically passed as PO no.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 12:18:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-header-text/m-p/7571952#M1565500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-14T12:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: bapi_po_change header text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-header-text/m-p/7571953#M1565501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No you can only replace the whole set of lines, check parameter POTEXTHEADER documentation (F1)&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;If texts are to be changed with the Change method, only the complete text can be replaced. It is not possible to delete just one line...&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;So, use &lt;SPAN __jive_macro_name="user" id="275419"&gt;&lt;/SPAN&gt;  suggestion, use BAPI_PO_GETDETAIL1 to get POTEXTHEADER and POTEXTITEM current values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 12:25:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-header-text/m-p/7571953#M1565501</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2011-01-14T12:25:05Z</dc:date>
    </item>
  </channel>
</rss>

