BAPI_BUS2054_CREATE_MULTI Mandatory I/P values?

Hi Guys,
             can anybodytell me what are the mandatory I/P  paramters to be populated for Creation of WBS elements for the BAPI BAPI_BUS2054_CREATE_MULTI?
Thanks,
Gopi.

Hi Ravi,
I have an problem with the BAPI.
I want to create a WBS Element in an existing Project and have to consider the level of the wbs element (2, 3, 4).
I always receive the message that the hierarchy could not be build for the current PSP Element.
Project Definiton = WA300 and the current structure is:
WA300
   --> WA300                                 Level 1
       --> W-A300-AG                     Level 2
           --> W-A300-AG-AG          Level 3
The WBS-Element Structure is filled like this (for example):
ls_wbs_element-wbs_element = 'WA300AI'.
ls_wbs_element-description = 'Description of to be created psp element'.
ls_wbs_element-wbs_up    = 'WA300'.
So the new structure should be like that:
WA300
   --> WA300                                 Level 1
       --> W-A300-AG                     Level 2
           --> W-A300-AG-AG          Level 3
       --> W-A300-AI                       Level 2
In the return structure I get the message :
ID: CNIF_PI
NUM: 074
Can anyone help me?
When call the BAPI and the element wbs_element-wbs_up is initial and wbs_left is initial, it works but the bapi tries to create the element as Level 1 and thats not allowed in our own validation.
Thank you very much
Thomas

