<?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: Releasing network using BAPI_NETWORK_MAINTAIN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/releasing-network-using-bapi-network-maintain/m-p/2541774#M577656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to any BAPI you are always supposed to use the BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using it? If not use the commit BAPI if the return of your BAPI is without errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jul 2007 03:14:01 GMT</pubDate>
    <dc:creator>gopi_narendra</dc:creator>
    <dc:date>2007-07-09T03:14:01Z</dc:date>
    <item>
      <title>Releasing network using BAPI_NETWORK_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/releasing-network-using-bapi-network-maintain/m-p/2541773#M577655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having problems releasing networks that has activities with milestones in them using BAPI_NETWORK_MAINTAIN. I have tried using this BAPI to release these activities first before the network itself, but apparently, milestone functions cannot be run in the background, as per the error message given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was under the impression that using the BAPI to release the network would release all activities in it, regardless of whether or not the activities have milestones in them. I have used the BAPI to release such networks before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something else I have to do to release these networks with milestones? Or do I have to use some other function module for this? Please advise. Thanks in advance, everyone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 03:11:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/releasing-network-using-bapi-network-maintain/m-p/2541773#M577655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T03:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Releasing network using BAPI_NETWORK_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/releasing-network-using-bapi-network-maintain/m-p/2541774#M577656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to any BAPI you are always supposed to use the BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using it? If not use the commit BAPI if the return of your BAPI is without errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 03:14:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/releasing-network-using-bapi-network-maintain/m-p/2541774#M577656</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-07-09T03:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Releasing network using BAPI_NETWORK_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/releasing-network-using-bapi-network-maintain/m-p/2541775#M577657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually there are errors. I think I should detail how I used the BAPI here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_METHOD_PROJECT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFNUMBER: 000001&lt;/P&gt;&lt;P&gt;OBJECT        : Network&lt;/P&gt;&lt;P&gt;METHOD       : Release&lt;/P&gt;&lt;P&gt;OBJECTKEY : NETWORK00001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFNUMBER: &lt;/P&gt;&lt;P&gt;OBJECT        : &lt;/P&gt;&lt;P&gt;METHOD       : Save&lt;/P&gt;&lt;P&gt;OBJECTKEY : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_NETWORK:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NETWORK: NETWORK00001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example of an error returned from the table E_MESSAGE_TABLE was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;METHOD: SAVE&lt;/P&gt;&lt;P&gt;OBJECT_TYPE: ORDER&lt;/P&gt;&lt;P&gt;INTERNAL_OBJECT_ID : %0000001&lt;/P&gt;&lt;P&gt;MESSAGE_TEXT : "Errors occurred during internal number assignment"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 03:31:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/releasing-network-using-bapi-network-maintain/m-p/2541775#M577657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T03:31:17Z</dc:date>
    </item>
  </channel>
</rss>

