<?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: Create Project Definition-WBS Element using BAPI-LSMW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-project-definition-wbs-element-using-bapi-lsmw/m-p/2019644#M413215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have a the same kind of req for once interface. we should create a project automatically once we send project structure from system A to system B. can give the steps you followed for creating a proejct automatically.&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;Uthati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Nov 2010 16:59:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-02T16:59:39Z</dc:date>
    <item>
      <title>Create Project Definition-WBS Element using BAPI-LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-project-definition-wbs-element-using-bapi-lsmw/m-p/2019639#M413210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create Project Definition(CJ20N) and also WBS element for the same.My requirement is that i want to create it from LSMW with the help of BAPI.&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;P&gt;RP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 04:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-project-definition-wbs-element-using-bapi-lsmw/m-p/2019639#M413210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T04:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create Project Definition-WBS Element using BAPI-LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-project-definition-wbs-element-using-bapi-lsmw/m-p/2019640#M413211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because nobody gave answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2007 04:13:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-project-definition-wbs-element-using-bapi-lsmw/m-p/2019640#M413211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-24T04:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create Project Definition-WBS Element using BAPI-LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-project-definition-wbs-element-using-bapi-lsmw/m-p/2019641#M413212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a project,  add wbs elements and release project with following BAPIs. These BAPI should be called in this order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt;.BAPI_PS_INITIALIZATION &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;2&amp;lt;/b&amp;gt;.BAPI_BUS2001_CREATE&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;3&amp;lt;/b&amp;gt;.BAPI_BUS2054_CREATE_MULTI&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;4&amp;lt;/b&amp;gt;.BAPI_BUS2001_SET_STATUS (To set the status at project level)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;BAPI_BUS2054_SET_STATUS (To set the status at WBS element level)&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;5&amp;lt;/b&amp;gt;.BAPI_PS_PRECOMMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to the documentation of 2 or 3 FM module mentioned above to get further information on how to use these BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any other information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2007 04:50:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-project-definition-wbs-element-using-bapi-lsmw/m-p/2019641#M413212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-24T04:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create Project Definition-WBS Element using BAPI-LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-project-definition-wbs-element-using-bapi-lsmw/m-p/2019642#M413213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi RP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the info...&lt;/P&gt;&lt;P&gt;I have one more question, i have a user logging in the VC and registering a Project so based on that i need to automate the creation of Project in Project Systems....&lt;/P&gt;&lt;P&gt;Do we have any BAPI/FM/Function Call to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 14:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-project-definition-wbs-element-using-bapi-lsmw/m-p/2019642#M413213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T14:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create Project Definition-WBS Element using BAPI-LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-project-definition-wbs-element-using-bapi-lsmw/m-p/2019643#M413214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  rp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share the idea on how to create projects based on a particular template from Excel using LSMW!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vidya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 15:18:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-project-definition-wbs-element-using-bapi-lsmw/m-p/2019643#M413214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T15:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create Project Definition-WBS Element using BAPI-LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-project-definition-wbs-element-using-bapi-lsmw/m-p/2019644#M413215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have a the same kind of req for once interface. we should create a project automatically once we send project structure from system A to system B. can give the steps you followed for creating a proejct automatically.&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;Uthati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 16:59:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-project-definition-wbs-element-using-bapi-lsmw/m-p/2019644#M413215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T16:59:39Z</dc:date>
    </item>
  </channel>
</rss>

