Lock characteristic value for configurable material in Sales Order

Is there a setting in SAP which can prevent user changing characteristic value for configurable material in Sales Order after production order created for this Sales Order? Currently, it can only works when first delivery create for this Sales Order.
Thanks a lot.

Hi,,
in the characteristic goto additional data tab,
you have a field called not ready for input.
you select this when the value in this characteristic come by calculation based on the previous selection.
that field will be greyed out.
OR
u can even select the no display check box,
by selecting this u cant see the characteristic in the list,, it will give u a popup before leaving the screen.
for this the char has to be a required field.
OR
if any of this is not working then may be u can try out with authorization management.
thanks

Similar Messages

  • How to change the characteristic value in a item of sales order by FM?

    Hi experts,
    I guess the FM BAPI_SALESORDER_CHANGE can implement my requirement. But I have made many testing program, that's all failed. I don't know which part is not correct. So could you give a very simple sample to me? Just change the characteristic value in a item of sales order, not do any change for other parts. Thanks in advanced.
    Regrads

    Hi Birendra,
    Thanks for you explain. I follow your guide to wirte abap program. But related characteristic value still not changed in SO main screen. could you give me some suggestion? Thanks a lot!
    type-pools: IBCO2,
                IBXX.
    data: l_CUOBJ type CUOBJ_VA,
          l_ibase type IBCO2_IBASE_REC,
          l_CONFIGURATION type IBCO2_INSTANCE_TAB2,
          w_CONFIGURATION type IBCO2_INSTANCE_REC2,
          l_ROOT_OBJECT type IBXX_BUSINESS_OBJECT.
    data: t_IBCO2_VALUE_TAB type IBCO2_VALUE_TAB,
          w_IBCO2_VALUE_REC type IBCO2_VALUE_REC.
    select single CUOBJ
      into l_CUOBJ
      from VBAP
      where VBELN = '0020030609'
        and POSNR = '000020'.
      CALL FUNCTION 'CUCB_GET_CONFIGURATION'
        EXPORTING
          INSTANCE                           = l_CUOBJ
        IS_BUSINESS_OBJECT                 =
        IV_MOMENT                          =
        IV_WITH_DB_INSTANCE                =
       IMPORTING
         IBASE                              = l_ibase
         CONFIGURATION                      = l_CONFIGURATION
        EO_CBASE_REF                       =
      EXCEPTIONS
        INVALID_INPUT                      = 1
        INVALID_INSTANCE                   = 2
        INSTANCE_IS_A_CLASSIFICATION       = 3
        OTHERS                             = 4
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    loop at l_CONFIGURATION into w_CONFIGURATION.
      l_ROOT_OBJECT = w_CONFIGURATION-OWNER.
    t_IBCO2_VALUE_TAB[] = w_CONFIGURATION-values[].
      read table w_CONFIGURATION-values into w_IBCO2_VALUE_REC with key ATINN = '0000000222'.
      w_IBCO2_VALUE_REC-ATWRT = 'TMP'.
      modify w_CONFIGURATION-values from w_IBCO2_VALUE_REC index sy-tabix.
      modify l_CONFIGURATION from w_CONFIGURATION index 1.
      clear: w_CONFIGURATION.
    endloop.
    CALL FUNCTION 'CUCB_SET_CONFIGURATION'
      EXPORTING
        ROOT_INSTANCE                      = l_CUOBJ
      IS_CBASE_HEADER                    =
      CHANGING
        CONFIGURATION                      = l_CONFIGURATION
    EXCEPTIONS
      INVALID_INPUT                      = 1
      INVALID_INSTANCE                   = 2
      INSTANCE_IS_A_CLASSIFICATION       = 3
      OTHERS                             = 4
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'CUCB_CONFIGURATION_TO_DB'
      EXPORTING
        ROOT_INSTANCE                       = l_CUOBJ
        ROOT_OBJECT                         = l_ROOT_OBJECT
      FORCE_NEW_INSTANCE                  =
      IV_WITHOUT_COMMIT_UPDATE            = ' '
      IV_MATERIAL                         =
      IV_LOCATION                         =
      IV_TECHS                            =
    IMPORTING
      NEW_INSTANCE                        =
    TABLES
      EXP_NEW_NESTED_CUOBJS               =
    EXCEPTIONS
      INVALID_INSTANCE                    = 1
      INVALID_ROOT_INSTANCE               = 2
      NO_CHANGES                          = 3
      ALREADY_REGISTERED_FOR_UPDATE       = 4
      INSTANCE_IS_A_CLASSIFICATION        = 5
      OTHERS                              = 6
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

  • Characteristic values for the material and plant combination...

    Hi Friends,
    I would like to know how can we maintain the characteristic values for the combination of Material and Plant though the material is not batch managed?
    Thanks in advance,
    Ram

    Hi Rajendra,
    Thanks for quick reply. I am maintaining under classification view but it does not ask plant any where. So the value will be same across all the plants but i want to maintain characteristic values separately under each plant for same material.
    Regards,
    Ram

  • Characteristic values for a stock transfer Purchase Order

    Hi Experts,
    We are using material variant concept. I created stock transfer purchase order for a variant material. There i'm able to give characteristic values. How to extract that characteristic values into a report.
    We are getting the characteristic values from Production order and sales order based on configuration object. I'm passing that configuration object through functional module, i'm getting the values.
    Functional module : VC_I_GET_CONFIGURATION_IBASE
    I tried with that functional module with configuration object value for stock transfer purchase order. I'm not getting the values. How to extract the characteristic values.
    Please help me.
    Thanks in advance.
    Naren

    Hi,
    Assign document type of stock transport order  to supplying plant and receiving plant in the path:
    SPRO-> MM-> Purchasing->Purchase Order-->Setup Stock Transport Order -
    > Assign Document Type, One-Step Procedure, Underdelivery Tolerance
    Here assign STO document type to your supplying plant and receiving plant & save.
    Now try doing PGI.
    For more check the link:
    http://www.scribd.com/doc/8985938/STO-Configuration-in-ERP-SAP-ECC-6-
    Regards,
    Biju K

  • Two prices for one material in sales order according condition type

    Hi,
    I configure the condition type according to following condition record:
    Plant/ Sales Organization/ Distribution channel/ Material / Customer
    (because system should calculate two prices for one material in two plants)
    In the sales order screen, when user firstly select material , quantity, plant ,  system calculate the related price correctly but if user select the material and quantity and enter and after that select the plant, system will show the error message in pricing procedure and to have a price for material, user should update the price in the price condition in sales order.
    It is so difficult for user to update one by one, because there are several sales orders which need to update.
    Is it any way to solve this problem?
    Thanks,

    > In the sales order screen, when user firstly select material , quantity, plant ,  system calculate the related price correctly but if user select the material and quantity and enter and after that select the plant, system will show the error message in pricing
    Hi,
    Why to let the user press Enter button before entering plant value Obviously, system will give error, because it doesnt get all the required value based on which you have maintained condition records.
    Ask the user to enter all the value at item level otherwise you will have go for the option that you are doing currently.
    It is said prevention is better than cure
    Hope you get some inputs
    regards,
    Sagar

  • Unable to enter multiple Schedule lines for BOM material in Sales Order

    Hi All,
    We have a Sales Order where in which we cannot add additional schedule lines for BOM material.
    The schedule lines are greyed out, user was able to add schedule lines earlier.
    I have checked all assignments in VOV6, VOV7 and everything seems to be fine and no changes have been made to item category being used.
    Please provide a solution for this.
    PFB link in which similar situation posted in this community but the final resolution method is not discussed.
    http://scn.sap.com/message/13201504#13201504
    Regards,
    Samiksh

    Hi Samiksh,
    Pls check for that particular customer, only complete delivery allowed(c) is set in the CMR or CMIR. If so, you can't enter multiple schedule lines for that customer.. it would be grayed out in the sales order schedule lines except confirmed line.
    or check the problematic sales order at item level shipping tab if the par del/item is set to 'C'
    With regards
    S.Siva

  • Different Delivery dates for single material in sale order

    Dear All
                  I had a problem while creating a sale order, our customer orders a material for 100 SETS, but he needs 30 SETS On 30th July 2010 and remaining on 31st Aug 2010,
    how to mention the delivery dates in sale order, like for 30 SETS delivery date : 30.07.2010 and other 70 SETS Delivery Date : 31.08.2010.
    Thanks & Regards
    Maheshwar Rao. G
    Edited by: mahesh21973 on Jul 2, 2010 9:08 AM

    Hi,
    Maintain in sales order (VA01/VA02)Item details --> schedule lines enter the Qty with Delivery dates.
    SAM

  • Manual Pricing for configured materials in Sales Order

    We use variant config for our goods produced and the pricing results from what is configured. Thsi works fine.
    However, occasionally there is a need to replace this pricing with a manual price entered into the Amount column on the order line. The PR00 condition comes in OK but we find that if changes are made then the configured prices are re-applied as well so the order line ends up with 2 types of pricing in effect.
    How can I stop this happening i.e. to get SAP to use <b><i>only</i></b> the manual pricing if a price is entered into the Amount field?
    Thanks
    Jim

    Jim
    Are you sure that you are using PR00 for configurable mat, Ideally it should be VA00
    Leaving that aside, if you keep the condition type as Manual entry as priority or No restrictions, in the Manual entries, then when the automatic entries are overwritten by manual entries, only one record will exist and the automatically updated record will no more be in the screen. Please try it.
    There is also a OSS note for this, though I dont knwo the number. You can try for it.

  • Cost estimate missing for a material in sales order

    Hi All
    Users have opened sales orders with materials which does not have a  valid costestimates. These missing cost estimate sales orders did not flow to COPA. Is there any report,  I can run to view all those sales orders which did not flow to COPA?.
    Q2. Now after creating a cost estimate for the materails , how can I transfer those sales orders to copa??
    Thanks in advance for looking into this

    ke2d and ke2c and ke2b are the tcodes

  • Variant configuration u2013 availability check for Configurable material

    Hi Guys,
      We are doing the variant configuration scenario for one of our client. We are using planning strategy as 25 (sales order with variant configuration).
      When we configure the Configurable material at sales order level, we wanted to check the availability check of Configurable for the combination of selected characteristics.
    How we can configure it in the system.
    Regards,
    Shailendra

    Hi,
    availability check will work as per the checking group you had defined in system.
    additionaly you need to put tick in configuration profile for availability check.
    checking for material varient is optional, if your bussiness has materail varients you can activate type matching and while configuring the sales order if the values of charactersticks matches system will suggest you the the appropiate varient and you can replace your configurable material in sales order with it.
    hope it will help you.
    If you need some more information please explain what exactly your are expecting from system during availability check.
    Regards
    Ritesh
    Edited by: R S D on May 28, 2009 7:29 AM

  • GATP allocation check for configurable material with characteristic

    Hi APO Gurus,
    We are using configurable products and wanted to go for GATP  allocation check based on Characteristics.
    The scenario is goiven below,
    All our products are configurable materials. At the entry of sales order , the characteristic values are updated and then the sales order is checked for GATP.
    When the order come to APO-GATP for allocation check , here I want to check the allocation for configurable material.
    But the allocation quantities are given for a combination of Configurable material and its characteristics.
    How can we map such scenario?
    Do I  to create the CVC at family level that is configurable material level ?
    How the characteristic values are considered in allocation.
    Waiting for your reply.
    regards,
    Ravi

    answered.

  • Creation of Sale Order for configurable material with availability check.

    Hi,
    We have a scenario in which the material is configurable. The configurable material (X) has few variants (Ex: X1, X2, X3, X4, X5). While booking the sale order, we use the material number (X).
    Further, the material planning is done for the variants X1, X2, X3, X4, X5. The standard variants are planned for production in advance.
    1.     While booking the sale order, we want the availability check of the stock (type matching to happen). What needs to be done in configuration?
    2.     While booking the sale order, there is a possibility that the configuration selected will not match with any of the standard variants due to some additional requirements of the optional features, in such cases how to link the standard variants to the sale order & create requirement for additional requirements.
    Regards,
    Umesh

    Hi Umesh,
               1.Create material master for configurable material and variants in mm01.
               2.Maintain BOM for the configurable material in CS01
               3. Configur the variant configuration steps
                  a. Create charecteristics T.code CT04
                  b. Create values and assign classes
                  c. assign the values to charecteristics
                  d . Maitain dependence  T.code CU01
                  e.create configuration profile t.code CU41
                  f.stimulate the configuration profile.
    4. Do the availability check configuration through this path
    IMG --> Sales and distribution > Basic functions ,> Availabilty check and Transfer of requirements.
    5. Maintain the Availbility check field and MRP views in the material masters other wise you sit with PP people and do that
    I hope it will help you
    Regards,
    Murali.

  • Problem creating a sales order for configurable material in SAP ECC

    I have a Variant Configurable material named X.
    The structure of this VC material is
    Material X has charatcertics CHARCTERISTIC1 and CHARCTERISTIC2.
    CHARCTERISTIC1 has values VALUE1
    CHARCTERISTIC2 has values VALUE2
    I created a sales order manually from VA01 using configurable material and read the values of all configuration tables to be filled from BAPISDORDER_GETDETAILEDLIST. With the help of this data i got an idea how to fill the tables of BAPI BAPI_SALESORDER_CREATEFROMDAT2. But still i am able to create a sales order but the configuration data that i give is not getting populated in the sales order.
    Where am i missing. please some body suggest. I am unable to debug and searched the forums
    for this information but dint find solution for my problem. some body please tell me where am i missing?
    Any help would be highly appreciated
    Edited by: jessica sam on Jan 12, 2009 2:59 PM

    Even after maintaining the item category MTAC(Mills Make to order config at mat level), the configurable material is not getting replaced in the sales order (va02). It is just showing material variant exists for the configurable material.
    The setting in item category for configuration is.
    Config. Strategy     01(Sales Order Strategy (TAC, TAM))
    Mat. Variant Action  4 (Replace configurable material (Append and change))
    ATP material variant 2 (Do not substitute if not completely available)
    Structure scope      D (Configuration, poss. with BOM explosion)
    I have maintained the stock for material variant as well to take care of ATP material varinat setting shown above.
    Please suggest if missing something.

  • Generate change documents for characteristic value changes in material master

    Hello,
    I am currently using material class (class type: 001) and assign some characteristics to material master. I am going to create a query/custom report to track all changes in the characteristic values in that material master. However, I could not find any change document in CDHDR table.
    I have activated "Change Docs" parameter in class type 001 customizing as described in SAP note: 65124 Classification Change Documents as follow:
    Is it possible to generate change documents for characteristic values in material master?
    Regards,
    Julian

    Hi Rajen,
    Thanks for your reply. It seems that I missed one more step in the customizing. Once the multiple object is activated, I need to activate the change document parameter for each assigned object.
    Thread closed.
    Regards,
    Julian

  • Item category for Configurable material in return sales

    Hi all
    I would like to know the Item category for the Configurable Material in Sales Returns process. (In MTO scenario)
    Thanks and Regards
    BMS

    Hi  BMS
    The item category will be  REN , because the return process is same . But the only thing is in  REN item category you have to maintain the BOM data as item categroy TAC has
    Secondly make sure in item category determination in VOV4 you determine the item category REN .
    For example RE  + 0004 + --- + = REN
    Regards
    Srinath

Maybe you are looking for