Not allowing to create wbs element

Hi Experts,
It would be really kind of you to Help me out of the situation,
Iam trying to Add one more wbs element .The system was throwing error.
and Iwant to consider activity dates at the time of caliculating wbs date How to do this.
Thanks
Athidi.

Hi Dear ,
Iam getting Error::
"Several WBS elements on level 1 not allowed
you cannot save the wbs if there are several wbs elements at level 1."
Thanks,
Atidi

Similar Messages

  • System is not picking up the WBS element from Asset in PO.

    Hi,
    While creating Purchase Order with account assignment category
    as "A"(i.e.Asset), system is not picking up the WBS element from Asset
    Master, even though it is defined in the asset master.
    Please help.
    Thanks,
    Ninad

    Hello Ninad,
    Please, see the SAP Note 21583. I think it might be of help for your case.
    Best regards,
    Esther.

  • 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.

  • 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

  • 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

  • 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 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

  • I am getting the following error: Unable to authenticate the package: B_SPACE_NUTRITION.itmsp                     ERROR ITMS-9000: "OPS/ibooks.ncx(5): element "content" not allowed yet; missing required element "navLabel"" at Book (MZItmspBookPackage)

    I am getting the following error when attempting to deliver my iBooks Author book package via iTunes Producer: "
    Unable to authenticate the package: B_SPACE_NUTRITION.itmsp
                        ERROR ITMS-9000: "OPS/ibooks.ncx(5): element "content" not allowed yet; missing required element "navLabel"" at Book (MZItmspBookPackage)"
    I understand that there's something wrong with the TOC file (.ncx), but I have tried everything and nothing seems to work. Every section of the TOC is labeled, so not sure why the navLabel issue is happenening.
    Any help is GREATLY appreciated! Thank you.

    Similar issues looks like. Are you using a template other than those in iBooks Author? That's what I did, and that was definitely part of the issue.
    After digging through .ibooks code for hours and still not seeing the problem, I decided to reach out to one of the Apple epub conversion affiliates in iTunes Connect. They said they could repair the file without a problem, started working on it, only to come back a week later and say they couldn't work on .ibooks or .iba files yet.
    So, in complete frustration, I decided to transfer my content page by page from the blank template I downloaded from a vendor online to one of the "textbook" templates in IBA. This was a long process as I had to unlock and clear out the formatting of the template. But, once that was done and content was transferred over, all was good. I submitted/delivered the same content and preview book within the new template and it went right through the first time (all metadata was exactly the same as well).
    Now, the iBookstore approval waiting process begins!
    Good luck!

  • Attribute 'bindingStyle' is not allowed to appear in element 'jxb:globalBin

    I am using JAXB version
    xjc version "2.0-b26-ea3"
    JavaTM Architecture for XML Binding(JAXB) Reference Implementation, (build 2.0-b26-ea3)
    I have defined an external binding file
    <jxb:bindings
    version="1.0"
    xmlns:jxb="http://java.sun.com/xml/ns/jaxb"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    schemaLocation="address.xsd" node="/xsd:schema">
         <jxb:globalBindings bindingStyle="modelGroupBinding"/>
              <jxb:schemaBindings>
                        <jxb:package name="com.oracle.test.address"/>
                        <jxb:nameXmlTransform>
                                  <jxb:modelGroupName suffix="Group"/>
                        </jxb:nameXmlTransform>
              </jxb:schemaBindings>
    /jxb:bindings>
    and my XSD is
    <?xml version = "1.0" encoding = "UTF-8"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://xmlns.oracle.com/address"
    xmlns:tns="http://xmlns.oracle.com/address">
    <xsd:element name="address">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="street" type="xsd:string"/>
    <xsd:element name="city" type="xsd:string"/>
    <xsd:group ref="tns:pinorzip"/>
    <xsd:element name="state" type="xsd:string"/>
    <xsd:element name="streetNext" type="xsd:string"/>
    <xsd:choice>
    <xsd:element name="phoneNumber" type="xsd:string"/>
    <xsd:element name="speedDial" type="xsd:int"/>
    </xsd:choice>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:group name="pinorzip">
    <xsd:choice>
    <xsd:element name="zip" type="xsd:positiveInteger"/>
    <xsd:element name="pin" type="xsd:positiveInteger"/>
    </xsd:choice>
    </xsd:group>
    </xsd:schema>
    When I try to generate Java classes for this XSD I get the following error
    [ERROR] cvc-complex-type.3.2.2: Attribute 'bindingStyle' is not allowed to appear in element 'jxb:globalBindings'.
    line 8 of file:/D:/Mahesh/webservices/JAXB/samples/address.xjb
    Failed to parse a schema.
    I would appreciate if anybody could point out as to why I am getting this error.
    Thanks,
    Mahesh.N

    Are you sure your version of Spring is being picked up?

  • Not allow to create delivery note if not enough stock

    Hi
    is it possilbe not allow to create delivery note if not enough stock? how can i do it
    thanks

    In case of partial delivery, it allows creation of delivery and PGI only for the quantity of the material which is available in unrestricted stock.
    If it is complete delivery and if the stock is not available, it tells you the log saying that only X quantities of delivery is possible and it will ask you to enter the quantity you want to deliver. But as ur sales doc is marked for complete delivery, delivery wont be possible for this.
    In nutshell, if you want to deliver the quantity which is more than the available quantity in stock, delivery creation wont be possible.(Tested and confirmed)
    Rwd if this helps
    Message was edited by:
            Navaneetha Krishnan

  • 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.

  • Trying to post a question and receiving: You are not allowed to create or update this content

    I am a newbie and am trying to post a question to the support communities and received this reply:"You are not allowed to create or update this content"
    My question:
    Help! Not all my incoming mail messages are going to my home computer account. Some are derailed and end up in my inbox on my iphone only. My husband is waiting for a message to come through on the home computer and sometimes they end up on my iphone5 accounts. Yikes! He is not happy. Some messages come to my pc email and some only to my phone. But then, some come to both as they should. I need all mail to arrive at both home and on my iphone. I would so appreciate any help or advice given. Thank you!  Iphone 5c  IOS 7.1.2

    I'm not sure, but you might try this (instructions are from my 5s running iOS 7.1.2):
    On your iPhone, go to Settings -> Mail, Contacts, Calendars
    Find the account you're having the problem with
    Touch the arrow to the right of it, which will bring up a screen that has the account name, Mail and Notes
    Touch the account name. This brings up a settings screen for only that account.
    Go down to Advanced and touch that
    See what it says under Deleted Messages. If Remove is set to something really short, your iPhone might be deleting the messages before they have a chance to download onto another device.

  • 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?

