<?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: BAPI_BUS2054_CREATE_MULTI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094806#M435989</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;There is nothing wrong with your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding, the error you have mentioned in your first post "INdividual checks are needed", actually we also gest this message. But since this is not "Error" or "Abort" message. We just ignore it and it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned before that you "release" the wbs status. Where is that BAPI?&lt;/P&gt;&lt;P&gt;Also, you mentioned that you add network too. Where is that BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just give me the sequence of BAPIs you are using and what error you are getting in each different sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give me these detail, i will look into it.&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>Mon, 09 Apr 2007 16:07:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-09T16:07:48Z</dc:date>
    <item>
      <title>BAPI_BUS2054_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094799#M435982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while creating Wbs elements from Bapi BAPI_BUS2054_CREATE_MULTI i am getting message that INdividual checks are needed. and after that when i am doing BAPI &lt;U&gt;PS&lt;/U&gt;PRECOMMIT it is failing ? Can anybody help me on this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 11:59:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094799#M435982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T11:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_BUS2054_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094800#M435983</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;When you use BAPI BAPI_BUS2054_CREATE_MULTI , it should be called with these BAPIs and this order only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. BAPI_PS_INITIALIZATION "Initilize&lt;/P&gt;&lt;P&gt;2. BAPI_BUS2054_CREATE_MULTI ( to create WBS )&lt;/P&gt;&lt;P&gt;3. BAPI_BUS2054_SET_STATUS "Release WBS ( only if you want to REL )&lt;/P&gt;&lt;P&gt;4. BAPI_PS_PRECOMMIT "Precommit&lt;/P&gt;&lt;P&gt;5. BAPI_TRANSACTION_COMMIT "Commit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you are using these bapis in these order.&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>Mon, 09 Apr 2007 12:07:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094800#M435983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T12:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_BUS2054_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094801#M435984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do i need to initialize before the use of multi bapi coz BAPI_PS_PRECOMMIT does that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 12:12:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094801#M435984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T12:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_BUS2054_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094802#M435985</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;Not before BAPI_PS_PRECOMMIT. &amp;lt;b&amp;gt;BUT YES before you use BAPI_BUS2054_CREATE_MULTI,  you have to use BAPI_PS_INITIALIZATION&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any question.&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>Mon, 09 Apr 2007 13:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094802#M435985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T13:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_BUS2054_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094803#M435986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi RS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if i am trying to release the wbs elements before  BAPI_PS_PRECOMMIT  it odes not releases them and if i am trying to use  BAPI_PS_PRECOMMIT  before it its creating the element but not attaching the networks to it. please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 13:43:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094803#M435986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T13:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_BUS2054_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094804#M435987</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;I am using these BAPIs to create project, WBS elements and release WBSs. Please send me the order in which you are calling these BAPIs. Also mentioned what you are doing with each BAPIs.&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>Mon, 09 Apr 2007 14:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094804#M435987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T14:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_BUS2054_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094805#M435988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the code is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;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 = w_projdef-project_definition&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      it_wbs_element       = i_wbse&lt;/P&gt;&lt;P&gt;      et_return            = i_return.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           extensionin          = it_extra.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE i_return INTO w_return WITH KEY type = c_e.&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    break qqrey1d.&lt;/P&gt;&lt;P&gt;    MESSAGE s000(fb) WITH&lt;/P&gt;&lt;P&gt;    w_return-message(50) w_return-message+50.&lt;/P&gt;&lt;P&gt;    PERFORM bapi_transaction_rollback.&lt;/P&gt;&lt;P&gt;    RAISE wbs_not_created.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM: bapi_ps_precommit,&lt;/P&gt;&lt;P&gt;           bapi_transaction_commit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT i_wbse INTO w_wbse.&lt;/P&gt;&lt;P&gt;    CLEAR w_wbs_ret.&lt;/P&gt;&lt;P&gt;    PERFORM set_wbs_status USING 'REL' w_wbse-wbs_element w_wbs_ret.&lt;/P&gt;&lt;P&gt;    WAIT UP TO 1 SECONDS.&lt;/P&gt;&lt;P&gt;    IF w_wbs_ret = 1.&lt;/P&gt;&lt;P&gt;      MESSAGE s000(fb) WITH&lt;/P&gt;&lt;P&gt;         'Failed to Relase WBS Element' w_wbse-wbs_element.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CHECK NOT i_wbs[] IS INITIAL.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'Z_PN_UPDATE_ZNWBS_ELEMENT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      x_update          = c_i&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      t_zit_wbs_element = i_wbs.&amp;lt;/b&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 14:12:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094805#M435988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T14:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_BUS2054_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094806#M435989</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;There is nothing wrong with your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding, the error you have mentioned in your first post "INdividual checks are needed", actually we also gest this message. But since this is not "Error" or "Abort" message. We just ignore it and it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned before that you "release" the wbs status. Where is that BAPI?&lt;/P&gt;&lt;P&gt;Also, you mentioned that you add network too. Where is that BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just give me the sequence of BAPIs you are using and what error you are getting in each different sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give me these detail, i will look into it.&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>Mon, 09 Apr 2007 16:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094806#M435989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T16:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_BUS2054_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094807#M435990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;HI Friends,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;when i am working with&amp;nbsp; BAPI_BUS2054_CREATE_MULTI , i am getting error that,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;TABLE style="font-size: 13.3333330154419px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;CNIF_PI&lt;/TD&gt;&lt;TD&gt;76&lt;/TD&gt;&lt;TD&gt;Hierarchy reference element TO-00000008.01 for WBS element TO-00000008.01.01 does not exist&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;TO-00000008.01&lt;/TD&gt;&lt;TD&gt;TO-00000008.01.01&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE style="font-size: 13.3333330154419px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;CNIF_PI&lt;/TD&gt;&lt;TD&gt;74&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Hierarchy structure for WBS element TO-00000008.01.01 not possible&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;TO-00000008.01.01&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Plz help me out, its urgent,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks in Advance&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Vikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Feb 2015 08:08:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-create-multi/m-p/2094807#M435990</guid>
      <dc:creator>vikash_pathak</dc:creator>
      <dc:date>2015-02-21T08:08:26Z</dc:date>
    </item>
  </channel>
</rss>

