Adding WBS element to level-2 in existing project

Hi all,
I have a new WBS Element created in a project which already has 2 wbs elements created in a level 2 hierarchy before . Now , this new element is created at level-1 by default .I want to modify the project hierarchy adding the newly created element in a level 2 . I'm trying to do this using BAPI_PROJECT_MAINTAIN but the function returns to me an error:
hierarchy is not consistent Termination: Too many errors (more than 10% of methods) Data cannot be saved
Please suggest .
Thanks
Deepika

Hi Deepika..
   Check ur BAPI , I think u missed any Impot  and Export Parameter. In BAPI if u  missed anythink also it wont work..
   Share ur error , So i can  tel u the problem..
   CALL FUNCTION 'BAPI_PROJECT_MAINTAIN'
EXPORTING
i_project_definition = gs_project_definition
i_project_definition_upd = gs_project_definition_upd
IMPORTING
return = gt_return
TABLES
i_method_project = gt_method_project
i_wbs_element_table_update = gt_wbs_element_table_update
i_wbs_element_table = gt_wbs_element_table
i_wbs_hierarchie_table = gt_wbs_hierarchie_table
e_message_table = gt_message_table.
Regrads
Prabu K

Similar Messages

  • Find WBS element of level 3 for all WBS elements underneath

    Hello
    I need to find WBS element of level 3 for WBS underneath (level 4, 5, 6, 7........). What is the esiest way to do it?
    Shall I use WBS element structure CP-1061-01-01  ..... or a techinal id of wbs element.
    Thanks

    Hi,
    Check the below link it may help you
    http://help.sap.com/saphelp_dimp50/helpdata/EN/d3/a5112fe32311d1a6ab0000e83235d4/frameset.htm
    Regards,
    Marasa.

  • Creation of WBS Element in level 2 for transation CJ01.

    Hello All,
    I am able to create WBS element for only one level for the transaction Cj01 through BAPI "BAPI_BUS2054_CREATE_MULTI"
    Can anybody tell me how to create the WBS element in the level 2 below the first WBS element.
    Thanks,

    Hi
    Check the link:
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417800)ID0451304650DB10061726740868935361End?blog=/pub/wlg/9659
    Regards,
    Sreeram

  • WBS Elements not getting created in ECC Project System from CRM 7.0

    Dear all,
    We are trying to integrate SAP CRM 7.0 with SAP ECC-PS module. The objective is to bring in the marketing plan and elements data from the CRM system, and to create the corresponding WBS in project system. We have done most of the configuration as recommended by SAP in both the systems, and we see that the BDOCS are getting generated and sent to the ECC system. The following steps have been successfully completed:
    1.       Set up the RFC connections between the two systems
    2.       Selected the connection type as Middleware in CRM system.
    3.       Installed the cProject Add on in CRM box.
    4.       Created a project scenario (with project and network profiles) in the PS system and assigned the same in the CRM system.
    5.       The Project Scenario in PS config has the same name as the Project Type in CRM config.
    6.       Created and released the campaign ids being created in the CRM system.
    As already mentioned, we can see that the BDOCS are coming to the ECC system and are getting stored in BDOC_TRACK table. However the issue is that the corresponding WBS elements are not getting generated in the ECC system. Is there anything that that we are missing in the ECC box which would trigger the WBS element creation?
    Request you all to share your inputs which would be immensely beneficial for us in achieving this integration.
    Thanks and Kind Regards,
    Aditya Shrivastava

    Hello Aditya,
    We too are facing this issue.. if you have resolved the issue could you please let us know the solution ?
    Some inputs related to our system,
    We have upgrade from CRM 4.0 to CRM 7.0 SP07 and R/3 backend system is on 4.7 SP27, earlier we have completed the upgrade on sandbox without any issues which was upgrade to CRM 7.0 SP04 but with SP07 we are facing the problem of WBS Element not getting created in R/3.
    Your help is highly appreciated.
    Thanks & Regards,
    Sumukh Kapoor.

  • Premiere elements 11 will not download existing project unless I re-start computer.

    When I open Premiere Elements 11 and try to open an existing project the welcome page stops its download status indicator after a minute or so. Sometimes the entire welcome page disappears, and I have to re-open the software. The only way I can get a project up and running is by re-starting the computer. I've already re-installed the software twice, but that is not working. I have windows 7 64 bit.
    Any help appreciated

    aaron-friedman
    Can we assume by download an existing project that you mean open an existing project? Please excuse the question but I do not want to take anything for granted in trying to build a troubleshooting strategy.
    What is the size of the existing project that you are trying to open?
    Have you moved, deleted, or renamed any of the source media that went into this project after you saved closed the project?
    What went into this project...project preset, source media properties....?
    You wrote that you are using Premiere Elements 11 on Windows 7 64 bit. Typically that is a good combination, you have a 64 bit application running in 64 bit system where the program can take advantage of the 64 bit resources. But, just what are your 64 bit resources in terms of installed and available RAM and free hard drive? Any chance the project has a lot of photos with pixel dimensions that are grossly oversized for the project settings and the program?
    Do you have any problems working with a new project or projects? Is it just this one that has problems?
    Let us start here and then decide what next based on your forthcoming details.
    Thanks.
    ATR

  • Change of Project & WBS Element Definition

    Hi,
    Could you please let me know is there any function module to change the Project Definition ,WBS element Definition for an already existing Project and WBS element.
    Regards,
    Hemu Saini.

    BAPI_BUS2054_CHANGE_MULTI      for WBS
    BAPI_BUS2001_CHANGE                  for Project
    Regards,
    Chandra

  • User Exit - adding defualt WBS Element in addi.tab for IW31 - Servi.Order

    I am facing a problem with adding WBS Element in Addit.Data tab for Service Order creation using IW31.
    At the time of creating service order using TCODE IW31, I have to maintian default values like WBS ELEMENT, for this I am using a USER EXIT "IWO10010".
    The problem is getting dump error. Becuase, it is NUMC type and I am passing the value with character + numeric. Like "EX/1232/22".
    Field length is NUMC - 8.
    "CAUFVD-PSPEL"
    If I create manually without using user exist, the field WBS Element is accepting the value and service order is creating successfully with WBS Element.
    This is also same as CAUFVD-PSPEL.
    I Couldn't understand How the SAP system will works?
    Any solution for this.
    Note: Creating Service Order IW31, Passing WBS Element with user exist with same field (CAUFVD-PSPEL) giving dump error showing "Passing Character values". If I create manually, and enter character + numeric in the same field CAUFVD-PSPEL, system creating service order without any error.
    Help me out
    thanks
    Sekhar

    self answered

  • Billing Level WBS element

    Hi,
      Iam Running  a report.   If i key in Project # and  weekend dates  ,  The Report Should  fetch WBS element,  WBS element - Billing Level  , etc etc
    Suppose a project 13381  has  wbs elements  13381.001, 13381.101, 13381.501.  The WBS  Element Billing level for them  are  13381-B01, 13381-B02, 13381-B03.
    This  is  coming Properly  in the Report.
    But  When I  Key In  Project Number  as Select-options.
       Project #    13381   to 13382
    Iam  Not Getting  The Billing level  of 13382 ,  But Iam properly  getting The billing  level  for 13381.   If the execute  the  report  with  single Project  I get it properly  ,  But  The same thing with range   Iam not getting  Billing level  for the Other Projects  in the Range.
    Below is the Code  only  for Fetching  WBS level  2 .
    Plz  Tell me  ,  How  do i get  the billing level  for  the  all the projects  in Range.  What should  i change in the code
       DATA: TEMP_PSPNR    LIKE PRPS-PSPNR.
      DATA: BEGIN OF INT_PRHI OCCURS 0,
              LEVEL(1)    TYPE C,     "level in the hierarchy
              WBS         LIKE PRHI,  "Record for hierarchy
            END OF INT_PRHI.
      DATA: LEVEL2_INIT(1)     TYPE C.  "set to initial for each new proj
      DATA: BEGIN OF LEVEL2_PRPS OCCURS 0,
              POSNR       LIKE PRHI-POSNR,
              POSID       LIKE PRPS-POSID,
              POST1       LIKE PRPS-POST1,
       END OF LEVEL2_PRPS.
    IF PRPS-PSPNR <> TEMP_PSPNR.
        MOVE PRPS-PSPNR TO TEMP_PSPNR.
        MOVE PRPS-POSID TO ITAB-X_WBSELEMENT.
    ENDIF.
    PERFORM FIND_LEVEL_2
                USING      PROJ-PSPNR
                           TEMP_PSPNR.
    ITAB-X_WBS_LEVEL2TITLE =  LEVEL2_PRPS-POST1.
    ITAB-X_WBS_LEVEL2 = LEVEL2_PRPS-POSID.
    FORM FIND_LEVEL_2
        USING     PROJECT
                  WBS.
      DATA: TOP_POSNR    LIKE PRHI-POSNR,
            FIND_POSNR   LIKE PRHI-POSNR,
            SECOND_POSNR LIKE PRHI-POSNR.
      IF LEVEL2_INIT IS INITIAL.
        LEVEL2_INIT = 'X'.
        CLEAR INT_PRHI.
        REFRESH INT_PRHI.
        SELECT * FROM PRHI
              WHERE PSPHI = PROJECT.
          MOVE-CORRESPONDING PRHI TO INT_PRHI-WBS.
          APPEND INT_PRHI.
        ENDSELECT.
        SORT INT_PRHI BY WBS-POSNR.
        LOOP AT INT_PRHI WHERE WBS-UP = '00000000'.
          EXIT.
        ENDLOOP.
        TOP_POSNR = INT_PRHI-WBS-POSNR.
        LOOP AT INT_PRHI WHERE
              WBS-UP = TOP_POSNR.
          INT_PRHI-LEVEL = '2'.
          MODIFY INT_PRHI.
          SECOND_POSNR = INT_PRHI-WBS-POSNR.
          LOOP AT INT_PRHI WHERE
                WBS-UP = SECOND_POSNR.
            INT_PRHI-LEVEL = '3'.
            MODIFY INT_PRHI.
          ENDLOOP.
        ENDLOOP.
      ENDIF.
      FIND_POSNR = WBS.
      DO 10 TIMES.
        LOOP AT INT_PRHI
            WHERE WBS-POSNR = FIND_POSNR.
              ENDLOOP.
        IF INT_PRHI-LEVEL = '2'.
          SECOND_POSNR = INT_PRHI-WBS-UP.
          SELECT SINGLE * FROM PRPS WHERE PSPNR = FIND_POSNR.
              SELECT SINGLE * FROM PRPS WHERE PSPNR = SECOND_POSNR.
          LEVEL2_PRPS-POST1 = PRPS-POST1.
          LEVEL2_PRPS-POSID = PRPS-POSID.
          EXIT.
        ENDIF.
        FIND_POSNR = INT_PRHI-WBS-UP.
      ENDDO.
      SELECT SINGLE * FROM PRPS WHERE PSPNR = WBS.  "resets prps!!!
    ENDFORM.

    Hey Guys,
    I  Corrected  it Myself,  the problem  was  in the
    FORM FIND_LEVEL_2
    USING PROJECT
    WBS.
    <b>IF LEVEL2_INIT IS INITIAL. ]
    LEVEL2_INIT = 'X'.</b>        ]  
    These shud be taken off , if the Projects  are in range ,  The above works  only  for  a single project.

  • WBS element in Sales order

    Dear Friends,
    We have an issue as explained below.
    An end user has created a Sales order and added a line Item. He forgot to add WBS Element and continued with delivery. Delivery document has been created without WBS element(Table LIPS is updated without WBS). Before Creating an Invoice end user added WBS element in the sales order and performed Invoicing. When we do Revenue recognition w.r.t a delivery document WBS element is empty because it was not updated.
    We are using F2 billing type and process is Delivery related billing. Issue is how system updated WBS element from the Sales order to Invoice when we are performing Delivery related billing.Is there any setting we can control this action.
    Please suggest.
    with regards,
    Dayanand

    Hi Dayananda
    Check in transaction VTFL for given item category what copying routine are set. Check those copy routine and see if there is any data is being copied from table VBAP
    Similar to above also check transaction VTFA for copying routine (if any)
    As a standard SAP even we create an invoice with reference to the delivery document, still there are some data which is being copied from a sales order i.e. all pricing relevant information is copied from your sales order and not from delivery.

  • WBS Element in Production Order

    Hi Gurus,
    Just would like to briefly understand, how I can make use of the WBS Element in the Production Order (Assignment tab) to use as cost settling for a production order? How do i automate the WBS Element in the production Order for a set of given parameters? Is there a config I can use to set a profile?
    I have a scenario here as below:
    I have various types of production orders:
    PO 1 = Production A
    PO 2 = Production B
    PO 3 = Production C
    And for each of the above, I will individually have a WBS Element.
    PO1 - WBS Element A
    PO2 - WBS Element B
    PO3 - WBS Element C
    And WBS Element A, B and C is a Level 2 WBS Element which are tied to WBS Element Z (Level 1 WBS Element), which will be settled to a project.
    Appreciate your kind feedback on the above on how I can make it work by settling the cost to the WBS Element.
    Thanks.
    Rgds.

    hi,
    mainatain the settlement profile in order type. in txn oko7 settlement profile vaild receivers select wbse as settlement optional.
    in production orderheadersettlement rule maintain category as wbse and run the settlement txn ko88. now the actual production cost debit the wbse.
    regards,

  • Settlement of order -WBS Element

    Dear Experts,
    Can any one tell me what is meant by WBS element and in what scenario,PM orders settlement rule created with category as WBS.If possible tell me with any practical example.
    regards
    KRISHNAN

    Dear,
    Dear,
    Budget: Amount of resources allocated under a particular head in a financial year.
    Budget Control: Having/ creating a control on the resources allocated in a financial year.
    Original Budget: The initial budget that you have allocated to a WBS element.
    Supplement of Budget: One time/ discrete increment in the original budget.
    Return of Budget: Taking out the unutilized portion of the budget.
    Transfer of Budget: Transferring the budget among two or more expense heads.
    Project Definition: A framework for a business undertaking with a fixed goal to achieve with given resources.
    The project definition contains dates and organizational information that are binding for the entire project.
    WBS Element: Individual structural element in a work breakdown structure (WBS) representing the hierarchical organization of an R/3 project. Describes either a concrete task or a partial one that can be further subdivided.
    Proposed Business Process
    Assume there are seven expense heads in maintenance department. There may be addition of expense head in near future.
    Based on the maintenance heads, maintenance department will create a project in project system. This project will be used for ‘statistical purpose’ only & will not have any financial implication.
    Upon creation of a project, WBS elements will be created as per the expense heads. So for each expense head, there will be one top level WBS element. Again these WBS elements will be divided in twelve WBS elements. These twelve WBS elements represent twelve calendar months.
    Budget will be allocated to each WBS element & the WBS element will be released from the project.
    Maintenance department will create maintenance orders as per their work requirements. These orders will be settled to cost centre, which is maintained in the settlement rule. Also WBS element will have to be mentioned in each order so that the budget control can take place. So as to capture cost from each maintenance order, the WBS element field will be made ‘mandatory field’ in maintenance order.
    So when a maintenance order is released, system will do a budget check against the WBS element mentioned. If the budget check status is OK, order is released or else it will stopped from release. If the order is stopped from release, maintenance department will have to supplement the budget. Upon supplementing, the order is released again & the maintenance cost such as, labour, material costs can be booked on the order. Again the order cost is settled to cost centre & at the same time, budget is consumed from the respective WBS element.
    Every year, maintenance department will copy the previous year’s project so as to save time & efforts to create project & WBS elements. And the maintenance department will assign the budget allocated to each WBS element in a financial year.
    It is also possible to return the unutilised budget or, transfer of budget from one WBS element to another.
    Create a project CJ20N
    Create WBS element CJ20N
    Assign Budget to WBS elementsKO22
    Display assigned Budget KO23
    Supplement Budget KO24
    Display Supplement budget KO25
    Return Budget KO26
    Display Return budget KO27
    Transfer of budget CJ34
    Hope u wull get ur answer
    Regards
    Rakesh

  • New GL FAGLB03 Abends when Using WBS Element as Additioanl Characteristic

    Hello All:
    I have added WBS Element as a Total Field to my ledger in FAGLFLEXT and it appears to be working.
    I have also configured it as an Additional Characteristic for displaying line items from New GL Balance Display transaction FAGLB03 however, when trying to drill down to the balance by characterisitc  WBS element, FAGLB03 abends saying that wildcard "*" (the default selection for Additional Characterisitcs on FAGBL03) is not numeric.
    When using tranaction FAGLL03 instead the system works fine and allows me to select by WBS using Dynamic Selection.
    I believe this may be a bug with FAGLB03 but would like to hear from others if they have experienced this or similar issue and/or if they know how I might solve it.
    Thanks!
    Gary

    Hi Amit Agarwal,
    I have a situation now, very similar as yours.
    We wish to get the postings from IVA to Original Cost Objects at JVA.
    Now the system brings just one Cost Object for IVA and all the other lines are without cost object splliting.
    We really need the split and we are with New GL.
    Could you help us?
    Thanks a lot for your help.
    Dante Souza

  • Profit Center not updating for WBS Element

    Hello Gurus,
    We have a scenario in which we have level 1 WBS element to which their is no cost and revenue. Now we have level 2 WBS element which is billing element to which we are posted some actula cost and revenue. Below this we are creating level 3 , 4 WBS elements and posting some actual cost to it  (not billing elements).
    So we are running RA and Settlement for this billing WBS.
    Now if over project is over so we are assigning TECO to this Level 2 billing WBS. When we are running POC then it is 100 %. But when we are running settlement then it is showing error as Maintain Settlement Rule for XXX WBS element (level3 , level 4)
    As we are not maintaining any settlement rule for level 3 , level 4. We are only assigning settlement rule for Level 2 (billing) to PSG.
    So how to solve this issue ?
    Regards
    Keshav

    Hi,
    The answer is there in your query itself. You say that you are booking some actual costs on the WBS elements on level 3. Since you are incurring costs on these WBS elements these costs need to be settled to some receiver. Either the WBS on level 2, which is a billing element or to some PSG. Since there is no settlement rule defined for these WBS elements at level 3 system is throwing this error.
    Maintain a proper settlement rule for the WBS elements in question and then run the settlement. It should work.
    Regards,
    Gokul

  • We want to post actual cost through statistical WBS elements.

    when we do the posting on Costcenter assigned to a Statistical WBS element (2nd level), I was in the opinion that, the actual cost posted on the Costcenter of statistical WBS (2nd level) will reflect to the top WBS element (which is non-statistical in 1st level).
    But, I cannot able to see the actual cost in the 1st level WBS which also a Billing element (with this, finally we want to  do the Resource Related Billing).
    So expalin me how to bring actual cost posted on the costcenter of a Statistical WBS, to top WBS element which is non-statistical.

    U can book the actual cost from Procurement Cycle or by direct Invoice posting using FI transaction.
    Procurement Cycle:
    When you create PR or PO user Account Assignment Q or P and maintain WBS element. When u do GR or service entry actual cost is captured on the Project (WBS element).
    Using FI Transaction:
    When there is no PO and to book the cost u can use  F-43  to post actual cost (via Invoice) and mention WBS element.
    U can check the Actual Cost using Line item report CJI3 or S_ALR_87013532.
    Venkat

  • FBL1n - WBS Element

    Hi All,
    My client needs report for payment made and balance against WBS Elements.
    My process is PR>PO>SES>MIRO>Payment to Vendor.
    I tried FBL1n , after adding WBS elements (field selection) the values are blank.
    What is the reason for values coming blank?
    I am not using cash flow and dont want.
    Actually MIRO is account assigned to WBS Elements through Service Entry Sheet. So logically when i am making payment through F-53 against MIRO,the values should appear in WBS element in FBL1n
    Please suggest.
    Regards,
    Pravin

    if you are using Funds Management then you can find the in FM line item report.
    I doubt you can find in FBL1n, but i think in MM have report on vendor payment history and you can include additional fileds there, not sure on report name.
    You assign WBS to cost elements,  was wondering whether you can list WBS for B/s items.
    Thanks,
    Chanru

Maybe you are looking for

  • Printing background color - NOT

    I have someone who insists on sending me meeting minutes as email with a background color for the email. I'd like to turn off the background for printing, but can't figure how to do this. If I ask the printer to print B&W I get a grey background. In

  • HT1977 I purchased an app in ITunes but it will not install on my ipod

    I've followed all steps in the "Help" section & still cannot resolve.  I've never had good luck with Apple's response to these issues.  Any advice?

  • Spamtrainer and future dated spam

    I'm running: Mac OS X Server 10.4.11 Updated the components from osx.topicdesk.com Cron job for spamtrainer I noticed that spam with a date in the future does not get processed and erased when spamtrainer is run by the cron job. Is this normal? Shoul

  • Converting HDV to H.264 for storage. Any simple way dates and clip splits can be preserved?

    THE PROBLEM Tapes are one of the riskiest ways to archive footage as not only is there the possibility of tape damage but the very real chance that the camera will fail after a few years leaving you with unplayable footage .. .. .. .. unless you are

  • Print Jobs Stopped, Again...

    I really need help with this one; it has plagued me for years with 3 different computers and 3 different HP printers. I've read all the related posts with solutions that have worked for others, but now, none will help me. I've tried deleting and re-a