<?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: Creating WBS element  with the Bapi  BAPI_BUS2054_CREATE_MULTI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-wbs-element-with-the-bapi-bapi-bus2054-create-multi/m-p/9715544#M1770560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution is not explained in the above link mentioned. I checked that post too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Indira&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Sep 2013 08:46:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-17T08:46:51Z</dc:date>
    <item>
      <title>Creating WBS element  with the Bapi  BAPI_BUS2054_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-wbs-element-with-the-bapi-bapi-bus2054-create-multi/m-p/9715542#M1770558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create WBS elements programmatically. For this I am using the BAPI BAPI_BUS2054_CREATE_MULTI&lt;/P&gt;&lt;P&gt;The fiield tht I am passing are &lt;/P&gt;&lt;P&gt;&amp;nbsp; wa_wbs_element-wbs_up&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'P-02-0002-9-011'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_wbs_element-wbs_element&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'P-02-0002-9-012'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_wbs_element-description&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'TI'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_wbs_element-proj_type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'Z1'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_wbs_element-responsible_no&amp;nbsp;&amp;nbsp;&amp;nbsp; = '12'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_wbs_element-applicant_no&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; '13'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append wa_wbs_element to it_wb_element.&lt;/P&gt;&lt;P&gt;call function 'BAPI_PS_INITIALIZATION'.&lt;/P&gt;&lt;P&gt;call function 'BAPI_BUS2054_CREATE_MULTI'&lt;/P&gt;&lt;P&gt;&amp;nbsp; exporting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_project_definition&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'P-02-0002'&lt;/P&gt;&lt;P&gt;&amp;nbsp; tables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_wbs_element&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; it_wb_element&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; et_return&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; it_ret.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXTENSIONIN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXTENSIONOUT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'BAPI_PS_PRECOMMIT'&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;et_return = it_ret.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;wait = 'X'&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;return = wa_ret.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here&amp;nbsp; Just before PS_Precommit&amp;nbsp; I get a msg In the return Paramater of&lt;STRONG&gt;&amp;nbsp; BAPI&amp;nbsp; 'BAPI_BUS2054_CREATE_MULTI'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Individual check for creating The WBS Element 'P-02-0002-9-012'. is required&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone help me out with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Indira&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 08:21:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-wbs-element-with-the-bapi-bapi-bus2054-create-multi/m-p/9715542#M1770558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-17T08:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating WBS element  with the Bapi  BAPI_BUS2054_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-wbs-element-with-the-bapi-bapi-bus2054-create-multi/m-p/9715543#M1770559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Indira,&lt;/P&gt;&lt;P&gt;Please refer to following link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://scn.sap.com/thread/1638369"&gt;https://scn.sap.com/thread/1638369&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 08:29:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-wbs-element-with-the-bapi-bapi-bus2054-create-multi/m-p/9715543#M1770559</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2013-09-17T08:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating WBS element  with the Bapi  BAPI_BUS2054_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-wbs-element-with-the-bapi-bapi-bus2054-create-multi/m-p/9715544#M1770560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution is not explained in the above link mentioned. I checked that post too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Indira&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 08:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-wbs-element-with-the-bapi-bapi-bus2054-create-multi/m-p/9715544#M1770560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-17T08:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating WBS element  with the Bapi  BAPI_BUS2054_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-wbs-element-with-the-bapi-bapi-bus2054-create-multi/m-p/9715545#M1770561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Indira,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please make sure that you are filling&amp;nbsp; all the parameters with proper data type.&lt;/P&gt;&lt;P&gt;Check if there is any mismatch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem also occur when you dont fille the Valuepart1 field of extensionin properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gowtham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 04:38:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-wbs-element-with-the-bapi-bapi-bus2054-create-multi/m-p/9715545#M1770561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-18T04:38:24Z</dc:date>
    </item>
  </channel>
</rss>

