<?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: query in bapi_po_change in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080921#M1505935</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 don't think it will give any dump or error.&lt;/P&gt;&lt;P&gt; becasue wa_poitem-po_item = po_item. and wa_poitemx-po_item = po_item.&lt;/P&gt;&lt;P&gt;Ideally it should be like .&lt;/P&gt;&lt;P&gt;wa_poitemx-po_item = wa_poitem-po_item.&lt;/P&gt;&lt;P&gt;but we are passing only the valules of one line item, if in case we will change the values of multiple line items then we will have to write, wa_poitemx-po_item = wa_poitem-po_item. so that it can identify which line item we are changing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lalit Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jul 2010 12:36:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-08T12:36:37Z</dc:date>
    <item>
      <title>query in bapi_po_change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080918#M1505932</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; Am using bapi_po_change for creating one item for purchase order.&lt;/P&gt;&lt;P&gt;In this function module am passing purchase order number.&lt;/P&gt;&lt;P&gt;And  I pass po_item and po_itemx table.  But the item is not getting created in ekpo table. What will be the problem??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My piece of code for test purpose.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
select single ebelp into lv_ebelp from ekpo where ebeln = v_ebeln and ebelp = v_ebelp.
if sy-subrc &amp;lt;&amp;gt; 0.
clear wa_poitem.
wa_poitem-po_item = po_item.
wa_poitem-short_text = s_text.
wa_poitem-material = material.
append wa_poitem to t_poitem.

clear wa_poitemx.
wa_poitemx-po_item = po_item.
append wa_poitemx to t_poitemx.

CALL FUNCTION 'BAPI_PO_CHANGE'
  EXPORTING
    purchaseorder                = v_ebeln
*   POHEADER                     =
*   POHEADERX                    =
*   POADDRVENDOR                 =
*   TESTRUN                      =
*   MEMORY_UNCOMPLETE            =
*   MEMORY_COMPLETE              =
*   POEXPIMPHEADER               =
*   POEXPIMPHEADERX              =
*   VERSIONS                     =
*   NO_MESSAGING                 =
*   NO_MESSAGE_REQ               =
*   NO_AUTHORITY                 =
*   NO_PRICE_FROM_PO             =
*   PARK_UNCOMPLETE              =
*   PARK_COMPLETE                =
* IMPORTING
*   EXPHEADER                    =
*   EXPPOEXPIMPHEADER            =
 TABLES
   RETURN                       = t_return
   POITEM                       = t_poitem
   POITEMX                      = t_poitemx
*   POADDRDELIVERY               =
*   POSCHEDULE                   =
*   POSCHEDULEX                  =
*   POACCOUNT                    =
*   POACCOUNTPROFITSEGMENT       =
*   POACCOUNTX                   =
*   POCONDHEADER                 =
*   POCONDHEADERX                =
*   POCOND                       =
*   POCONDX                      =
*   POLIMITS                     =
*   POCONTRACTLIMITS             =
*   POSERVICES                   =
*   POSRVACCESSVALUES            =
*   POSERVICESTEXT               =
*   EXTENSIONIN                  =
*   EXTENSIONOUT                 =
*   POEXPIMPITEM                 =
*   POEXPIMPITEMX                =
*   POTEXTHEADER                 =
*   POTEXTITEM                   =
*   ALLVERSIONS                  =
*   POPARTNER                    =
*   POCOMPONENTS                 =
*   POCOMPONENTSX                =
*   POSHIPPING                   =
*   POSHIPPINGX                  =
*   POSHIPPINGEXP                =
*   POHISTORY                    =
*   POHISTORY_TOTALS             =
*   POCONFIRMATION               =
*   SERIALNUMBER                 =
*   SERIALNUMBERX                =
*   INVPLANHEADER                =
*   INVPLANHEADERX               =
*   INVPLANITEM                  =
*   INVPLANITEMX                 =
*   POHISTORY_MA                 =
          .

 CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
 EXPORTING
   WAIT          = 'X'
* IMPORTING
*   RETURN        =
.

