<?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: Error while Creating WBS element using BAPI 'BAPI_BUS2054_CREATE_MULTI' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-wbs-element-using-bapi-bapi-bus2054-create-multi/m-p/4255552#M1015841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i resolved it.&lt;/P&gt;&lt;P&gt;one field of the template is wrong type.&lt;/P&gt;&lt;P&gt;USR00 wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Sep 2009 08:30:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-23T08:30:04Z</dc:date>
    <item>
      <title>Error while Creating WBS element using BAPI 'BAPI_BUS2054_CREATE_MULTI'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-wbs-element-using-bapi-bapi-bus2054-create-multi/m-p/4255547#M1015836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a requirement to create WBS elements using BAPI. And I am using BAPIs in the following manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PS_INITIALIZATION'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_BUS2054_CREATE_MULTI'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_project_definition = g_pdwbs&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    it_wbs_element             = it_wbs_element&lt;/P&gt;&lt;P&gt;   et_return                  = it_return&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXTENSIONIN                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXTENSIONOUT               =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'BAPI_PS_PRECOMMIT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do so I am getting the below errors. Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Individual check for creating the object WBS Element C-497082 required ".&lt;/P&gt;&lt;P&gt;"Individual check for creating the object WBS Element C-497082-0001 required".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how to correct this error.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Aug 18, 2008 5:25 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 17:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-wbs-element-using-bapi-bapi-bus2054-create-multi/m-p/4255547#M1015836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T17:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error while Creating WBS element using BAPI 'BAPI_BUS2054_CREATE_MULTI'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-wbs-element-using-bapi-bapi-bus2054-create-multi/m-p/4255548#M1015837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know the solutions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 08:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-wbs-element-using-bapi-bapi-bus2054-create-multi/m-p/4255548#M1015837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-12T08:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error while Creating WBS element using BAPI 'BAPI_BUS2054_CREATE_MULTI'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-wbs-element-using-bapi-bapi-bus2054-create-multi/m-p/4255549#M1015838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I got solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 08:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-wbs-element-using-bapi-bapi-bus2054-create-multi/m-p/4255549#M1015838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T08:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error while Creating WBS element using BAPI 'BAPI_BUS2054_CREATE_MULTI'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-wbs-element-using-bapi-bapi-bus2054-create-multi/m-p/4255550#M1015839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting the same error, but I cannot figure it out how to detect it and fix it.  Will you please share your solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2008 20:00:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-wbs-element-using-bapi-bapi-bus2054-create-multi/m-p/4255550#M1015839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-02T20:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error while Creating WBS element using BAPI 'BAPI_BUS2054_CREATE_MULTI'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-wbs-element-using-bapi-bapi-bus2054-create-multi/m-p/4255551#M1015840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,expert,how are you resolve it?&lt;/P&gt;&lt;P&gt;i have the same question,but i don't know how to resove it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2009 06:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-wbs-element-using-bapi-bapi-bus2054-create-multi/m-p/4255551#M1015840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-23T06:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error while Creating WBS element using BAPI 'BAPI_BUS2054_CREATE_MULTI'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-wbs-element-using-bapi-bapi-bus2054-create-multi/m-p/4255552#M1015841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i resolved it.&lt;/P&gt;&lt;P&gt;one field of the template is wrong type.&lt;/P&gt;&lt;P&gt;USR00 wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2009 08:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-wbs-element-using-bapi-bapi-bus2054-create-multi/m-p/4255552#M1015841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-23T08:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error while Creating WBS element using BAPI 'BAPI_BUS2054_CREATE_MULTI'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-wbs-element-using-bapi-bapi-bus2054-create-multi/m-p/4255553#M1015842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric...Me also facing the same issue.  Can you elaborate how you resolved this issue.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 15:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-wbs-element-using-bapi-bapi-bus2054-create-multi/m-p/4255553#M1015842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-10T15:07:46Z</dc:date>
    </item>
  </channel>
</rss>

