<?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 (bapi_po_change) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-po-change/m-p/1472573#M221961</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could any one please tell me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to pass import/exprot parameters in bapi function module: bapi_po_change  for POHEADER, POITEM, POSCHEDULE, POITEMX.... (whether we have to pass through work area or table) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me out, its very urgent, am facing lot of difficulties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Aug 2006 08:31:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-17T08:31:54Z</dc:date>
    <item>
      <title>bapi (bapi_po_change)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-po-change/m-p/1472573#M221961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could any one please tell me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to pass import/exprot parameters in bapi function module: bapi_po_change  for POHEADER, POITEM, POSCHEDULE, POITEMX.... (whether we have to pass through work area or table) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me out, its very urgent, am facing lot of difficulties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 08:31:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-po-change/m-p/1472573#M221961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T08:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: bapi (bapi_po_change)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-po-change/m-p/1472574#M221962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Venu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find out the type of an parameter simply double-click on its "Associated Type". IMPORTING and EXPORTING parameters may be either fields, structures or table types. TABLES parameters are always tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- POHEADER   = structure&lt;/P&gt;&lt;P&gt;- POITEM     = table (because TABLES parameter)&lt;/P&gt;&lt;P&gt;- POSCHEDULE = table (because TABLES parameter)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what is the meaning of these "X" parameters like POITEMX? POITEMX is also a table (because TABLES parameters). In field PO_ITEM you have to enter the Item Number of Purchasing Document. All others fields simply define which corresponding field in TABLES parameter POITEM should be updated ('X' = update; ' ' = do nothing).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;- In POITEM you have 10 entries with PO_ITEM = 1 - 10.&lt;/P&gt;&lt;P&gt;- For PO_ITEM = '2' you want to change its short text (field SHORT_TEXT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you have to fill the following fields:&lt;/P&gt;&lt;P&gt;- in POITEM (itab) the entry with PO_ITEM = '2' has in field SHORT_TEXT = &amp;lt;new short text&amp;gt;&lt;/P&gt;&lt;P&gt;- in POITEMX (itab) you add an entry with PO_ITEM = '2' and SHORT_TEXT = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logic is the same for IMPORTING parameters POHEADER and POHEADERX. You will find this logic in many BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;   Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 09:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-po-change/m-p/1472574#M221962</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-08-17T09:34:30Z</dc:date>
    </item>
  </channel>
</rss>

