<?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 Create Activity using BAPI_PROJECT_MAINTAIN !!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-activity-using-bapi-project-maintain/m-p/5089962#M1181510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been working to create the PD, WBS Elements, Networks &amp;amp; Activities using the FM BAPI_PROJECT_MAINTAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to create the PD, WBS Elements &amp;amp; Networks.&lt;/P&gt;&lt;P&gt;Now when I am trying to create the Activities, I am unable to find what OBJECTKEY needs to be given in the I_METHOD_PROJECT Table of the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJECTTYPE = NETWORKACTIVITY&lt;/P&gt;&lt;P&gt;METHOD        = CREATE&lt;/P&gt;&lt;P&gt;OBJECTKEY  = ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get an Error as - "An incorrect object key was entered for object type NetworkActivity" - when I give the OBJECTKEY as the Network Number for which I want to create the Activity.&lt;/P&gt;&lt;P&gt;I have serached everywhere I could but unable to get the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise - I have literally given up now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj Agarwal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2009 11:29:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-29T11:29:48Z</dc:date>
    <item>
      <title>Create Activity using BAPI_PROJECT_MAINTAIN !!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-activity-using-bapi-project-maintain/m-p/5089962#M1181510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been working to create the PD, WBS Elements, Networks &amp;amp; Activities using the FM BAPI_PROJECT_MAINTAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to create the PD, WBS Elements &amp;amp; Networks.&lt;/P&gt;&lt;P&gt;Now when I am trying to create the Activities, I am unable to find what OBJECTKEY needs to be given in the I_METHOD_PROJECT Table of the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJECTTYPE = NETWORKACTIVITY&lt;/P&gt;&lt;P&gt;METHOD        = CREATE&lt;/P&gt;&lt;P&gt;OBJECTKEY  = ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get an Error as - "An incorrect object key was entered for object type NetworkActivity" - when I give the OBJECTKEY as the Network Number for which I want to create the Activity.&lt;/P&gt;&lt;P&gt;I have serached everywhere I could but unable to get the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise - I have literally given up now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj Agarwal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 11:29:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-activity-using-bapi-project-maintain/m-p/5089962#M1181510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T11:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create Activity using BAPI_PROJECT_MAINTAIN !!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-activity-using-bapi-project-maintain/m-p/5089963#M1181511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Project Definition needs to be passed in OBJECTKEY, if OBJECTTYPE = 'PROJECTDEFINITION'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Poorna Chandrasekhar on Jan 29, 2009 5:12 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 11:42:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-activity-using-bapi-project-maintain/m-p/5089963#M1181511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-29T11:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create Activity using BAPI_PROJECT_MAINTAIN !!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-activity-using-bapi-project-maintain/m-p/5089964#M1181512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found out by debugging the FM.&lt;/P&gt;&lt;P&gt;We need pad ht enetwork Number to make it to 12 Digits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2009 04:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-activity-using-bapi-project-maintain/m-p/5089964#M1181512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-31T04:37:52Z</dc:date>
    </item>
  </channel>
</rss>

