<?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: updating wbs element relevant data. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633825#M1442354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share how you solved the errors in WBS change bapi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jan 2014 15:22:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-01-07T15:22:00Z</dc:date>
    <item>
      <title>updating wbs element relevant data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633811#M1442340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am new to BAPI concept.I searched in sdn and came to know that  &lt;STRONG&gt;BAPI_BUS2054_CHANGE_MULTI&lt;/STRONG&gt; can update WBS elements.&lt;/P&gt;&lt;P&gt;can anybody provide a piece of sample code to update wbs header and details like actual start date,controlling area using this bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2010 06:34:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633811#M1442340</guid>
      <dc:creator>Himayatullah</dc:creator>
      <dc:date>2010-02-06T06:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: updating wbs element relevant data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633812#M1442341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use BAPI_PROJECT_SAVEREPLICA for sending WBS data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 10:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633812#M1442341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T10:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: updating wbs element relevant data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633813#M1442342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the documentation of the BAPI which you have said , "The function module  BAPI_PROJECT_SAVEREPLICA is only used internally as  part of the ALE business processes for work breakdown structures, delivered by SAP"                                                         &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to update WBS element relevant data like person responsible ,act start date, controlling area etc which are under particular project defination.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 11:51:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633813#M1442342</guid>
      <dc:creator>Himayatullah</dc:creator>
      <dc:date>2010-02-08T11:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: updating wbs element relevant data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633814#M1442343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Himayatullah,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think this will help you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*WBS element details&lt;/P&gt;&lt;P&gt;it_wbs_new-wbs_element                    = w_wbs_new .&lt;/P&gt;&lt;P&gt;it_wbs_new-wbs_planning_element           = 'X'.&lt;/P&gt;&lt;P&gt;it_wbs_new-wbs_account_assignment_element = 'X'.&lt;/P&gt;&lt;P&gt;it_wbs_new-wbs_billing_element            = 'X'.&lt;/P&gt;&lt;P&gt;it_wbs_new-wbs_up                         = w_wbs_old.&lt;/P&gt;&lt;P&gt;IF lv_auart = 'ZDSO'.&lt;/P&gt;&lt;P&gt;  it_wbs_new-res_anal_key                 = 'ZXXXX'.&lt;/P&gt;&lt;P&gt;  it_wbs_new-user_field_char20_1          = '30'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND it_wbs_new.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Initialize PS&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PS_INITIALIZATION'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Create WBS element &amp;amp; set heierarchy&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_project&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    it_wbs_element       = it_wbs_new&lt;/P&gt;&lt;P&gt;    et_return            = it_return2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE it_return2 WITH KEY type = 'S'.&lt;/P&gt;&lt;P&gt;IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Precommit the data for WBS element creation&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_PS_PRECOMMIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Commit data for WBS element creation.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 11:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633814#M1442343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T11:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: updating wbs element relevant data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633815#M1442344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur reply. Am changing the existing WBS elements so am using BAPI_BUS2054_CHANGE_MULTI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this,I have checked with test sequence in SE37 like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call BAPI_PS_INITIALISATION&lt;/P&gt;&lt;P&gt;THEN BAPI_BUS2054_CHANGE_MULTI&lt;/P&gt;&lt;P&gt;BAPI_PRECOMMIT&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now for BAPI_BUS2054_CHANGE_MULTI  I have passed project defination as import and some params in IT_WBS_ELEMENT&lt;/P&gt;&lt;P&gt;and checked the flags for the fields being updated in IT_UPDATE_WBS_ELEMENT (both are tables tab) and executed it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The return throws an saying that WBS cannot be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 15:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633815#M1442344</guid>
      <dc:creator>Himayatullah</dc:creator>
      <dc:date>2010-02-08T15:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: updating wbs element relevant data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633816#M1442345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check doing the same (Changing the WBS element) from WBS element change screen..?(Not from FM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the status of WBS element, some times WBS elements can not be changed at some statuses..might be WBS element you are using come under this catagory...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 09:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633816#M1442345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T09:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: updating wbs element relevant data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633817#M1442346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done that. It is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently what am doing in my program is that - I have retrieved the relevant details of a wbs element using  "BAPI_BUS2054_GETDATA". Once I got the details , now am trying to overwrite them with the information user want to change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say for example : for person responsible field -00000000&lt;/P&gt;&lt;P&gt;Now am updating it with - 10000005.&lt;/P&gt;&lt;P&gt;and then passing the updated internal table to "BAPI_BUS2054_CHANGE_MULTI"...it returns &lt;/P&gt;&lt;P&gt;Object wbs element 001 could not be changed&lt;/P&gt;&lt;P&gt;no update flags or extensions were set for wbs element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help in this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Himayat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 10:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633817#M1442346</guid>
      <dc:creator>Himayatullah</dc:creator>
      <dc:date>2010-02-10T10:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: updating wbs element relevant data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633818#M1442347</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;BAPI_BUS2054_change_MULTI is returning Sucess(individual checks are successful)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now the BAPI &lt;STRONG&gt;BAPI_PS_PRECOMMIT&lt;/STRONG&gt; is returning an error message that -&lt;/P&gt;&lt;P&gt;1) Final check of the project defination and the WBS elements : error&lt;/P&gt;&lt;P&gt;2)make an entry in all required &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 07:04:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633818#M1442347</guid>
      <dc:creator>Himayatullah</dc:creator>
      <dc:date>2010-02-11T07:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: updating wbs element relevant data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633819#M1442348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First you call below bapi to get the details of the project WBS element wise:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_BUS2054_GETDATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then You call below BAPIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_PS_INITIALISATION&lt;/P&gt;&lt;P&gt;BAPI_BUS2054_CHANGE_MULTI -&amp;gt;Pass data from BAPI_BUS2054_GETDATA&lt;/P&gt;&lt;P&gt;BAPI_PRECOMMIT&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 07:21:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633819#M1442348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T07:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: updating wbs element relevant data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633820#M1442349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am doing like the way u mentioned only.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_PS_INITIALIZATION&lt;/P&gt;&lt;P&gt;Then  BAPI_BUS2054_GETDATA - It is returning all the required data of wbs element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then BAPI_BUS2054_CHANGE_MULTI- It is returning individual checks are successful.&lt;/P&gt;&lt;P&gt;Then BAPI_PS_PRECOMMIT-it returns the errors which I mentioned in the previous post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 07:33:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633820#M1442349</guid>
      <dc:creator>Himayatullah</dc:creator>
      <dc:date>2010-02-11T07:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: updating wbs element relevant data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633821#M1442350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;Himayat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 08:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633821#M1442350</guid>
      <dc:creator>Himayatullah</dc:creator>
      <dc:date>2010-02-11T08:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: updating wbs element relevant data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633822#M1442351</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;Am able to update wbs elements relevant data at level 5 only . How to update the same at one level higher i. e level 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Himayat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Himayatullah on Feb 24, 2010 10:42 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 06:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633822#M1442351</guid>
      <dc:creator>Himayatullah</dc:creator>
      <dc:date>2010-02-19T06:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: updating wbs element relevant data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633823#M1442352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you solve this problem? I am following the given below approach, and I am receiving the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Error&lt;/U&gt; : &lt;STRONG&gt;1.) Object WBS Element DS-11-1000-0058.01 could not be changed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.) No update flags or extensions were set for WBS Element DS-11-1000-0058.01&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  gwa_bapi_bus2054_upd-wbs_element = 'X'.
  gwa_bapi_bus2054_upd-description  = 'X'.
  gwa_bapi_bus2054_upd-responsible_no = 'X'.
  gwa_bapi_bus2054_upd-applicant_no = 'X'.
  gwa_bapi_bus2054_upd-company_code = 'X'.
  gwa_bapi_bus2054_upd-business_area  = 'X'.
  gwa_bapi_bus2054_upd-profit_ctr  = 'X'.
  gwa_bapi_bus2054_upd-proj_type = 'X'.
  gwa_bapi_bus2054_upd-wbs_planning_element = 'X'.
  gwa_bapi_bus2054_upd-wbs_account_assignment_element = 'X'.
