<?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/6655773#M1445548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I check the internal table given as a parameter to BAPI_PS_PRECOMMIT in debug mode I get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"No data has been changed, precommit will not be executed"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell what is the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2014 09:53:52 GMT</pubDate>
    <dc:creator>kirankerudi</dc:creator>
    <dc:date>2014-09-17T09:53:52Z</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/6655768#M1445543</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 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;  wa_wbs_element-wbs_up            = 'P-02-0002-9-011'.&lt;/P&gt;&lt;P&gt;       wa_wbs_element-wbs_element       = 'P-02-0002-9-012'.&lt;/P&gt;&lt;P&gt;       wa_wbs_element-description       = 'TI'.&lt;/P&gt;&lt;P&gt;       wa_wbs_element-proj_type         = 'Z1'.&lt;/P&gt;&lt;P&gt;       wa_wbs_element-responsible_no    = '12'.&lt;/P&gt;&lt;P&gt;       wa_wbs_element-applicant_no      =  '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;  exporting&lt;/P&gt;&lt;P&gt;    i_project_definition       = 'P-02-0002'&lt;/P&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    it_wbs_element             =  it_wb_element&lt;/P&gt;&lt;P&gt;     et_return                 =  it_ret.&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;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  Just before PS_Precommit  I get a msg In the &lt;STRONG&gt;return Paramater of  BAPI  '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;Any Help.. wht is missing .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Mar 2010 12:19:35 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/6655768#M1445543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-19T12:19:35Z</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/6655769#M1445544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 11:08:16 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/6655769#M1445544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T11:08:16Z</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/6655770#M1445545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Puneeta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share how you solved 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>Thu, 09 Sep 2010 17:11:22 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/6655770#M1445545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-09T17:11:22Z</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/6655771#M1445546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I had the same issue listed here. I had to place the BAPI's I was using in a certain way to make this work.  For example, the purpose of my program was to create a project, and then add some WBS to it. So, the BAPI's had to be called in this order:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;This one is required to be run first in the same LUW that you are running these BAPI's,&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;BAPI_PS_INITIALIZATION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;This one creates the project that you want to deal with.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;BAPI_PROJECTDEF_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;This one does a commit to the previous BAPI so the project gets created and the next one can find it.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;BAPI_PS_PRECOMMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;This one adds the WBS you want to append to the project. Be sure to add the fields here in their internal format. See the error table for more help if this one fails. Also, be sure to check the type of the messages in the error table, 'Individual check for creating the object WBS Element XX.12345-01 required' is not an error, it's a success message. You can ignore it.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;BAPI_BUS2054_CREATE_MULTI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;These two saves the work done by the previous BAPI and give a final commit to the LUW. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;BAPI_PS_PRECOMMIT&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any of the COMMIT BAPI's gives you a short dump, be sure that no message in the error tables of the BAPI's is of type E; If there was an error message, then these BAPI's will give you a short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help you guys, take care!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 12:22:11 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/6655771#M1445546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T12:22:11Z</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/6655772#M1445547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hello Puneeta,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;even I am facing the same issue of "&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;&lt;STRONG&gt;Individual check for creating The WBS Element required ".It is an humble request to you to please share how the problem can be resolved.Please share.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 11:18:06 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/6655772#M1445547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-11T11:18:06Z</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/6655773#M1445548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I check the internal table given as a parameter to BAPI_PS_PRECOMMIT in debug mode I get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"No data has been changed, precommit will not be executed"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell what is the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 09:53:52 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/6655773#M1445548</guid>
      <dc:creator>kirankerudi</dc:creator>
      <dc:date>2014-09-17T09:53:52Z</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/6655774#M1445549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;HI Bijoy&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;i am also getting the same error,if you have solution so plz let me know,&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;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;&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:11:53 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/6655774#M1445549</guid>
      <dc:creator>vikash_pathak</dc:creator>
      <dc:date>2015-02-21T08:11:53Z</dc:date>
    </item>
  </channel>
</rss>