Maybe you are looking for

  • SSL VPN on Cisco 1941 with Firewall woes

    Hi Folks, Been trying to setup SSL VPN on a 1941 with limited sucess. I can get the VPN configured and working but as soon as enable the firewall it blocks the VPN The VPN connects and I can ping the internal gateway address from a remote client  but

  • After installing CC, The font on some websites has changed in my browser Google Chrome. Help!

    After installing CC, The font on some websites has changed in my browser Google Chrome. Help! take for example facebook & ebay, the fonts have changed to a distorted block type font, very un-readable, Only after I installed adobe CC, this took place.

  • LIghtroom 5.7 Freeze and not answering MAC OS/X  10.9.5

    Hi After installing lightroom 5.7 I get some performances issues. Lightroom is using a lot of memory," free memory available" is decreasing even I am doing nothing. In  all modules, when I want to go from on image to an other, there are freeze every

  • Java files work but jar files do not

    Hello everyone! My java files run normally and I get a response that I expect (which is successful). Imagine my surprise when I collected them in a Jar and the very same files inside the jar no longer work! I get a response (still generated by my jav

  • BAPI-For service entry

    Hi, I put all required data in BAPI (BAPI_ENTRYSHEET_CREATE) and executed it. It gives return message saying service entry successfully created and gave the SES number. I went to ML81N for seeing the service entry but gives message no service entry e