Create WBS Element under Specific existsing Level1 WBS Element

Hi friends,
       In a Project definition, once the User creates the Level 1 WBS Element,
I need to Create a Level 2 WBS Element by default. Please suggest me any function modules or BAPI
to Create the WBS element under Particular WBS Element.
I checked the BAPI BAPI_BUS2054_CREATE_MULTI
I hope it creates WBS elements, but not under Specific WBS element.
I am checking the function module CJWB_CREATE_PRPS
Please suggest how to go ahead.........
Thanks in Advance,
Ganesh

wbs cant b created under network,
just go to cj20n, select network/activity, then right click there, u ll never see any wbs element in create tab.
Graphically network is above a wbs in cj20n, does not mean that wbs is coming under network.
ashis

Similar Messages

  • To create an activity under WBS element

    Dear experts,
    Is there any way to create an activity under the WBS element directly w/o network in the PS module?
    I heard this from a user, as he claims that he read it some where, I am not sure about this.
    Can some one through some light on this?
    Thanks in advance,
    Regards,
    Praveen B

    hi,
    addiing to sharad change the setting for project profile opsa in plg board/dates tab network asst as 1 and don't inidcate the
    display netwk header so that netwk header can't be displayed to end user.
    regards,

  • While creating the networks under WBS it's giving error

    Hi experts,
    i am not able to create the network under WBS element. while creating the Networks it's asking Scheduling type under scheluling tab. I tryed giving with backwards and forwards options, after press the enter it's says"The factory calendar  does not exist (contact system administrator)". I am facing this error..
    Could anyone please help on this....
    Many Thanks in advance
    Srinivas

    Hi,
    Check if you have maintained a factory calendar in the following;
    1. OPSA - For project profile
    2. SPRO --> Enterprise structure --> Defintion -> Logistics General -> Define, Copy, Check plant. Check the factory calendar for the plant.
    Ensure the calendar is created and defined in your system.
    Also, maintain scheduling type in OPU6 T-code for the network.
    Regards,
    Kabir

  • IDOC and then create WBS element

    Hi guys,
    I need some help here.
    The process is like this. I'm creating an IDOC which would then create a WBS element.
    The message type used here is /ISDFPS/PS and Basic Type is /ISDFPS/PS01.
    I'm posting the IDOC using FM "IDOC_INBOUND_SINGLE.
    The segments that I'm populating are:
    /ISDFPS/E1BP_PROJECT_DEF
    /ISDFPS/E1BP_WBS_ELEMENT
    Its posting and creating the WBS element successfully but there is a small issue.
    Lets say I have a Project Definition A  and under that I have a Parent WBS B
    How do I put the newly created WBS element under the Parent WBS B?

    Friends, Let me correct my stand here.
    In my system, I simulated scenario, I am not getting REL status for higher level  TECO WBS, when I undo TECO for network activity. I tried to find out  why my  system is behaving in that way.  I referred note " 938066 - CJ20N: Cannot Undo TECO status of activity"
    According  to it correction is provided in Support package SAPKH60005 and I am at
    SAP_APPL     600     0002     SAPKH60002     Logistics and Accounting .
    So, My system is not correctly behaving. I have verified the same with one another note  Note 542974 - Status inheritance in different transactions
    Thanks to Ahmed &  A Bhardwaj  for overlooking me.  So, I re look and got the reason. Rashid, take solution given by Ahmed & Bhardwaj ( The same is up to mark )
    With Regards
    Nitin P.

  • Problem while creating WBS elements using LSMW

    Hello experts,
    I am able to create Project Definitions using LSMW. (using recording)
    But there is a problem while creating WBS elements.
    Tcode CJ20 has table control and that will become problem for multiple rows (levels).
    Can anyone suggest a solution to mass upload WBS elements?
    Thanks for your valuable advice.

    Hi,
    Instead of using "BAPI_PROJECT_MAINTAIN", use following solution. We are using this solution and it is working pretty good.
    If the WBS element is already created and you want to create one more with same data, first get the WBS related information using BAPI_PROJECT_GETINFO as you are doing currently.
    I am using different sets of BAPIs to create project, create / change WBS element.
    I use function module from Function group CJ2001 ( Project related BAPIs ), CJ2054 ( WBS related BAPIs ) and PS_BAPI ( pre/post processing BAPIs ). There are specific order in which you need to execute these BAPIs.
    For example if you want to create / change the WBS element, the BAPIs sequence is:
    <b>1. BAPI_PS_INITIALIZATION
    2. BAPI_BUS2054_CREATE_MULTI ( to create  WBS )
             or
    2. BAPI_BUS2054_CHANGE_MULTI ( to change WBS )
    3. BAPI_PS_PRECOMMIT
    4. BAPI_TRANSACTION_COMMIT</b>
    Check the documentation of BAPI "BAPI_BUS2054_CREATE_MULTI " to see how these function modules work.
    Let me know if you need further information.
    Regards,
    RS

  • Error while Creating WBS element using BAPI 'BAPI_BUS2054_CREATE_MULTI'

    Hi Expert,
    I've a requirement to create WBS elements using BAPI. And I am using BAPIs in the following manner.
    CALL FUNCTION 'BAPI_PS_INITIALIZATION'
      CALL FUNCTION 'BAPI_BUS2054_CREATE_MULTI'
        EXPORTING
          i_project_definition = g_pdwbs
      TABLES
        it_wbs_element             = it_wbs_element
       et_return                  = it_return
      EXTENSIONIN                =
      EXTENSIONOUT               =
        CALL FUNCTION 'BAPI_PS_PRECOMMIT'
          CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    When I do so I am getting the below errors. Please suggest.
    "Individual check for creating the object WBS Element C-497082 required ".
    "Individual check for creating the object WBS Element C-497082-0001 required".
    Please suggest how to correct this error. 
    <REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>
    Edited by: Alvaro Tejada Galindo on Aug 18, 2008 5:25 PM

    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?
    Thanks,

  • Error while creating WBS element.. regarding source structure

    I am creating a project and then a WBS element. Its a investment project. While creating WBS element XXX, it gives me error that "WBS element XXX: SOurce assignments for source structure A1 missing in Investment Profile ZZZZZ."
    What shall I check? what could be the reason?
    Thanks,
    A

    hi,
    In this IMG activity, you define the source structures used when settling and costing joint products.
    A source structure contains several source assignments, each of which contains the individual cost elements or cost element intervals to be settled using the same distribution rules
    Just consult with your CO Consultant...
    Venkatesh

  • Wbs element can no longer be shifted error while creating wbs

    i am trying to create wbs with bapi_project_maintain, i am facing an error with message no 418 WBS element 1899-CAP-10-100-001-1507 can no longer be shifted

    - You tried to change the hierarchy of the project, despite the fact that some budget has already been assigned. Try to add the WBS to another node or place in the project hierarchy.
    - You could also reset budget using transaction CJ30 and remove the availability control on the project using transaction CJBW.
    Regards,
    Raymond

  • Standard interface file format to create WBS elements

    Hi Gurus,
    Could you please let me know where I could find the SAP standard file entry format to create WBS elements master data?
    The goal is to interface WBS master data from an upstream system to ECC6.
    By the way, do you know an easy way to create a "real time" interface between an upstream system and ECC in order to skip the batch part?
    Thanks & regards,
    barabace

    > The goal is to interface WBS master data from an upstream system to ECC6.
    >
    What do you mean by it.  If it is MSP or primvera than some standard integration product are there. Otherwise take help of technical team and figure out best solution.
    With Regards
    Nitin P.

  • Error in creating WBS element BAPI_BUS2054_CREATE_MULTI

    Hi
    I am calling BAPI_BUS2054_CREATE_MULTI  for creating WBS elements for the blocked project . I am passing the detailed project definitiion with level ( like A5/01/01) . I am getting error that WBS element for the object could not be created  error 076 that BAPI is not initialized .
    Now to solve this I called BAPI_PS_INITIALIZATION first then am calling BAPI_BUS2054_CREATE_MULTI then its throwing dump  and if I want to run thru se37 then still giving the same error mentioned above
    Please let me know what should I need to do to remove the error .
    Helpful answer will definetly ..
    Thanks a  lott in advance

    Hi ,
    I want to create a WBS element using the BAPI's  BAPI_BUS2054_CREATE_MULTI .
    I did this sequence of test  :
    BAPI_PS_INITIALIZATION
    BAPI_BUS2054_CREATE_MULTI
    And I have this return
    S    CNIF_PI              004     Individual check for creating the object WBS Element U008-F033-001 required    
    CAn you tell me what to do in order to resolve this problem ( calling a commit after this sequence leads to 'DUMP' bacause no precommit is called before )
    can u send me a code Plz...
    Thanks in advance

  • Creating WBS element using bapi BAPI_PS_INITIALIZATION

    Hi All,
    I have created Project definition successfully  using function module "BAPI_PROJECT_MAINTAIN" .
    But while trying to create Wbs-Element for the project definition using same function module  "BAPI_PROJECT_MAINTAIN"   we are getting the following error
    Key does not correspond to mask: TR.XXXXX.X.X.XXX
    Could any one help me out to resolve this issue.
    Thanks in advance.
    harsha p

    Hi harsha p,
    Error CJ609 "Key does not correspond to mask:TR.XXXXX.X.X.XXX" is always caused by an inconsistency between the project/WBS object number and the coding mask. Therefore, to solve the problem can you please try to run report ZZADJUSTPOSID from note 453280 attached?
    The report should be imported into your system manually by SE38.
    Please run it first in test mode to check the wrong entries and then correct them in update mode.
    Best Regards,
    Edna

  • Integration cProjects and PS. Incorrect order of the created WBS elements

    There is a ERP2005 and cProjects 4.0 and automatic multilevel controlling to WBS elements is activated.
    But sometimes I get the backward order of the created WBS elements. For instance, in cProjects I have the following structure:
    Project definition
    - Phase 1
       -- SubTask a
       -- SubTask b
    - Phase 2
       -- SubTask c
       -- SubTask d
    In PS I get the following structure:
    Project definition
    - Phase 2
       -- SubTask d
       -- SubTask c
    - Phase 1
       -- SubTask b
       -- SubTask a
    Does anybody know what is the reason of such behaviour?
    Thanks!

    Does anybody know the reason?

  • Creating WBS Element BAPI_BUS2054_CREATE_MULTI

    hello all
    in my zrfc to create WBS element
    i have called following BAPIs
          CALL FUNCTION 'BAPI_PS_INITIALIZATION'.
          CALL FUNCTION 'BAPI_BUS2054_CREATE_MULTI'
            EXPORTING
              i_project_definition = temp_pspid
            TABLES
              it_wbs_element       = it_wbs_element_new
              et_return            = it_return.
         CALL FUNCTION 'BAPI_PS_PRECOMMIT'.
         CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    I have return the zreport to call above RFC
    The values that i am passing to wbs internal table are
    WA_WBS-ZI_PSPID = '1-4275/P'.
    WA_WBS-ZI_POSID = 'T-01117'.
    WA_WBS-ZI_POST1 = 'TEST WBS FROM REPORT'.
    Append WA_WWBS to IT_WBS
    then i pass IT_WBS to my ZRFC
    but i am getting error message at BAPI_BUS2054_CREATE_MULTI
    my question is am I passing parameters in right manner?
    do the hardcoded parameters need some conversion and if yes what do i need to de?
    thanks
    sheetal

    Hi ,
    I want to create a WBS element using the BAPI's  BAPI_BUS2054_CREATE_MULTI .
    I did this sequence of test  :
    BAPI_PS_INITIALIZATION
    BAPI_BUS2054_CREATE_MULTI
    And I have this return
    S    CNIF_PI              004     Individual check for creating the object WBS Element U008-F033-001 required    
    CAn you tell me what to do in order to resolve this problem ( calling a commit after this sequence leads to 'DUMP' bacause no precommit is called before )
    can u send me a code Plz...
    Thanks in advance

  • BAPI_BUS2054_CREATE_MULTI error while creating WBS Element

    Hi Gurus,
    I am trying to create WBS element by using    BAPI_BUS2054_CREATE_MULTI
    but bapi raise an error that I can not understand.
    in return table I got the following error with the error code CJ - 021
    " XXXX-YYYY-ZZZZ WBS Element does not exist "
    But I try to create already? What does 'Does not exist' mean?
    By the way I am using
    CALL FUNCTION 'BAPI_PS_INITIALIZATION'. before using  BAPI_BUS2054_CREATE_MULTI
    thanks in advance, it is an very important
    Mehmet Ali

    Hi.
    I have the same problem. Have you solved?
    Thanks.
    Angie

  • Error while Creating cost element under category 90

    Dear Experts,
    I have some Balance Sheet related G/L account, which I have created as cost element through transaction KA01, system gives an info message saying its an BS related account, if I ignore that message and proceed further it creates a Cost element with category (system automatically picks the category and the field gets into gray mode) 90.
    We have created one more BS G/L account today and trying to create the cost element for the new G/L account, system is producing an error message:
    G/L account 3200220 is a balance sheet account
    Message no. KS036
    Field status group     R005     Material accounts is maintained
    Can some one guide me to rectify this error?
    Thanks in advance,
    Regards,
    Praveen

    Hi,
    The use of cost element category 90 is only provided                            
    in the following two cases (note Note 75980):                                                                               
    1. asset acquisitions and down payments which are                           
       assigned directly to a fixed asset or asset under construction can       
       be assigned to an account on internal orders or WBS elements             
       statistically.                                                                               
    2. cost elements of category 90 can also be created                         
       for material stock accounts to display material make-to-order stocks     
       on sales orders or customer projects.                                                                               
    If you G/L account does NOT correspond to the standard cases 1) or 2),      
    you can (on your own responsibility)                                        
    both deactivate the account assignment                                      
    check in the CO interface (message KI098) and when you create cost          
    elements (message KS036). Both checks are deactivated by maintaining        
    Transaction OBA5. Deactivate message KI098. Message KS036 cannot be         
    deactivated directly with Transaction OBA5 - rather, it is deactivated      
    indirectly when you deactivate message KI098.                               
    The message must be DE-ACTIVATED. Please do not set it to any other         
    type. Please proceed as follows:                                            
    Please call OBA5 in the production system - if not set to changeable        
    please do this in Your development system.                                  
    In OBA5 choose KI and in the detail screen add 098. 
    Then set the type of warning to "-".  
    Best regards,
    MLM

