Variant Configuration - Manual changes to BOM Items

Hi All:
We are implementing Sales ORder (SET) process. Need to have the ability to change BOM Items.
According to SAP documentation referred in the link below, we have set the flag to allow the manual changes to BOM Items in the configuration profile. We have made sure that in the Material BOM configuration the fixed quantity flag is not set.
But it is not working. Not sure if we are missing some other settings.
http://help.sap.com/erp2005_ehp_04/helpdata/EN/92/58bfb9417011d189ec0000e81ddfac/content.htm
Any help would be greatly appreciated.
Thanks, Raja

this would happen if you have edited the server.xml manually. if you do edit this file for valid reasons and want to keep the changes
please run
asadmin reconfig user admin password secret12 host host.domain.com  port 4848 --keepmanualchanges=true server1
then deploy your applications, you should be ok

Similar Messages

  • Mass change of BOM item and BOM item catergory

    Hello Everyone,
    I have a need to complete a mass change of a BOM item with another, usually I use transaction CS20,this works o.k. but this time I'm also changing the material with a new item catergory, for example a stock item with a phantom item.
    Does anyone have an idea how to complete this task.
    Kind Regards
    Frankie

    Hello,
    Thankyou very much for your reply.
    I did try adding the new material using CS20 but all the BOM qty's are different and as you know you have to complete this field, so it would mean changing one at a time, I attacked this issue from a different angle and created an LSMW so I can Mass delete the parts but then use this program to change the BOM item to the new part.
    Thanks again for your reply
    Kind Regards
    Frankie

  • Material Variant configuration in sales order line item from Ztable

    Hello Experts,
    we have configurable material and and creating sales order. from sales order line item if we goto configuration we can maintain variant configurations. My requirement is that when i click on configuration after selecting a line item i need to check ztable where i have material no and and relable text. if an entry exists i have to populate this relable text in one of the configuration filed. Can any one help how can i read and update configuration in sales order level and where to do this coding so that when i click on configuration the value from ztable populated in a field.
    Many thanks in advance.

    Hi Senthil,
    It is simple.
    When you create a characteristic which should have the value maintained in the Z table, go to the tab values. Here you have a push button called "Other Value check". Here you click this button and select the function module option. Now, in the window, you will have a place where you can mention the name of teh function module.
    You create a function module with the help of your developer to find out the text maintained in the Z table using teh rules you have in your mind and update that logic in the characteristic. In the earlier screen, you just have to mention the name of the function module, thats all, your work is done.
    Now when you configure, for this characteristic, the value will be automatically determined using teh function module. You have to create such characteristics as "Not ready for input" ones in additional data for which you cannot enter values manually.
    Hope this helps.

  • VC Variant Configurator SD; changing values by FM    'CUOV* '

    Hi everybody,
    It appears me some troubles with VC when I try to set value for particular feature again.
    I have inconsistency fault when I try to change the value by calling FM 'CUOV_SET_FUNCTION_ARGUMENT' from configuration profile but it was set manually by user first (in standard VC window).
    Both values of feature are correct (old and new).
    Error looks like :
    E: Inconsistent values inferred for characteristic (here is number of characteristic)
    and next in details:
    The following values are incompatible with each other:
    (here is old value)
    (here is new value)
    Let me also know you, that this inconsistency problem exits in case when I try to overwrite feature value by FM I mentioned, and this value was set manually first only ( VC window)
    If I try to owerwrite the feature manually (using the same value) - there is OK.
    I suppose, I should in "any way " clear values which was set manually first, or change "something" in SAP Variant Configurator what let me change priority and allows overwrite value by FM which was set first manually ( in VC window) . But I have no idea how to do it...
    I will be gratefull for any hints.
    Thanks & Regards
    Tomas

    Standard SAP does not let you overwrite a value that is flagged as "Set by User".  We had a similar requirement where we had to force a user-entered value to be deleted and replace it with a calculated value.  To get around the issue, we copied the code from FM CUPR_DEL_VAL, which deletes values set by procedure, into our own FM called Z_VC_CUPR_DEL_VAL.  In our version of the code we inserted a couple of statemtents that delete both user-entered values and values that were set as a default.
    The great part about this mod was that we didn't even have to create our copy of the module inside of the CUPR function group.  It worked fine if we just created in one of our custom function groups.
    These were the lines we added to the end of the module after we copied:
      KNTYPE = 'DI'.
      PERFORM DDB_DEL_VALS_BY_KNTYPE(SAPLCUDB) USING INSTANCE ICABN-ATINN
                                                     RFLAG KNTYPE RESULT.
      KNTYPE = 'SF'.
      PERFORM DDB_DEL_VALS_BY_KNTYPE(SAPLCUDB) USING INSTANCE ICABN-ATINN
                                                     RFLAG KNTYPE RESULT.

  • Change material BOM / item / Class Recursion

    I'm looking for a way to change the "recursiveness allowed" flags in the "Class Recursion" tab of a BOM item in transaction CS02. The flag corresponds with the fiels REKRS in table CLRK. No BAPI or FM found after half a day of searching. The CSAP_* function modules don't seem to cover this data.

    Hi,
    This indicator is automatically set based on the conditions mentioned here [Class Recursiveness|http://help.sap.com/saphelp_470/helpdata/en/ea/e9b54a4c7211d189520000e829fbbd/content.htm]. You can have look at fm CSAI_BOM_MAINTAIN which has that indicator FL_RECURSIVE. As the documentation says
    The system recognizes recursiveness for a class item if the following objects are allocated to the class in the class item:
        The BOM header material
        A material with a BOM which contains the BOM header material as an item
        A class to which one of the materials described above is allocated
    You can try logics like removing the header material from the item, so that recursiveness is avoided, May be by using CSAP_BOM_ITEM_MAINTAIN. Explode the existing BOM using CS_BOM_EXPLOSION and compare the header & item materials.

  • New business requirement for ECM changes to BOM item detail

    Hello SAP ECM gurus,
    I need your guidance on below requirement from the customer in ECM.
    We have 'Date effectivity' in our system i.e. object changes become effective on 'valid from' date.
    We also have a custom enhancement where BOM header status is controlled by the 'post approval' process via workflow.
    i.e. BOM status is changed to 11 when 'Complete Change' status is set on OMR and changed back to '01' automatically when 'Release Change' is set on OMR.
    We have a new requirement from business as described below:
    For ex:
    2 components (COMP1 & COMP2) are added to BOM through ECR1 effective from 01-AUG-2011 till Infinity
    2 more components (COMP3 & COMP4) will be added to the same alternate through ECR2 effective from 01-SEP-2011 till Infinity.
    ECR1 changes are made and OMR status set to 'Complete Changes' changes i.e. BOM status is 11 effective from 01AUG2011 till Infinity.
    At this point of time, ECR2 is created. When changes are being made to the same BOM using ECR2, COMP1 & COMP2 (added through ECR1) appear in the BOM.
    This is not desirable for the customer. They do not want to see COMP1 & COMP2 to appear when changes are being made to ECR2 as ECR1 is still not post approved. They expect COMP1 & COMP2 to appear in the BOM only when ECR1 is post approved.
    How can we control effectivity of COMP1 & COMP2 such that, they become available in the system ONLY WHEN  'Release Change' is set on OMR?
    Can 'Parameter Effectivity' be used in this scenario?
    Thank you very much for your advice and guidance,
    BK

    Hi JH thanks for your quick reply,
    Let me describe it more specific, I have two material FG and SFG. Material FG is maintained with valuation type so when we do goods receipt for SFG it's asked to input valuation type in batch field. In stock SFG material qty is separated for each valuation type like batch.
    Now i want to maintain in BOM for FG, where component SFG has fix the valuation type / batch so that in production order we don't have to choose manually. Do you have any idea ?
    Regards,
    Arman

  • Changing a BOM Item several times

    Hi,
    Programmatically, I want to update a BOM several times. I want to update its valid_from and valid_to date several times.For this, I am using CSAP_MAT_BOM_MAINTAIN function module.The problem is I am only able to change the
    valid_from / valid_to date (using change_no and chg_no_to fields) for a single time.Once the change_no and chg_no_to fields are populated, it does not allow me for any further changes in valid_from and valid_to fields.
    SO, how can I change the valid_from and valid_to date of a BOM several times.
    Regards,
    Tan

    Hi,
    try using this BAPI BAPI_MATERIAL_BOM_GROUP_CREATE. 
    Regards
    Raj.D

  • Variant Configuration: Selection Conditions in BOM

    Hi Experts,
    I am trying to insert more than one selection condition in the BOM. But the system only takes one of this conditions.
    For example I want to have two objects dependencies:
    Selection Condition 1: Engine = 2
    Selection Condition 2: Colour = 'Red'
    instead of
    Selection Condition xy: Engine = 2 and Colour = 'Red'
    Is it possible to use more than one and how can I handle with this. Or is that not possible
    The  system doesn't take the two conditions at the moment...
    What can I do to solve this?
    Thank for your answers,
    Marc

    Hi,
    yes I am talking about object dependency. Especially about selection conditions.
    I want to select the required BOM positions out of the super BOM.
    For that, I have to define this dependencys. But as I mentioned before, only one of the two dependencys gets read and the wrong BOM positions comes out of the explosion.
    Have you any other ideas how to handle with this?
    Thanks a lot.
    Marc

  • Changing BOM-items in Process Order not allowed

    that Hello,
    Mi client is asking me if it is posible, once created a Process Order, upon modifying the order (COR2), that the user can not change any of the cuantities and batches of the material list (BOM) updated in the Process Order.
    Is there any way one can protect the material list from being modified once created, or once liberated the order?
    Is it posible, moreover to just protect the BOM ítems updated in the Process order but let the option open to add exta BOM ítems manually.
    Is there a userexit or a Badi one can use to acomplish this?
    Thanks for any reply.
    Aart

    Hi Aart,
    Yes, you can use BADI to protect the BOM items from not to change the BOM items in Process order.
    In one of our project we have taken the help from the ABAPer, has has done the same thing.
    Then we have acheived the same requirement.
    You check with the ABAPer, he will help you for the requirement.
    Thanks

  • Custom ATP Check using Variant Configuration Data in sales order

    I have a requirement to modify the standard SAP ATP check by including the variant configuration data entered on a item.  Standard SAP does not use/include the characteristics data when doing the ATP. None of the available user exits would allow me to do this.
    The scenario is the client has a configurable product that exist in inventory as one item, base unit as IN2.  The batches that exist in inventory have the characteristics of width and length.  The order data specifies a width and a length, they need the ATP to identify the availability based on the characteristics of the batch.
    The solution was to present the user with a list of batches based on the characteristics that meet the criteria.  The user would then have the option of choosing one of the batches which would mean that the line item would include the batch #.  If the user does not want any of the batches, they could choose to select a Make to Order option, which would change the item category of the item, so that it creates a production order upon saving the order.
    The problem I am having implementing this solution is I have not been able to identify the internal table(s) that contains the characteristics data in SAPMV45A after the configuration screen is called.  If anyone knows where that information is during the sales order processing, it would be greatly appreciated.

    Hello Jean,
    Have you managed to find a solution as yet? I know you have not received any replies but am hoping you were able to resolve the problem as we are facing the exact issue on our project.
    Please let me know,
    Thanks,
    Tanya

  • Class & Characteristics in variant configuration

    Hi PP guru's
    Pl  explain me in detail all the configuration path ,  spro , tcode for the above said .
    thanx in advance
    Regards,
    Vimalbalaji

    Dear Vimalbalaji,
    <a href="http://www.sap-img.com/sap-sd/steps-for-sd-variant-configuration.htm">Steps for SD Variant Configuration</a> :
    The procedure is as follows:
    Create a Material - KMAT type with Item category (002)
    Create <b>Charateristics</b> in CT04 - Zbike, where in values mention the Color of the bile like Red, Blue etc
    Create another <b>characteristics</b> in CT04 - ZPrice, where directly go the additional data tab and maintain the table SDCOM and field VKOND (ABAP Dictionary it will ask for)
    Assign these two <b>characteristics to a Class</b> in CL01 - ZBikeclass ( Type 300) in characteristics tab page.
    Then go to CU41 Configuration profile select the material and enter the description click on the <b>class assignment</b> ie assign Zbikclass.
    Now go back to CT04 - enter Zbike -go to values- select Red- go to extras - Other Dependencies - Select Procedure enter in front 10 write - $self.ZPrice='Red' and save
    Now go back go to extras - Other Dependencies - assignments and assign relationship ( by default it will come just save)
    Now select Blue- go to extras - Other Dependencies - Editor - Select Procedure enter in front of 10 write - $self.ZPrice='Blue' and save
    Now go back go to extras - Other Dependencies - assignments and assign relationship ( by default it will come just save)
    Now go to VK11 - Enter VA00 (Condition)(For Std RVA001 Pricing Procedure) - enter variant Red and Blue give the rates accordingly and create the sales order.
    <a href="http://help.sap.com/saphelp_ides/helpdata/en/0a/857463c87611d1a7760000e8a5f6c8/content.htm">SAP Help Link for Variant Configuration for an Order BOM</a>.
    <a href="http://www.sap-basis-abap.com/sd/steps-for-variant-configuration-and-pricing.htm">Steps for Variant Configuration and Pricing</a>
    $ROOT is the highest-level configurable material in a configuration.
    $PARENT refers to the object immediately above $SELF in a multi-level configuration.
    The variable $PARENT has no meaning for the header material, because the header material has no superior materials.
    In dependencies that are allocated to BOM items, $PARENT refers to the configurable material for which the BOM was created, whereas $SELF refers to the material of the BOM item.
    $SELF is the material to which the dependency is allocated.
    Regards,
    Naveen.

  • Variant Configuration $Root $Parent $Self

    Hi Gurus
    Please help in providing information on Variant Configuration $Root $Parent $Self, and if possible with some test cases..to make it as a base for exploring.
    Thanks in advance.
    Points will be rewarded.
    Regards
    Suddu

    Dear Suddu,
    $ROOT is the highest-level configurable material in a configuration.
    $PARENT refers to the object immediately above $SELF in a multi-level configuration.
    The variable $PARENT has no meaning for the header material, because the header material has no superior materials.
    In dependencies that are allocated to BOM items, $PARENT refers to the configurable material for which the BOM was created, whereas $SELF refers to the material of the BOM item.
    $SELF is the material to which the dependency is allocated.
    <a href="http://help.sap.com/saphelp_ides/helpdata/en/0a/857463c87611d1a7760000e8a5f6c8/content.htm">SAP Help Link for Variant Configuration for an Order BOM</a>.
    <a href="http://www.sap-basis-abap.com/sd/steps-for-variant-configuration-and-pricing.htm">Steps for Variant Configuration and Pricing</a>
    <a href="http://www.sap-img.com/sap-sd/steps-for-sd-variant-configuration.htm">Steps for SD Variant Configuration</a> :
    The procedure is as follows:
    Create a Material - KMAT type with Item category (002)
    Create Charateristics in CT04 - Zbike, where in values mention the Color of the bile like Red, Blue etc
    Create another characteristics in CT04 - ZPrice, where directly go the additional data tab and maintain the table SDCOM and field VKOND (ABAP Dictionary it will ask for)
    Assign these two characteristics to a Class in CL01 - ZBikeclass ( Type 300) in characteristics tab page.
    Then go to CU41 Configuration profile select the material and enter the description click on the class assignment ie assign Zbikclass.
    Now go back to CT04 - enter Zbike -go to values- select Red- go to extras - Other Dependencies - Select Procedure enter in front 10 write - $self.ZPrice='Red' and save
    Now go back go to extras - Other Dependencies - assignments and assign relationship ( by default it will come just save)
    Now select Blue- go to extras - Other Dependencies - Editor - Select Procedure enter in front of 10 write - $self.ZPrice='Blue' and save
    Now go back go to extras - Other Dependencies - assignments and assign relationship ( by default it will come just save)
    Now go to VK11 - Enter VA00 (Condition)(For Std RVA001 Pricing Procedure) - enter variant Red and Blue give the rates accordingly and create the sales order.
    Regards,
    Naveen.

  • BOM item increment

    Hi experts,
    We have BOMs which contain more than 1000 items.
    Unluckily, SAP provides only 4 digits to number the item, and the default item increment is set by SAP equal to 10.
    I only found the possibility to change the increment  for a user (transaction OS29) or for a type order (transaction VOV8)...while I'd like to be able to change the increment for a plant or a company.
    Do you know how to change the item increment for a plant ?
    Thanks !
    Pippa

    Hi Pippa,
    changing the BOM item number is not possible.
    In OS29 however you can define 0001 for Item increment for the DUMMY user. Then it means that all users will use this increment and you can have 9999 items.
    You can also use the Item ID in the BOM to identify the BOM items. It has length 8 and unique.
    Hope this helps.
    Best regards
    Tamas

  • Change Sales Order Item Category for a configurable material with config

    Hi
    My problem is related to Variant configuration. We have a requirement that depending on the ordered quantity and required replenishment lead time the business scenario for a configurable will get changed. that means some characteristics value selection will trigger the business scenario to be followed, whether it will be Make to Order, Buy to Order or 3rd Party drop-ship order. and the business process to be followed will be triggerd by the Item category to be selected in the sales order line item.
    so , the requirement is to change the item category of the sales order line item with the carecteristiocs value selection in the  variant configuration screen. As we know, when ever the material is getting entered in to the sales order line item, depending on the Item category group in the material master data the item category in the sales order line item used to get determined. after that when we are selecting the characteristics value set in the variant configurator, systen shoud chage the already determined item category of the sales order.
    Hope I have clearly furnished my problem and requirement. Can anyone show me the way to fulfil my requirement. Any further clarification requirement to understand and resolve the issue is cordialy appriciable.
    Regards'
    Som

    Thanks Krishna
    But as u mentioned the way to make the non editable field into editable one. But that will applicable in case of manual chage. But can it be applicable for changing the Item category by using Object dependency??
    Actually in our scenario, for some of the item category that field in the sales order line item remains editable. we have tested with that also. Once the item category is getting determined, object dependenct is not able to modify the item category in the sales order line item.
    I have explores something, if I include PSTYV field in VCSD_UPDATE, will it work? VCSD_UPDATE is the table that contains field of sales order can be modified with the usage of object dependency.
    Please let me know ASAP.
    Regards
    Som

  • Variant Configuration - Order BOM problems

    Good morning,
    I am having problems regarding the Order BOM in variant configuration. I have maintained the configuration profile as follows:
    CONFIG PARAMETERS
    Ordem BOM
    Result oriented
    Multilevel
    BOM application - SD01
    ORDER BOM
    Maint. in order allowed - checked
    Automatic fixing - checked
    I have also maintained a BOM, for usage '5 - sales and distriburion', with the selection conditions at the object dependencies.
    When I test the results in CU50, assign all characteristics and push the button "Engineering" the icons for manual maintenance appear correctly in the screen...BUT when I raise the actual order, the icons are gone, therefore I cant add or delete items of the selected BOM.
    Any ideias of how to fix that?
    Thanks in advance.
    Adriano Cardoso

    Note 303446
    Note 901452
    composite Note 774346
    Please refer to above notes. Hope it helps
    Regards
    Sai

Maybe you are looking for

  • How do i stop getting the same notifications on all my devices?

    How do i stop getting the same notifications on all my devices? Is it possible for me to read an email on my iPhone, and then not have to see the notification on my mac?

  • Processing Raw files

    Good Day all, I have been using PSE10 and decided to move on to CS6 (am I am very happy that I have). I have set my camera to save only RAW files; sure they take up space but I like the idea of starting at the beginning. Now my question... When I cli

  • Nokia Ovi Suit Maps

    I have a problem with viewing the maps in nokia ovi suit. I just bought a new Nokia E72 I installed OVI Maps but when I connect device to Ovi Suit click on maps and click for Europe, All, Asia or whatever it does nothing, it doesn't give me a choice

  • Can an Infoset (Adhoc) Query Report be Run using a Variant ?

    Hi We have a lot of users that have access to infoset (adhoc) query tool but where they are not authorised to save queries in the system. They have the ability to create new reports and also open up existing reports using Open query button. My questi

  • Preimer Pro and FLV/FV4 output

    From time to time I must create a demo output for internet viewing. I'm no expert on flash or streaming video but there are two ways to deliver: 1) Post to a site for down loading (down load times can be an issue) 2) send a link to a flash file (neit