Similar Messages

  • BICS - Passing Mandatory Filter Variable value to a BEx Query

    Hi All,
    I have similar problem as the below URL.
    BICS - Passing variables to a BEx Query
    Details:
    I have a mandatory filter - Display Currency in BEx query. I'm trying to input this mandatory filter from Xcelsius, (by mapping the filter value to a cell in Xcelsius spreadsheet).
    However, when I lauch the dashvoard in IE page, it still throws an error:
    " One or more mandatory varaibles of the query... are not filled"
    Does anyone face this issue?
    Regards,
    AK

    Hi Sriram,
    I assume you are using SAP direct connectivity.
    >> Yes, it is direct connectivity to SAP-BW.
         (And I'm publishing this dashboard in SAP-BW system itself.)
    1. What are all the Variables you get in intial variable screen?
    because if you have a Mandatory variable in your Bex query, a intial variable screen will appear with all the variables.
    >> I'm testing the underlying BEx query, it has one mandatory variable for "Display Currency". Other are optional variable-filters, so other filters are not a problem.
    2. when you get this error "One or more mandatory varaibles of the query... are not filled", just after the Launch or after the variable screen?
    >> I use the option in Xcelsius: SAP --> Launch -->  a new IE page opens, then I get this error
    3. However you can bye pass this screen only when you give default values to your mandatory variables.
    >> When I use personalization in BEx side, to input default value (e.g: USD), and then run this standard content dashboard, the hangs.(Do not see anything on IE page for long time. Though the data is very less-Few hundres rows)
    So, I'm looking at passing the value from Xcelsius-spreadsheet, however, the dashboard is not picking up the value from the mapped-cell.
    Hope this gives more clarity on the problem.
    Cheers,
    AK
    Edited by: Anil Kumar2981 on Jun 16, 2011 12:12 AM

  • Mandatory filter which value depends on user choice

    I've just start my experience with SAP BO, and I have big problem to solve. Iu2019m using Universe Designer and I need a mandatory filter, which can have one of two values. The value of filter depends on user choice. Filter should have default value. Eg. when user choose "internal view" filter will add expression tabe.column = 'X' to a query, when user choose "external view" filter will add expression table.column = 'Y'. The main problem is that chosen value should be remembered in report. So user cannot be prompted every time to choose a value. Does anyone has any idea how to solve this problem? The best solution would be when one filter could reference to another. Or to use internal report variable, but I think there is no such thing. Thanks for any advice.

    It should be solved by using an @prompt in the mandatory filter.
    eg. table.column = @Prompt('Select internal or external','A',{'internal view','external view'},Mono,Constrained,Persistent)

  • Making a field mandatory based on values in a drop down

    Hi,
    I am new to Javascripting on the Adobe Designer and we have a requirement to make a text field mandatory based on one of the values selected in a drop down list on the same form.
    When I say mandatory I mean we need to prevent the form from being Saved if this text field is not filled - specifically when a value (say "Promotion") is selected on a drop down.
    Please help me with the events under which the script needs to be placed and the scripting commands.
    Thank you!
    Neera

    Hi,
    You can put PPR event on EMAIL field. Catch that event in PFR and put your logic there like:
    if EMAIL is not null then make FORMAT field mandatory (for that u can catch that in PR)
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Conditionally mandatory parameters using value sets.

    I Have three parameters batch, from_date and to_date . I want either batch or (from_date and to_date) as mandatory parameters .
    I the user enters from_date, then i want to_date as mandatory as well.
    Any help would be appreciated.
    thanks in advance
    vittal

    Hi,
    You can check the values of your parameters in your after parameter form trigger
    IF :FROMDATE IS NULL AND :BATCH IS NULL THEN
        RETURN FALSE;
    ELSIF :FROMDATE IS NOT NULL AND :TODATE IS NULL THEN
        RETURN FALSE;
    END IF;
    RETURN TRUE;Regards
    MP

  • Table -Mandatory fields -Intial Values

    All,
    Created a custom table with mandatory fields with Intial values. But now I want these mandatory fields with out Intial values.I tried to disable it and activate the table, But these intial values are comes back(enabled automatically) after table activated. Also I tried with SE14, but it returns the same.
    Some one please suggest me on this Issue .
    Regards,
    srs

    Hi,
    You cannot disable the once set value for the primary ker fileds and activate it again,as once value set for the key fields they will remain as it is. But this doesnot mean you cannot do it .
    Delete all the enteries from the table, delete the maintainence generator,activate the table.
    Again maintain the maintainenece generator and activate the tabel, and now do the eneteries.
    though this is bit lenghty procedure but will will solve the problem.
    Pooja

  • How to call a Query from widget which has mandatory variables/filter values

    Dear Gurus,
        I want to show data from BI query (BEX) in Wedget, which has variable/ Filter as input parameter.     Please tell me how add these parameters while calling query throgh web service.
    Regards,
    Aslam Khan

    Hi Aslam,
    Kindly refer to Page Number 49 u2013 23rd Point and Page 50 and 51 in the SAPEnterpriseWidgetDevelopmentGuide.pdf u2013 Which explains how to pass the Import / input Parameters.
    You can also refer these links u2013 [How to pass more than one value in RfcRequest ?;
    [how to bind an input field with an rfc input;
    Hope it helpsu2026
    Regards,
    Shilpa B.V

  • How to make Target Value field mandatory in WK  contracts

    Dear All,
    Can the Target Value field in quantity contracts be set to a mandatory field like in Value contracts?
    Regards.

    Hi
    quantity contracts are used when you would like to limit quantity irrespective of the value of contract. Therefore quantity field is made mandatory here.
    similarly value contract is used when you would like to limit value irrespective of quantity of goods.Therefore value field is made mandatory here.
    Hope it helps you.

  • UpdateException mandatory value is missing

    Hi Experts,
    i have a strange problem. I try to update an existing object, but the following error is shown:
    Failed SetCustomerAvailable: com.sap.caf.rt.exception.CAFUpdateException: Mandatory attribute CustomerAvailable value is missing:
    CustomerAvailable is a Attribute of my Business Object (Cardinality 1..1) i try to update the field with:
              CustomerService cs = this.getCustomerService();
              Customer customer = null;
              try {
                   customer = cs.read(CusomerID);
                   customer.setCustomerAvailable(true);
                           cs.update(cusomer);
    } catch .....
    Thank for Help

    Workaround is to set the attribute not be mandatory (Cardinality 0..1).
    Is this a bug or intention?

  • How to use two view Accessor's in a List of Values

    Hi
    I have one Transient VO , dragged on to .jsff page. One of the attribute of the transient VO has list of values.
    I have two View Accesors, First View Accesor consists of only ID's and Second View Accesor consists of Description value associated to each ID in the first View Accesor, Now I have to use these both View Accesor in such a way , Values are from First View Accesor and Description is from the second View Accesor as a drop down on my jsff page.
    The source for these both View Accesors are different. There is no relation ship between the two View Accesors. Is it possible to have these two View Accesors to a single drop down list ?

    Hi..
    yes ..on the same line i was getting ERROR.I got it resolved by rebinding it to the perticular column again.below is my code..
    <af:inputListOfValues id="valueId"
    popupTitle="Search and Select: #{bindings.Value.hints.label}"
    value="#{bindings.Value.inputValue}"
    model="#{bindings.Value.listOfValuesModel}"
    required="#{bindings.Value.hints.mandatory}"
    columns="#{bindings.Value.hints.displayWidth}"
    shortDesc="#{bindings.Value.hints.tooltip}"
    label="#{bindings.Value.hints.label}"
    inlineStyle="size:small;">
    <f:validator binding="#{bindings.Value.validator}"/>
    But i had to edit the value and validator parameter to make it row binding as shown below.I dont understand even after i bind the perticular datacontrol to the ADF table..it was still showing as
    value="#{bindings.Value.inputValue} not as value="#{row.bindings.Value.inputValue},because of this it was not able to function properly..
    <af:inputListOfValues id="valueId"
    popupTitle="Search and Select: #{bindings.Value.hints.label}"
    value="#{row.bindings.Value.inputValue}" model="#{bindings.Value.listOfValuesModel}"
    required="#{bindings.Value.hints.mandatory}"
    columns="#{bindings.Value.hints.displayWidth}"
    shortDesc="#{bindings.Value.hints.tooltip}"
    label="#{bindings.Value.hints.label}"
    inlineStyle="size:small;">
    <f:validator binding="#{row.bindings.Value.validator}"/>
    ~Harish
    Edited by: 886523 on Sep 28, 2011 2:52 AM

  • Cannot enter value in selection screen for Hierarchy variable.

    Hi All,
    I have a hierarchy variable on the selection screen for Org unit.
    When i execute the report via Bex or RSRT i am able to enter the value directly into the selection screen input field without going for F4 help and then selecting the value.
    But when the same query is used in web template and executed the input field for the variable on the selection screen is greyed out and doesnt allow to type in the value. Only way to fill in the value is via F4 help.
    Can anyone tell why is this happening and is there any way this can be changed?
    Thanks in advance.
    -RJ

    Hi Prakash,
    I am not able to select or click on the input field of the selection screen before and after selecting the value
    CTRL+K doesnt work for me.
    The display field is populated only when i select a node from the F4 help screen.
    When executed from RSRT the field is highlighted and i am able to enter the value unlike when executed on web browser.
    The variable is Mandatory multiple single value readu for input.
    I found an article saying that for hierarchy node variables the values are forced by F4 value help as the values that are entered manually might not be unique.
    This is the link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/15839190-0201-0010-adb1-d2edd9857b0a
    I would like to know if there is a work around or setting that can be made to make it work?
    -RJ

  • Data inconsistency: Area 30 for value takeover is missing

    Hi Experts,
    I am trying to enter Asset Transaction: Asset Sale Without Customer (ABAON) but I am getting the error below:
    Data inconsistency: Area 30 for value takeover is missing
    Message no. AAPO105
    Diagnosis
    According to its formula, depreciation area 31 is defined for mandatory takeover of values from depreciation area 30. However, depreciation area 30 was not posted during the current transaction (chart of depreciation MY01). This is not allowed.
    Procedure
    Check the specifications for the current transaction type.
    I have checked OAYZ configuration. Area 30 does not have a 'Deactivate' tick on it. What does the Deactivate tick mean? If I need to change and tick it, how do I so since it is grayed out?
    I hope someone can help me out with this.
    Thanks,
    Josef

    Hi Josef,
    This might be due to new depreciation area addition recently, is it ?
    For the message in AFBN,
    Depreciation area  that you entered in chart of depreciation cannot be processed, as this program can only process real depreciation areas and not derived areas.
    If it is a derived depreciation area then this program not works.
    Based on initial error message it appears 31 is deriving values from 30. You might have run AFBN for area 30. Please check what the parameters in area 30. Some time dep.area defined as derived can be a real dep.area if it is the differences derived value from other dep.areas.
    In that case please check the link back where exactly the values should come and flow.
    Regards

  • Mandatory default account assignment for HIBE material

    Hi,
    For stock transfer PO we need account assignment Mandatory with default value "K" while creating the stock transfer PO.
    How we can do this?
    With Best Regards,
    Rajkumar

    Thanks for the reply.
    We want the same functionality as described by you.
    The requirement is that, when the stock transfer PO will be created the account assignment for line item of HIBE type (only) should be displayed as "K" i.e. Acct. assig. is mandatory and default equal to "K". With this restriction the user creating the Stock transfer PO for HIBE material will be prompted to enter cost center and GL account. And when goods receipt will be made for the PO,  the HIBE material will get consumed for cost center.
    So, can we made such restrictions while creating stock transfer PO?
    With Best Regards,
    Rajkumar N. Phand

  • Manual and mandatory condition type??

    Hi
    What happens when you do not enter a value for a manual and mandatory condition type?
    What are the difference between these two?

    Manual:
    This indicator specifies whether the specific condition type can be determined manually during sales order processing.
    If we check the box then the entry is going to be manual, if we uncheck it, it is going to be automatic.
    For Base Price and Taxes, the entry should be automatic.
    For Discounts and Freights, The entry should be manual.
    If we check the box, in VA01 when we go to conditions at the header/item level, the condition type will not be listed. If we require we will have to manually enter it.
    If we uncheck the box, in VA01 when we go to conditions at the header/item level, the condition type will be listed.
    Mandatory:
    This indicator specifies that particular condition type is mandatory in the pricing procedure.
    If we check the box, then in VA01 at the header/item level in the conditions tab, if we delete the value in the condition type and try to save the document then system will not allow us to do it and throws an error.
    If we uncheck the box, then in VA01 at the header/item level in the conditions tab, if we delete the value in the condition type and try to save the document then system will allow us to save it, without giving any error.
    Mandatory check box should be checked in condition types which are compulsorily required in pricing procedure. Ex.: PR00, MWST.
    If the condition type is checked with mandatory option, then value should be maintained for that condition type, otherwise the system will not allow the user to process the document.
    Hope it helps you.
    Regards
    AK
    Please reward points if helpful

  • KE without sales value ???

    HI Gurus ,
    I have following scnario ,
    System does not allow for the processing of a 'no charge' invoice using
    the order type KE Consignment issue.
    When creating this order type a mandatory net sales value is required,
    order remains incomplete and does not allow for processing through to
    delivery status without a value.
    We need to be able to process these orders without a sales value
    I appriciate any help.
    Thanks in advance!!!

    Dear Amod,
    I think, you just refer to following thread once:
    Free of charge
    As, things are already discussed and answered, i am not writing the same.
    Once read, if there is any other-query, Please post the same.
    Best Regards,
    Amit
    Note: to understand other Concepts:
    Free of charge Delivery and Free of Charge Subseqauent delivery..
    Re: Free of charge delivery....

Maybe you are looking for

  • HP Laserjet Pro 100 Color MFP M175nw

    I am not able to get it started with e print or scanning... any suggestions?

  • Pre10 crashes, hangs, and "Error compiling movie. Unknown error."

    I'm using Premiere Elements 10.0 and an am having a lot of trouble.  On a simple project (just half a dozen video clips with audio and some DVD menu stuff) I din't have much trouble. However my bigger project (which is the reason I bought PRE10) isn'

  • Upgrade from Tiger (client) to Leopard Server

    Hi all, I have a client with an existing dual G5 box they have running Tiger. They use it as a file share primarily but want the extra functionality of the server OS (viz Leopard server). Is there an upgrade path from OS 10.4 client to 10.5 server or

  • Creating Zip  of multiple zip files without storing at perticular location

    Hi, I am having any number of files in folder called as OUTPUTFILES.And i want to create a zip file of that files e.g.If there are 3 files in outputfolder namly A,B,C..THen zips are as follows A.zip B.zip C.zip and after that i want one zipfile of th

  • Blocked pop up window

    Hi, Could someone help me with a pop up window problem. I'm new to dreamweaver, and am currently trying to build my own site. On my home page, i have a link which visitors click on to 'open up a new window' which contains my main Flash site. I've cre