BAPI_MATERIAL_BOM_GROUP_CREATE cannot set "Fixed Qty" = "" (Item cat.'T')

Hi All,
I got the problem that BAPI_MATERIAL_BOM_GROUP_CREATE cannot set "Fixed Qty" = "" when item category = "T". It always set = 'X', after finish BOM creation. Is it about the default value somewhere in this BAPI? How can I fix this?
Thank you very much

Thanks Jeevan,
In FM: CSAP_MAT_BOM_CREATE, this FM can create BOM with Fixed Qty= '', if we set FL_DEFAULT_VALUES = ''. Therefore I wonder why BAPI cannot.
The reason I choose BAPI because I cannot create the new BOM with FM if that material already have BOM. It always gives the message "BOM is already exist". Even I use FM: CS_BT_MASTB_READ to propose the new alternative BOM (2,3,4,...), it always message with alternative 1.
The current solution is using CSAP_MAT_BOM_CHANGE to change Fixed Qty after create with BAPI, but it is not the good solution. Therefore I want to know how I can set Fixed Qty blank with BAPI.

Similar Messages

  • FRM-41014: Cannot set attribute of null canvas item CTL_GLOBALS_USERAREA

    Hello experts
    Has any one encountered the "FRM-41014: Cannot set attribute of null canvas item CTL_GLOBALS_USERAREA" error at any time? What was the fix? I thought setting the environment variable HRUSERAREA="OFF" in the env file would resolve this. But unfortunately, in one of our instances this is set and yet the same error shows up again.
    We are upgrading from 10.7 to R12. Linus is the OS. Any inputs? What else do we have to check between the instances where it works and the one that produces the error?
    Thanks for responding.
    Srikanth

    Vasanth
    Thanks for your response. The last post in that link seems to suggest that "the error will be shown only by clients, which used [en-gb] scheme in Internet Explorer." But in this case, the library HR_GEN.pll has the SET_ITEM_PROPERTY call which attempts to set the null canvas item's property. The function that helps in making the decision whether or not to make this item property call is done by a function called USERAREAENABLED within the library. This function calls a user exit to determine the value of the env variable $HRUSERAREA. Somehow this returns "ON" inspite of "OFF" value with which this variable is defined in the env file. Could something else be overriding this env file setting?
    Srikanth

  • Third Party Orders not appearing in billing due list. Item Cat billing rel 'F' & VTFA Billing Qty E

    I had a requirement to do my customer billing for third party scenario before doing the invoice verification.
    The solution that was proposed was to make the following changes,
    In VOV7 (For TAS )item category the billing relevance should be (G) and
    in the copy control VTFA  at item level  for item cat (TAS)maintain the billing qty(E).
    http://scn.sap.com/thread/3522580
    The problem I faced with the above config change was that nothing was appearing in the billing due list and when I tried to do a billing from the order directly, it would not let me.
    Then I made the following change,
    In VOV7 (For TAS )item category the billing relevance as (F) and
    in the copy control VTFA  at item level  for item cat (TAS)maintained the billing qty(E).
    Now after the MIGO is done based on the PO, the system allows me to do a customer billing from the SO before the invoice verification. But still this SO is still not appearing in the billing due list. Have any of you experts faced the same problem? How can I get this to appear in the billing due list? Or in other words, how do I identify open third party sales orders that are due for billing?
    Thanks and regards
    ES

    @ Joan, in that case invoice verification would now be necessary anymore right? In my case i need the invoice verification to happen...but at a later stage
    With the existing config...i.e. F as billing relevance and E as billing quantity, I now tried doing a MIRO immediately after the MIGO and then it appears in the billing due list. So basically I think its the billing relevance F...and if I want it to come in VFO4 before MIRO, perhaps a tweak in the logic of VFO4 to include billing relevance F + billing quantity E ?

  • Error-Cannot set DISPLAYED attribute of the current item DUMMY.VIEW

    HI ALL,
    Im my form, I have three BLOCKS
    1) CTL(Manual Data Block)
    2) DUMMY(Manual Data Block)
    ITEMS 1) msg 2) <view> 3) <cancel> 4) <Exit>
    3) Audit Trial Log(Database Data Block)
    ITEMS All Database columns of a table Audit_Trial_Log
    CANVASES 1) CANVAS3------Block CTL---window1
    2) New_Entries---Blocks Dummy and Audit Trial Log--New_Entries
    In CTL block I have button <VIEW>. On when-Button-Pressed trigger I am setting "VISIBLE' properties false for items of datablock AUDIT Trail LOG and also for item of datablock DUMMY excluding for <VIEW> and <Cancel> buttons.
    when-Button-Pressed trigger of <View>, I have done reverse setting i.e. previously visible items to invisible and vice versa. Also I am executing query on Audit Trial Log block. But when I click <VIEW> I get the following error
    FRM-41016: Cannot set DISPLAYED attribute of the current item DUMMY.VIEW Even execute query fails.
    Please help me......

    before setting a current item to invisible you must navigate to another item, which is visible

  • Error : FRM-41316: cannot set insert allowed property of disabled item

    Hi Forum,
    I have a requirement to making the following field non editable Ship Confirm Rule+ in Order Management-->"Release Sales Orders"-->"Shipping" tab
    I tried to achieve this using form personalization using the below condition and action
    Trigger Event - WHEN-NEW-ITEM-INSTANCE
    Trigger Object - RELEASE.DOC_NAME
    Condition - :RELEASE.PICKING_RULE is not NULL
    Processing Mode - Both
    Action Type - Property
    Object Type - Item
    Target Object - RELEASE.SHIPCONFIRM_RULE_NAME
    Property Name - ENABLED
    Value - FALSE
    I could see the field becomes non editable but when i navigate to "Release Sales Orders"-->"Shipping" tab and press tab button on the field "Trip" I am getting the below error
    FRM-41316: cannot set insert allowed property of disabled item RELEASE.SHIPCONFIRM_RULE_NAME
    Even i have tried with the following Property Names set to " FALSE " but still the field is able to editable
    ENTERABLE
    ENTERABLE(APPLICATIONS COVER)
    INSERT_ALLOWED
    INSERT_ALLOWED(ITEM-INSTANCE)
    UPDATE_ALLOWED
    UPDATE_ALLOWED(ITEM-INSTANCE)
    Please help me to resolve this issue.
    Thanks in advance
    Regards,
    CSK

    Hi Francoiq,
    Thanks, As you advised I will post this in E-Business Suite
    Regards,
    CSK

  • FRM-41014: Cannot set attribute of null canvas item PO_REQ_HDR.ATTRIBUTE8

    I am Doing Form Personalization on Dff in Requisition Headers form. My Requirement is
    requirement is like this
    Segment1 : Requsition Type
    Segment2: Project ID
    Segment3: CAF ID
    ATTRIBUTE7 will have two values
    1. Capex
    2. Opex
    if user selects Capex.. then ATTRIBUTE8 and ATTRIBUTE9 are manadatory
    otherwise optional
    i did personalization
    In Condition Tab:-
    I took Trigger Event as When-Validate-Record
    Trigger Object as PO_REQ_HDR
    Condition :PO_REQ_HDR.ATTRIBUTE7='Capex'
    When i validate it gives The Condition evaluates to false
    In Action Tab:-
    Type Property
    Language All
    Object Type Item
    Target Object Po_REQ_HDR.Attribute8
    Property Name :Required
    Value:True
    then i Pressed Apply Now then It fires Error:: FRM-41014: Cannot set attribute of null canvas item PO_REQ_HDR.ATTRIBUTE8
    Can Any one please sujjest what is the Cause of this Error.
    I am Using 12.0.4 application version.

    Please see these threads.
    Re: Personalization Problem
    How can I make a DFF segment diappear?
    Thanks,
    Hussein

  • FRM-41390:  Cannot set REQUIRED property of subordinate mirror item

    hi,
    this is sathish,
    i have customized the oracle apps shipping transaction form, in this form i am calling the 10g report every thing is working fine but,when i open the form at that time it is showing the ERROR "FRM-41390: Cannot set REQUIRED property of subordinate mirror item"
    can any one suggest me how to slove this.
    tahnks,

    The first question is do you know what the error message means?
    It seems to be saying that you have a mirrored item, ie a field that it set to mirror the value of another. The error seems to indicate that it is not happy for this mirror item to have the required property set.
    If you know this already, then sorry for the explanation, but you did not make it clear in the post.
    I suggest to search for mirror items and see what properties they have, also see if you have a set_item property on said item that makes it required. I'm not sure from your description whether this happens at startup or after some event in the form.
    rgds

  • FRM-41316: cannot set insert allowed property of disabled item

    We are facing an error message while entering the Invoices in Apps R12 . Requested to please look into the issue.
    Navigation : CNG India Local AP Super User
    Oracle Payables>Invoice >Entry>Invoice
    getting the error
    FRM-41316: cannot set insert Allowed Property of disabled item inv_sum_folder.doc_category_name
    thanks in advance....

    Please see these docs.
    12.1.1 – FRM-41316 Error On Invoice Workbench Forms [ID 862433.1]
    R12: Invoice Workbench, get FRM-41316 Error Message [ID 1332977.1]
    FRM-41316 Cannot Set Insert Allowed Property Of Disabled Item LINE_SUM_FOLDER [ID 467206.1]
    FRM-41316: FRM-41316: Cannot set Insert Allowed property of disabled item APP_FOLDER.TRANS_TO_RECEIPT_RATE When Applying To Foreign Currency Invoices [ID 392368.1]
    Thanks,
    Hussein

  • MRP Profile, Finance Issue, Collective Release PR & Item Cate.

    Dear Sirs,
    I would like to ask some questions as below -
    Q1) When creating MRP Profile, we can set "fixed value" and "default value". When create Material with reference to MRP Profile, both "fixed value" and "default value" of the MRP Profile can be copied to the fields in the MRP Views. However, when changing the Material by copying the MRP Profile, I found that ONLY the "fixed value" could be copied to the fields in the MRP Views including the "Safety Stock" (the "Safety Stock" can be copied from the MRP Profile if it is a "fixed value" in the MRP Profile). Is this logic correct ?
    According to the answers of some SAP exercises, when changing the Material by copying the MRP Profile, both the "fixed value" and "default value" could be copied to the fields in the MRP Views except the "Safety Stock". As I tested this function by using SAP ERP 2005, was it due to different version with different result ?
    Q2) I know that items in a PR / PO (either created manually or automatically) can contain different Company Codes. As we can only input ONE Company Code, Pur. Org. & Pur. Group in "PO Header - Org. Data", will it confuse to the Finance Dept. (FI / CO) ?
    In the company that I am currently working, it only allows the same Company Code, Pur. Org., Pur. Group & Plant for the items in a PR / PO.
    Q3) I found that some PRs could not be released using Collective function (ME55). Those PRs could be listed by using the ME55 but I could not click the "tick" to release those PRs and it showed a message like "PR can only be released individually" when the cursor pointed to the "tick" area. Is it normal ?
    Q4) When I displayed the Characteristics of Item Cate. u2013 u201CLu201D (Sub-Contracting) through "IMG - MM - Purchasing - Define External Representation of Item Cate.", I found that a checkbox - "PO Item Linked" was checked in "Invoice Receipt", meaning that invoice must be processed for PO. If I create a "Return" or "Free Goods" item using this Item Cate., is the invoice also required to process ?
    Looking forward to hearing from your reply.
    Many Thanks,
    KH Fong

    Dear Sirs,
    Could you answer me any one of the above questions ?
    Tks,
    KH Fong
    Edited by: khofong on Apr 24, 2010 9:51 PM
    "Close the question at the moment".
    Edited by: khofong on May 30, 2010 4:33 PM

  • Question - any way to set a Page Item in a worksheet to default to All ?

    Well, I seem to have run across an interesting situation here. I have a table worksheet with page items. I have noticed one thing while testing this new worksheet/workbook. If I pick a value for one of the page items (and with page items, it seems I can only pick one value at a time) and then save the worksheet, close the workbook, and then reopen the workbook and run the worksheet, Discoverer has retained the page item value as the value when I saved it, rather than defaulting back to <All>. So I quickly learned a new lesson with this darn Discoverer product - make sure all page items set to the <All> value before I save a worksheet that I am going to want to promote to Production.
    Well, now I have run into a situation where based on the conditions I have to set in the workbook, I have a Page Item in the worksheet that today has only 1 value that pulls into the worksheet. When I do the drop down on that Page Item, it only shows the one value. It does not give me the ability to pick the <All> option. So I am unable to save the workbook with the <All> value today for that page item. There are other potential values for this Page Item that could show up in the future.
    Now granted if this were to happen, the Viewer user could do the drop down on the page item at that time and pick the <All> value at that time. But alas, since they are not the owner of the workbook, they could only save as a new workbook, with themselves as the owner - cannot change the production workbook so it would be changed going forward. This also means the user has to realize that they are missing data and that the fixed page item value is the cause of that, which I am skeptical that they will be able to figure out. So I really want this page item value to default to <All> when the users open and run this worksheet.
    So here is my question - does anyone know of a way to set the Page Item value to be <All> automatically when a worksheet is run?
    I hope this makes some sense. Always a challenge to explain an issue well. It took me a bit to realize that when saving a worksheet/workbook, it was retaining the selected page item values when I performed the save. It is also very unusual to have a situation where a page item does not currently have multiple values. So this may be a situation that few people have run across.
    John Dickey

    Ah, there is a potential workaround, as I have finally figured out. The workaround does require that you have the ability to bring in multiple values for the page item from the worksheet run result set. If you have a situation, like I have, where today you only have one valid value, you will still have a problem.
    The workaround is this. Figure out a way to get multiple values into the worksheet run result set. That way when you do the page item drop down list, you will see the <All> value in that list. Pick that value, refresh the worksheet, and save the workbook. Now reset your worksheet back to your desired conditions, where you end up with just one value in the worksheet result set, and refresh the worksheet. The <All> is still retained as the page item default and when you do the drop down list for the page item, you see two values in the list - your 1 valid value plus the <All> value. So once you get that <All> set as the page item default, then it will be retained. This explains how support originally tested (on an existing worksheet) and said they were able to see and pick the <All> value.
    Since it should be rare for something to have just one valid value in a worksheet result set, and even rarer to have just one current valid value in Oracle, this workaround should take care of most of the situations where you might encounter this issue. I still will push for an enhancement request to have that <All> value show in the drop down list even when just one value in the worksheet result set.
    John Dickey

  • Goods Receipt for packaging material - Item cat. ELP

    Hi expert,
    I am facing a problem regarding receive Packaging Material Item i MIGO via inbound. Problem detail as below hope you can advise me:
    1. I create PO order 1pc of Throttle
    2. In Inbound Delivery Screen I do Packing for Throttle by using Handling Unit Function, packaging Material is Carton Box.
    3. After Pack complete, Item for packaging material is auto generated in inbound screen:
    - Item Cat. of Throttle = ELN
    - Item Cat. of Carton Box (Packaging Material) = ELP
    4. When i do MIGO via Inbound: there is only 1 item for Throttle is displayed. How to do Goods Receipt for Carton Box item? Do i Miss any setting for that?
    Thanks.

    i thnk u sould maintain material master with two units one is throttle and second is cartoon.
    u shud maintain that how many throttle is equal to 1 cartoon.
    this u can maintain directlt in PO (In condition tab, with these two field : OUN and UN). in PO as a OUN ,give throttle n UN , give cartoon in item overview as well as condition tab.
    and during delivery change the unit in cartoon. then while migo, material will show in cartoon.
    hope it will be helpful.
    Thanks
    Nisha

  • Complete Deliv and Mixed Item cat and Availability Check

    Hi Gurus,
    Not sure if this is problem is new, I have searched with no clues.
    A SO has 2 item categories. ZTAN, ZTAS. ZTAN is stock item, ZTAS is back to back item where a PO will be created. Same material. There is a GR processing time of 10 days.
    SO created on 12.05.2014.
    Item 1: MatA     First Date: 15.05.2014     Item Cat: ZTAN Qty: 500     Confirmed Date = 15.05.2014 (Stock Available)
    Item 2: MatA     First Date: 15.05.2014     Item Cat: ZTAS Qty: 1000     Confirmed Date = 29.05.2014 (Today + 10 GR Process)
    Then tick Complete Deliv. Indicator in SO overview screen.
    Item 1: MatA     First Date: 15.05.2014     Item Cat: ZTAN Qty: 500     Confirmed Date = 29.05.2014
    Item 2: MatA     First Date: 15.05.2014     Item Cat: ZTAS Qty: 1000     Confirmed Date = 29.05.2014
    Save SO.
    PO 1st AB line for SO item 2: Confirmed Date = 15.07.2014 results in Both SO item confirmed date = 15.07.2014
    PO 2nd AB line for SO item 2: Confirmed Date = 15.06.2014 results in Both SO Item confirmed date = 15.07.2014.
    You see the problem is after 2nd AB, confirmed date in SO does not change to earlier confirmed date. And even if we run the standard back order processing V_RA or V_V2, system still does not schedule earlier.
    Any solution?

    Then tick Complete Deliv. Indicator in SO overview screen.
    Item 1: MatA     First Date: 15.05.2014     Item Cat: ZTAN Qty: 500     Confirmed Date = 29.05.2014
    Item 2: MatA First Date: 15.05.2014 Item Cat: ZTAS Qty: 1000 Confirmed Date = 29.05.2014
    Save SO.
    PO 1st AB line for SO item 2: Confirmed Date = 15.07.2014 results in Both SO item confirmed date = 15.07.2014
    PO 2nd AB line for SO item 2: Confirmed Date = 15.06.2014 results in Both SO Item confirmed date = 15.07.2014.
    When you say system has confirmed in the first instance (29.05.2014), I am not sure where system is showing 15-06-2014 & 15-07-2014. 
    G. Lakshmipathi

  • PO creation:  PR or item cat. not assigned to PO of doc type NB

    When creating a PO from a PR, client is getting the following error, please help.
    The Error is :--
    Doc. type/item cat. FO/ (requisition) <-> NB/ (purch. order)
        Message no. 06054
    Diagnosis
        Purchase requisitions of document_type FO or item category  may not be
        assigned to purchase orders of document type NB or item category .
    Procedure
        Check your input.
        If the problem cannot be resolved in this way, contact your system
        administrator.
        The latter can make the necessary settings using the Implementation
        Guide (IMG)
    Please let me know what configuration is incorrect or missing.
    thanks in advance.

    Hi sameer ,
    Looking at the error i would suggest to check your IMG settings for the PO document type linkage to PR and allowed Itm Category. IMG > MM> Purchase Order > Document type. In this select the Document type FO and check Item category allowed and Linkage to PR.  FO type PO should have been assigned to FO type  PR with relevant Itm cat. If not exists assign it.
    Hope it answers your query and resolves the issues and don't forget to award the points if it helped you.
    Thanks
    Kiran

  • HT203254 I have this problem on my macbook pro. I live in Sault Ste marie, ON. I took it to Genius Bar at the Apple Retail Store at Eton Center Toronto. They said it cannot be fixed for free, It would cost me more than a grand. I scared & run aways. Haha.

    I have this problem on my macbook pro. I live in Sault Ste marie, ON. I took it to Genius Bar at the Apple Retail Store at Eton Center Toronto. They said it cannot be fixed for free, It would cost me more than a grand. I scared & run aways. Haha.I think I should call & set up an appointment at apple third party service provider in my city. wish me luck

    Ah, but there's this caveat:
    Apple will continue to evaluate the repair data and will provide further repair extensions as needed.
    And a number of folks have found sympathetic managers and had the 2008 logic boards replaced, even after four years.
    Clinton

  • Requirement list should be Populated in MD04 When FIXED QTY/DATE activation In credit limit exceeded

    Dear sd experts
    I Have one Business requirement But i dont know how to achieve Please share Your ides
    Generally once any document is blocked due to credit limit .. we can release in VKM3
    But in my business process For some sales orders we have maintained FIXED QTY/DATE Option in sales order
    i know this functionality
    so if it is activated and same time if customer crossed his credit limit system confirms 0 qnty as per sap stranded
    And no requirement will be seen in MD04
    So in this situation no meaning To release in VKM3 
    My requirement is We have to activate  FIXED QTY/DATE Option in sales order as well as if document crossed credit limit also Items should be scheduled and it should be transformed To MD04  And Authorization person will release in VKM3
    How to fix this ..thanks a lot 

    Hi Sreehari,
    For your requirement, you need to add a requirement at the access sequence level for the access sequence related to the  KRML output type.
    Code must be written based on the below logic.
    If VBUK-CMGST (Header Overall credit status) is blocked and
    If VBEP-BMENG (Confirmed quantity at schedule line level) is >0 then output has to be triggered. Further if order is having more then one schedule line system has to check for the last line (Tell this to Developer and make sure you test one scenario regarding this. First schedule line with zero confirmed quantity and second with full quantity).
    For the second requirement
    If VBUK-CMGST (Header Overall credit status) is blocked and
    if VBAP-KWMENG (Item quantity) is changed output has to be triggered again.
    Hope this explains.
    Edited by: mokirala tilak on Sep 15, 2011 4:44 PM
    Edited by: mokirala tilak on Sep 15, 2011 4:51 PM

Maybe you are looking for