<?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: bapis for ps module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapis-for-ps-module/m-p/2538606#M576631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     difference between the bapis &amp;lt;b&amp;gt;BAPI_BUS2054_CREATE_MULTI&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Create WBS Elements Using BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WBS elements can be created for a project with BAPI "BAPI_BUS2054_CREATE_MULTI". To do this, parameter "I_PROJECT_DEFINITION" must contain the project definition for which the WBS elements are to be created. The individual WBS elements with all required values must be entered in table "IT_WBS_ELEMENT_TABLE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The WBS elements are created next to each other, in the same sequence as in table "IT_WBS_ELEMENT_TABLE". A WBS element under which the new WBS elements are to be created can be specified in parameter "I_WBS_UP". A WBS element that is to be located directly to the left of the new WBS elements can be specified with parameter "I_WBS_LEFT". If "I_WBS_LEFT" is not specified, the new WBS elements are added on the left-hand side. If I_WBS_UP is also not specified, the new WBS elements are added on the left and on the first level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;BAPI_PROJECTDEF_CREATE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create Project Definition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this method to create a project definition that contains data binding for the whole project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the process, all the consistency checks are made that are made if you create a project definition using the R/3 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2007 11:45:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-23T11:45:28Z</dc:date>
    <item>
      <title>bapis for ps module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapis-for-ps-module/m-p/2538602#M576627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai gurus what are the bapis that i can use to create delete and update wbs elements , network and activities&lt;/P&gt;&lt;P&gt;thanx in advance&lt;/P&gt;&lt;P&gt;afzal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 09:34:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapis-for-ps-module/m-p/2538602#M576627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T09:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: bapis for ps module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapis-for-ps-module/m-p/2538603#M576628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    create / change the WBS element, the BAPIs sequence is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. BAPI_PS_INITIALIZATION &lt;/P&gt;&lt;P&gt;2. BAPI_BUS2054_CREATE_MULTI ( to create WBS )&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;2. BAPI_BUS2054_CHANGE_MULTI ( to change WBS )&lt;/P&gt;&lt;P&gt;3. BAPI_PS_PRECOMMIT&lt;/P&gt;&lt;P&gt;4. BAPI_TRANSACTION_COMMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the documentation of BAPI "BAPI_BUS2054_CREATE_MULTI " to see how these function modules work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 09:39:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapis-for-ps-module/m-p/2538603#M576628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T09:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: bapis for ps module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapis-for-ps-module/m-p/2538604#M576629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Check the following BAPI's related WBS elements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP2I_BAPI_WBS_ELEMENT_2_PRTE&lt;/P&gt;&lt;P&gt;MAP_BAPI_WBS_ELEMENT_2_PRPS&lt;/P&gt;&lt;P&gt;MAP_BAPI_WBS_ELEMENT_2_PRPS_UP&lt;/P&gt;&lt;P&gt;MAP_BAPI_WBS_ELEMENT_2_PRTEE&lt;/P&gt;&lt;P&gt;MAP_BAPI_WBS_ELEMENT_2_PRTE_UP&lt;/P&gt;&lt;P&gt;MAP_BAPI_WBS_ELEMENT_2_VSPRPS&lt;/P&gt;&lt;P&gt;MAP_PRPS_2_BAPI_WBS_ELEMENT_EX&lt;/P&gt;&lt;P&gt;MAP_PRTE_2_BAPI_WBS_ELEMENT_EX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 09:41:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapis-for-ps-module/m-p/2538604#M576629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T09:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: bapis for ps module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapis-for-ps-module/m-p/2538605#M576630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai kiran what is the exact difference between the bapis BAPI_BUS2054_CREATE_MULTI and bapi_projdef_create , cant we create wbs elements from bapi_projdef_create , is it for only creating project defination and to create wbs netwrok should we use the bapis as u mentions what are tha bapis for creating ork oders&lt;/P&gt;&lt;P&gt;thanx in advance&lt;/P&gt;&lt;P&gt;afzal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 11:39:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapis-for-ps-module/m-p/2538605#M576630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T11:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: bapis for ps module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapis-for-ps-module/m-p/2538606#M576631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     difference between the bapis &amp;lt;b&amp;gt;BAPI_BUS2054_CREATE_MULTI&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Create WBS Elements Using BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WBS elements can be created for a project with BAPI "BAPI_BUS2054_CREATE_MULTI". To do this, parameter "I_PROJECT_DEFINITION" must contain the project definition for which the WBS elements are to be created. The individual WBS elements with all required values must be entered in table "IT_WBS_ELEMENT_TABLE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The WBS elements are created next to each other, in the same sequence as in table "IT_WBS_ELEMENT_TABLE". A WBS element under which the new WBS elements are to be created can be specified in parameter "I_WBS_UP". A WBS element that is to be located directly to the left of the new WBS elements can be specified with parameter "I_WBS_LEFT". If "I_WBS_LEFT" is not specified, the new WBS elements are added on the left-hand side. If I_WBS_UP is also not specified, the new WBS elements are added on the left and on the first level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;BAPI_PROJECTDEF_CREATE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create Project Definition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this method to create a project definition that contains data binding for the whole project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the process, all the consistency checks are made that are made if you create a project definition using the R/3 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 11:45:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapis-for-ps-module/m-p/2538606#M576631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T11:45:28Z</dc:date>
    </item>
  </channel>
</rss>

