<?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: Delete Indicator in PO using BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-indicator-in-po-using-bapi/m-p/5840002#M1317816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bhargava &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks for the reply actually the same I have done Ec 6 it is working fine and I am able to set the delete Indicator .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I have to do it in ECc 5.0 I am not able set the Delete Indicator for service PO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reply me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;P.Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2009 04:54:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-01T04:54:56Z</dc:date>
    <item>
      <title>Delete Indicator in PO using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-indicator-in-po-using-bapi/m-p/5839998#M1317812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MY requirement is For each PO which is of type PSTYP = 9. I have set the delete Indicator as L (loekz).&lt;/P&gt;&lt;P&gt;I am using the Bapi (BAPI_PO_CHANGE) But i am not able to update in the table as well as in the PO also&lt;/P&gt;&lt;P&gt;what are the parameters thet I have to pass coorectly to do these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Suggest me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 11:27:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-indicator-in-po-using-bapi/m-p/5839998#M1317812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-30T11:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Indicator in PO using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-indicator-in-po-using-bapi/m-p/5839999#M1317813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this.&lt;/P&gt;&lt;P&gt;If pstyp = 9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the POITEM populate tthe DELETE_IND = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to upadte the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define an itab of structure BAPIMEPOITEMX.&lt;/P&gt;&lt;P&gt;pass the values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-DELETE_IND = 'X'.&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;Bharagava&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Bhargava TC on Jun 30, 2009 1:38 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 11:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-indicator-in-po-using-bapi/m-p/5839999#M1317813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-30T11:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Indicator in PO using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-indicator-in-po-using-bapi/m-p/5840000#M1317814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI bhargaava&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried these but i am not able to update in PO number as well as in Table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 11:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-indicator-in-po-using-bapi/m-p/5840000#M1317814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-30T11:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Indicator in PO using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-indicator-in-po-using-bapi/m-p/5840001#M1317815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answer for below Q:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to pass below details for BAPI - BAPI_PO_CHANGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Importing parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PURCHASEORDER  &amp;lt;=== PO number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POITEM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     PO_ITEM       &amp;lt;=== Po Line item number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     DELETE_IND      &amp;lt;=== 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POITEM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     PO_ITEM       &amp;lt;=== Po Line item number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     PO_ITEMX        &amp;lt;=== 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     DELETE_IND      &amp;lt;=== 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this you need to commit usig the BAPI - BAPI_TRANSACTION_COMMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Importing parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WAIT    &amp;lt;=== 'X'&lt;/P&gt;&lt;P&gt;&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;Bharagava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 12:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-indicator-in-po-using-bapi/m-p/5840001#M1317815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-30T12:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Indicator in PO using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-indicator-in-po-using-bapi/m-p/5840002#M1317816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bhargava &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks for the reply actually the same I have done Ec 6 it is working fine and I am able to set the delete Indicator .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I have to do it in ECc 5.0 I am not able set the Delete Indicator for service PO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reply me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;P.Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 04:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-indicator-in-po-using-bapi/m-p/5840002#M1317816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T04:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Indicator in PO using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-indicator-in-po-using-bapi/m-p/5840003#M1317817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 12:24:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-indicator-in-po-using-bapi/m-p/5840003#M1317817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T12:24:04Z</dc:date>
    </item>
  </channel>
</rss>