(I have marked all fields with 'X')
  APPEND gwa_bapi_bus2054_upd TO git_bapi_bus2054_upd.

  CALL FUNCTION 'BAPI_PS_INITIALIZATION'.

  CALL FUNCTION 'BAPI_BUS2054_CHANGE_MULTI'
    EXPORTING
      i_project_definition  = p_prj
    TABLES
      it_wbs_element        = git_wbs_element_chg (manually populated)
      it_update_wbs_element = git_bapi_bus2054_upd
      et_return             = et_return.

  READ TABLE et_return INTO ev_ret WITH KEY type = 'E'.
  IF sy-subrc NE '0'.
    CALL FUNCTION 'BAPI_PS_PRECOMMIT'
      TABLES
        et_return = et_return2.
    WAIT UP TO 3 SECONDS.
    CLEAR ev_ret.
    READ TABLE et_return2 INTO ev_ret WITH KEY type = 'E'.
    IF sy-subrc NE '0'.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
      WAIT UP TO 3 SECONDS.
    ENDIF.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what I am doing wrong. Please help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 23:04:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633823#M1442352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-20T23:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: updating wbs element relevant data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633824#M1442353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved the issue occurred with &lt;STRONG&gt;BAPI_BUS2054_CHANGE_MULTI&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now, &lt;STRONG&gt;BAPI_PS_PRECOMMIT&lt;/STRONG&gt; is throwing an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error # 1 : Final check of the project definition and the WBS elements: Error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error # 2 : Fill in all required entry fields&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 23:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633824#M1442353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-20T23:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: updating wbs element relevant data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633825#M1442354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share how you solved the errors in WBS change bapi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 15:22:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633825#M1442354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-07T15:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: updating wbs element relevant data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633826#M1442355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just faced the same issue with &lt;STRONG style="font-size: 12px; color: #333333;"&gt;BAPI_BUS2054_CHANGE_MULTI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I fixed it playing with conversion exits, use this&amp;nbsp; CONVERSION_EXIT_ABPSN_INPUT to load the data to BAPI's WBS ELEMENT field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the issue with &lt;STRONG style="font-size: 12px; color: #333333;"&gt;BAPI_PS_PRECOMMIT&lt;/STRONG&gt; you just need to be sure that all mandatory fields are filled in for T-Code CJ20N. &lt;/P&gt;&lt;P&gt;These 2 errors are just data issues.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;-----------------------------------------------------&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Error # 1 : Final check of the project definition and the WBS elements: Error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Error # 2 : Fill in all required entry fields&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #333333; font-family: inherit; font-size: 12px; font-style: inherit;"&gt;-----------------------------------------------------&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this information helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 03:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633826#M1442355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-01T03:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: updating wbs element relevant data.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633827#M1442356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 12:30:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-wbs-element-relevant-data/m-p/6633827#M1442356</guid>
      <dc:creator>former_member230391</dc:creator>
      <dc:date>2016-08-31T12:30:02Z</dc:date>
    </item>
  </channel>
</rss>