Maybe you are looking for

  • How to add an Infotype to an exsting Infoset (ad hoc query)

    Hi, How to add an Infotype (Ex. 0025) to an exsting Infoset (ad hoc query)? I was trying by clicking on 'Extras' tab & create...I get three options, create field, create table or create structure. I am not sure which to use or is there any other way?

  • Variant in Crystal Report

    Hello Experts, I have created variants in BW for one of my report, I have created Crystal report on top of same bex query but I don't see variants I have created when I run my crystal report. Is it possible to see variants in Crystal or WebI reports,

  • I can not download Windows Security Updates due to incompatibility with FireFox.

    Firefox is not allowing critical security updates, or any updates, to Windows and Adobe. It also interferes with my Norton security updates!! (have premium home user software). I don't like this new version of Firefox. I had agreed to be a beta-teste

  • Function module - Create Customers in ERP

    Hi Gurus, I am working on an implementation of ISA for ERP and I need to create customer in ECC 6.0 from a web page that will be included in the ISA application. Can anybody suggest me a standard function that can be leverage for this purpose? Thanks

  • Cannot write in Japanese characters on Firefox 7.0 using Mac OSX 10.5.8

    Ever since I upgraded to Firefox 7.0, I cannot input Japanese characters into Firefox. I use a Mac OSX 10.5.8. I have my international settings such that I can write in this and other languages, but none come up other than English. I can write in Jap