endif.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 11:56:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080918#M1505932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T11:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: query in bapi_po_change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080919#M1505933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;you need to maintain the values in X table for all the entries you are making in po_item table, like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_poitemx-short_text = 'x'.&lt;/P&gt;&lt;P&gt;wa_poitemx-material = 'x'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just add this code in your X table, this will let your X table know that for which fields you are making changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the below code for more clarity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT IT_PO INTO WA_PO. " CHANGING VALUES IN OUR INTERNAL TABLE.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   WA_PO-SHORT_TEXT = 'PURCHASE ORDER FOR CHANGE'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    WA_PO-NET_PRICE = '3500.00'.&lt;/P&gt;&lt;P&gt;    WA_PO-QUANTITY = 15.&lt;/P&gt;&lt;P&gt;    WA_PO-MATERIAL = 'REM'.&lt;/P&gt;&lt;P&gt;    MODIFY IT_PO FROM WA_PO.                           " MODIFYING INTERNAL TABLE.&lt;/P&gt;&lt;P&gt;    WA_POX-PO_ITEM = WA_PO-PO_ITEM.                    " FETCHING THE CORRECT LINE ITEM FOR WHICH THE VALUES WILL BE CHANGED.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   WA_POX-SHORT_TEXT = 'X'.                           " SETTING THE FIELDS WHICH WE ARE CHANGING IN TRUE CONDITION.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    WA_POX-NET_PRICE = 'X'.&lt;/P&gt;&lt;P&gt;    WA_POX-QUANTITY = 'X'.&lt;/P&gt;&lt;P&gt;    WA_POX-MATERIAL = 'X'.&lt;/P&gt;&lt;P&gt;    APPEND WA_POX TO IT_POX.&lt;/P&gt;&lt;P&gt;    CLEAR : WA_PO, WA_POX.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have marked X for all the fields for which I have made changes in my PO_ITAM table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will work for you&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;Lalit Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 12:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080919#M1505933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T12:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: query in bapi_po_change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080920#M1505934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you declared yout itemx table of the same type like the poitemx from the BAPI, i wonder why this statement:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
wa_poitemx-po_item = po_item.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;doesnt dump or even gets marked as error when compiling.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 12:23:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080920#M1505934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T12:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: query in bapi_po_change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080921#M1505935</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 don't think it will give any dump or error.&lt;/P&gt;&lt;P&gt; becasue wa_poitem-po_item = po_item. and wa_poitemx-po_item = po_item.&lt;/P&gt;&lt;P&gt;Ideally it should be like .&lt;/P&gt;&lt;P&gt;wa_poitemx-po_item = wa_poitem-po_item.&lt;/P&gt;&lt;P&gt;but we are passing only the valules of one line item, if in case we will change the values of multiple line items then we will have to write, wa_poitemx-po_item = wa_poitem-po_item. so that it can identify which line item we are changing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lalit Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 12:36:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080921#M1505935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T12:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: query in bapi_po_change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080922#M1505936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lalit,&lt;/P&gt;&lt;P&gt;  I tried by putting X for itemx for all the items am entering in item table. But still the item is not appearing in ekpo table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 13:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080922#M1505936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-08T13:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: query in bapi_po_change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080923#M1505937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the return message ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 15:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080923#M1505937</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-07-08T15:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: query in bapi_po_change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080924#M1505938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is the return message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instance 100655 of object type PurchaseOrder could not be changed&lt;/P&gt;&lt;P&gt;Purchase order still contains faulty items&lt;/P&gt;&lt;P&gt;Releases already effected are liable to be reset&lt;/P&gt;&lt;P&gt;Item category B can only be used with account assignment category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am passing item category as B only. I dont know what does the third statement mean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Values am passing..&lt;/P&gt;&lt;P&gt;po_item = 00009.&lt;/P&gt;&lt;P&gt;s_text = test creation.&lt;/P&gt;&lt;P&gt;material = 000000000850007262.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

clear wa_poitem.
wa_poitem-po_item = po_item.
wa_poitem-short_text = s_text.
wa_poitem-material = material.
wa_poitem-item_cat = 'B'.
wa_poitem-quantity = '210'.
wa_poitem-plant = '0975'.
append wa_poitem to t_poitem.

clear wa_poitemx.
wa_poitemx-po_item = po_item.
wa_poitemx-short_text = 'X'.
wa_poitemx-material = 'X'.
wa_poitemx-item_cat = 'X'.
wa_poitemx-quantity = 'X'.
wa_poitemx-plant = 'X'.
append wa_poitemx to t_poitemx.

clear wa_poschedule.
wa_poschedule-po_item = po_item.
wa_poschedule-delivery_date = '09/02/2010'.
wa_poschedule-quantity = '1'.
append wa_poschedule to t_poschedule.

clear wa_poschedulex.
wa_poschedulex-po_item = po_item.
wa_poschedulex-delivery_date = 'X'.
wa_poschedulex-quantity = 'X'.
append wa_poschedulex to t_poschedulex.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 04:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080924#M1505938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-09T04:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: query in bapi_po_change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080925#M1505939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;    I managed to create line item for the purchase order. Hope net price is mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Am getting different sets of messages. Need to know what does it mean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Wholesale Import PO 100659 changed&lt;/P&gt;&lt;P&gt;Following mandatory roles missing in partner maintenance: CP"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does that second line mean. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridevi S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 05:28:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080925#M1505939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-09T05:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: query in bapi_po_change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080926#M1505940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridevi&lt;/P&gt;&lt;P&gt;I hope you have made correct changes but according to your last post. I beleive your PO has been released with faulty items.&lt;/P&gt;&lt;P&gt;so you  need to talk to functional consultant.&lt;/P&gt;&lt;P&gt;I think they might be able to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lalit Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 05:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080926#M1505940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-09T05:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: query in bapi_po_change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080927#M1505941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;   Now am facing another problem.&lt;/P&gt;&lt;P&gt;  The entries are getting created in ekpo table and in eket table. But in EKET table the entry is getting created twice with only change of ETENR value being 0001 and 0002. Rest of the fields have the same value. &lt;/P&gt;&lt;P&gt;What is the problem.? how to solve this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridevi S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sridevi Sivanandam on Jul 9, 2010 12:50 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 10:50:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080927#M1505941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-09T10:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: query in bapi_po_change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080928#M1505942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try creating the entry through the transaction ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 10:59:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080928#M1505942</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-07-09T10:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: query in bapi_po_change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080929#M1505943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keshav, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I dont have any idea about the transaction. If u can help me on that it will be helpful. &lt;/P&gt;&lt;P&gt;For the previously existing ebelp of ebeln only one data is available for that in EKET table. &lt;/P&gt;&lt;P&gt;For the ones I have created two records are existing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridevi S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 11:09:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080929#M1505943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-09T11:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: query in bapi_po_change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080930#M1505944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are not aware please ask your functional consultant to create the same entry in ME22N, so that he can help you analysing the error( if its thrown in standard transaction ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 11:44:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080930#M1505944</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-07-09T11:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: query in bapi_po_change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080931#M1505945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keshav,&lt;/P&gt;&lt;P&gt;  While I trying to create in transaction ME22 the entry is getting created only once in eket table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridevi S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 12:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080931#M1505945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-09T12:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: query in bapi_po_change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080932#M1505946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridevi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you cannot change a scheduling aggrement using this bapi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 12:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bapi-po-change/m-p/7080932#M1505946</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-07-09T12:26:50Z</dc:date>
    </item>
  </channel>
</rss>

