DMS - Inconsistent characteristic value assignment

Dear experts,
I've some DMS documents with an 'Inconsistent characteristic value assignment': two values for a single-value characteristic.
I want to correct those documents, but I don't to change AUSP directly. I've tried BAPI_DOCUMENT_CHANGE2, but without results.
Thanks in advance for any help.
Regards,
sb.

Thanks Charlie.
Yes, this is for PR release strategy. I have checked OMGQCK, there is no inconsitency related to char value assignment. But when I tried to assign char values in SAPL0ME2, there is hard error C1821.
I also tried to delete the char from the class but the error is still there. Any ideas?
Thanks
JM

Similar Messages

  • Error at sales order: Inconsistent characteristic value assignment

    Hi SAPians
    There is a problem in variant configuration. I have configurable materials at sales order level with BOMs and super BOMs. When I am executing the scenario, not able to process further after selecting characteristic values for a configurable material. The error saying " Inconsistent  characteristic value assignment". I checked all the relevant master data, every thing is okay. But I am not able to proceed further. Can any one provide some valuable inputs for this.
    Raksha.

    Hi
    Did u create variant table (CU61) if not plz and try to make it by tick mark of Decision table..
    u can check assignmebt consitance thru CU60 ..if there again blank plz maintain it manually..
    basically wt happened during creation of Characteristics and assignment of value in value tab .. there is indicator ..which influence assignment consistance..
    hope u may get clue.
    correct me if i went wrong..
    thanks
    mk

  • Error in Release strategy : Inconsistent Characteristic Value assignment

    Hello Gurus ,
    Good Day ...
    Need your help in release strategy in purchase order .
    Thanks in advance .......
    Characteristics characteristics value
    R2R_PURCH_ORD_TYPE NB
    R2R_PURCH_GRP1 001
    R2R_PURCH_ORD_VALUE 0,00 - 1000,00 USD
    1001,00 - 2000,00 USD
    2001,00 - 10000,00 USD
    Class assigned char
    Z_CLASS R2R_PURCH_ORD_TYPE
    R2R_PURCH_GRP1
    R2R_PURCH_ORD_VALUE
    Rel grp assigned class
    PH Z_CLASS
    rel grp rel codes
    PH 1 -director/VP
    PH 2 - manager
    PH 3 - buyer
    rel grp rel strategy
    PH A1
    PH A2
    PH A3
    Now in SPRO -
    > define Release Procedures for Purchase ORder -
    > Release Strategies
    PH A1 Release Strategy 1 (rel. prereq , rel statuses, classification , rel simulation ) working fine
    PH A2 Release Strategy 2 (rel. prereq , rel statuses, classification , rel simulation )
    ERROR MSG: INCONSISTENT CHARACTERISTIC VALUE ASSIGNMENT
    DETAILS :
    You want to change the value assigned to a characteristic. However, the change causes inconsistency, so the new value is not allowed.
    The inconsistency may be for the following reasons:
    A precondition or selection condition is violated.
    The characteristic is a single-value characteristic, and different values have been set by constraints, actions, or procedures.
    In classification, inconsistencies occur when you change the value set of a characteristic if objects or classes have already been classified with values from the previous value set.
    Procedure
    Choose Inconsistencies to see what triggered the inconsistency. You can also use the explanation facility for more information.
    Delete the values that triggered the inconsistency.
    You can only change or delete a value or value set that has already been used to classify objects if you delete the existing allocations.
    PH A3 Release Strategy 3 -
    > SAME AS ABOVE
    regards,
    ajay

    Hi,
    Inconsistency  due to different "VALUE" in the Release Strategy & "VALUE" present in the Release Characteristics . Check details with value assignment with designed  Strategies.
    Also keep following VALUE Release Characteristics for  value
    <=1000,00.00 USD
    1000,00.01 USD- 2000,00 .00USD
    2000,00 .01- 10000,00.00 USD
    instead of (0,00 - 1000,00 USD,1001,00 - 2000,00 USD,2001,00 - 10000,00 USD )
    Regards,
    Biju K

  • Cu 50 Inconsistent characteristic value assignment Message no. C1821

    Dear All
    sorry I come from Taiwan,my English is not well
    I have a question for SAP PP
    I study Make-to Order Production with Variant Configuration
    I read paper Make-to order Quotation Processing with Vaniant Procing(663)
    and In accordance with the file operations
    but when i According to cu50 display an error message:
    Inconsistent characteristic value assignment,Message no. C1821
    creat pland order in tcode co08 display an error message:
    No valid BOM exists
    i choices "no" display an error message:Error or warning occurred during master data transfer
    I do not know how to resolve
    Please help me  thank you very much

    Dear All
    Thank you for your help
    I found the problem
    1.cu50 error message Inconsistent characteristic value assignment,Message no. C1821
    ans: the paper Bast Practices Make-to-Order Quotation Processing with Variant Pricing(663) , page 85
    Dependency name : YI_PC_YI_005_SELE_OPT
    Syntax : $root.YI_004_ADD_OPT='01'
    2.creat pland order in tcode co08 display an error message:No valid BOM exists
    ans :
    a.Tcode cu42 , in BOM application select SD01 for Production-General
    b. IMG OPL8 BOM Application sele SD01

  • Inconsistent characteristic value assignment

    Hi
    When I am trying to change the value of the characteristic for relase strategy  ; the system is giving me error
    "Inconsistent characteristic value assignment"
    Kindly reply me

    Check this answered link:
    Inconsistent characteristic value assignment
    Re: PO Release Strategy on Value Based

  • Characteristic Value Assignment in Sales order

    Hi Pals,
    I am using the Variant configuration scenario in the sales order. My problem is, when ever i try creating a new sales order and enter a material, it suppose to display the Characteristic Value Assignment screen but for me it is showing the "Display Characteristic Values" Screen. Because of this i am unable to enter the data at the sales order level. what might be the problem for this case.
    Kindly help me out in this issue.
    Thanks & Regards,
    Srinivas.D

    Dear,
    I hope the following link will help u in giving a good understanding of Characteristic values
    help.sap.com/printdocu/core/Print46c/en/data/pdf/CACLCHR/CACLCHR.pdf
    Regards,
    R.brahmankar

  • How to get Characteristic Values assigned to the line item of Sales Order?

    Hi,
    I want to get the Characteristic Values( Variant Configuration )assigned to First Line Item of Sales Order.
    I was using the Fn. Mod.: VC_I_GET_CONFIGURATION_IBASE,
    this fn. mod. giving all the Characters but not the assigned characteristic values.
    Is there any other way to find characteristic values of sales order.
    Thanks,
    vinayak.
    Message was edited by: vinayaga sundaram

    For example, please see this example program.
    It lists the characteristic names, the values, and the description of the values which are tied to a sales document.
    report zrich_0001.
    * Internal Table for Characteristic Data
    data: begin of i_char occurs 0.
            include structure comw.
    data: end of i_char.
    data: xcabn type cabn.
    data: begin of xcawn,
          atwtb type cawnt-atwtb,
          end of xcawn.
    data: xvbap type vbap.
    parameters: p_vbeln type vbap-vbeln,
                p_posnr type vbap-posnr.
    start-of-selection.
      select single * from vbap into xvbap
                 where vbeln = p_vbeln
                   and posnr = p_posnr.
      clear i_char.  refresh i_char.
    * Retrieve Characteristics.
      call function 'CUD0_GET_VAL_FROM_INSTANCE'
           exporting
                instance           = xvbap-cuobj
           tables
                attributes         = i_char
           exceptions
                instance_not_found = 1.
      loop at i_char.
        clear xcabn.
        select single * from cabn into xcabn
                 where atinn = i_char-atinn.
        clear xcawn.
        select single cawnt~atwtb into xcawn
                   from cawn
                     inner join cawnt
                       on cawn~atinn = cawnt~atinn
                      and cawn~atzhl = cawnt~atzhl
                          where cawn~atinn = i_char-atinn
                            and cawn~atwrt = i_char-atwrt.
        write:/ xcabn-atnam, i_char-atwrt, xcawn-atwtb.
      endloop.
    Regards,
    RIch Heilman

  • Easy DMS Search - Characteristic Value Format

    Hi,
    I am having an issue when conducting a document search using classification with a date characteristic.  More specifically, when BAPI_DOCUMENT_GETLIST2 is called, the characteristic value is formatted as DD.MM.YYYY.  When the user setting format is MM/DD/YYYY, the search does not yield any results.  Does anyone know where EasyDMS derives the format it uses when calling the BAPI and how this may be changed?
    Thanks,
    Adam

    You may extract the info using vs studio 2005, by referring the EasyDMSExplorer.tlb file supplied in EasyDMS Installtion. See  wiki http://wiki.sdn.sap.com/wiki/x/cAHEB for example.

  • Characteristic value assignment

    Hi,
    Can any body brief me on multiple values assignment in the chearacteristic?
    I have go throug help but it is not clear to me hence explain with example.
    Thanks,
    Seema S.P.

    Hi,
    The multiple values assigment allows you to select more than one value using the Checkbox.
    just enable the multiple values option and give the list of values in the Values tab.
    add this Characteristics to a Class.
    Add this class to a document.
    Create a document (DIR) in that Additional data tab you can find the characteristics and that allows you to provide more than one value.
    Regards,
    MRK
    (If u feel its useful pls reward points)

  • Retireve Characteristic values that are assigned to a grid

    Hi All,
    Am creating a query to display all characteristic values that are assigned to an AFS Grid. The selection criteria is the AFS Grid which will return the characteristic values. I used the tables J-3APGHD - AFS Product Grid entries and CAWN - Characteristic values for this purpose. However I am unable to join these two tables. Is there any other way to do it or an interim table that would help me link the above two tables. Thanks i advance.
    regards,
    Imran

    Hi,
    Could you tell me how did you solve this problem, please?
    (Query between J_3APGHD and CAWN)
    Thanks

  • Inconsistant value assignment.

    Hi Everybody,
    when iam entering the values for a character, it is showing the message as "Inconsistant value assignment. I have checked in CT04. The data type also showing as Numeric.
    please advise.
    Regards,

    Hi,
    Check the decimal point,Check the Template format of your character.Also the user profile say 1,2987766.78 or 1.23355667,34.
    Regard,
    Raj

  • Assign Object to class with characteristic values ?

    Hi All,
    I want to assign object to class with characteristic values. I found CL20N transaction for performing the same. Is there any BDC , BAPI to upload the same.
    Thanks & Regards,
    Navneeth K.

    Hi,
    try as below
        CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'
          EXPORTING
            classtext            = 'X'
            classtype            = w_classtype  "Class type
            language             = sy-langu
            object               = w_object     "Object Matnr + Batch
            objecttable          = 'MARA'     "As requirement
            change_service_clf   = 'X'
            inherited_char       = ' '
            change_number        = ' '
          TABLES
            t_class              = t_class
            t_objectdata         = t_objectdata
            i_sel_characteristic = i_sel_characteristic
            t_no_auth_charact    = t_no_auth_charact.
        IF sy-subrc <> 0.
        ENDIF.
    *     Create with reference-----------------------
          w_objectkeynew = wa_inputfile-to_matnr.
          CALL FUNCTION 'BAPI_OBJCL_CREATE'
            EXPORTING
              objectkeynew    = w_objectkeynew
              objecttablenew  = 'MARA'
              classnumnew     = w_classnum
              classtypenew    = w_classtype
            TABLES
              allocvaluesnum  = t_allocvaluesnum
              allocvalueschar = t_allocvalueschar
              allocvaluescurr = t_allocvaluescurr
              return          = t_lreturn.
    "or
    BAPI_OBJCL_CHANGE              Classification BAPI: Change Assignment
    Prabhudas

  • Assigning dependencies & procedures to characteristic value

    Dear experts
      Please how do i rightly assign a procedure created  in a dependecy to a characteristic value.
    I have created the procedure & dependency but this is not being  calculated in the characteristic description

    1. IN CU01 createa global dependency
    2. in ct04 in the charc value area assign the dependency there.
    let me know feedback
    reg
    dsk

  • DMS - BADIs: Read Characteristic values

    Hello,
    we want to implement a characteristic-check in the Document BADI DOCUMENT_STATUS01~AFTER_CHANGE_STATUS.
    Therefore we need to read the chacteristic values of the default class.
    If the user enters i.e. some characteristic values in the CV02N an changes the Document Status (without saving between), the new characteristic values cannot be accessed via BAPI_DOCUMENT_GETDETAIL2 (getclassification=x).
    Is there an other way to get the characteristic values in the Document BADIs ?
    Best regards,
    Stefan.

    Hello Pelaez,
    thanks, we read the buffer with the the function module CLFM_GET_INTERNAL_TABLES.
    If the buffer is empty, we get the characteristic values with the BAPI_DOCUMENT_GETDETAIL2.
    Stefan.

  • Performance - Conversion of characteristic values to SID

    Greetings:
    Yesterday I load 556.000 record into an infocube.
    No transformations of any kind. Direct assign for every infoobject. Very simple
    It lasted 1 h 30m to complete the loading.
    It started loading  7 datapackage of 50.000 records each.
    I realized that 3 of those datapackage (#2, #4 and #7) lasted from 41:47min to 41:59min in the "Conversion of characteristic values to SID" task. The other 5 lasted ... seconds.
    Any idea of that could be going on during this conversion?
    I don't understant why some datapackages last so long and other don't.
    Does anybody has any idea about this?
    Thanks in regards.
    Guillermo

    Hi Daniel,
    The SID generation is based upon the Dimension Table and Master data.
    If you see the dimension table can be build with different types like:
    one to many
    many to one
    many to many
    one to one
    So, if the dimension's for that datapacket data is many to many then it has to get all the relations and then it has to assign an SID.
    If it is one to one then there will be no more work to be done by the system to assign the SID's
    Hope you understood the back-end process.
    With Regards,
    Ravi Kanth.

Maybe you are looking for

  • Keith Gilabert, "Mac does not connect wirelessly to my HP Laserjet Pro 200 MFP"

    My Mac was connected by USB but I want to use wireless.  I have 3 other devices connected to my printer.  Is there a limit to how many wireless devices can be connected to my Laserjet Pro 200 MFP printer at one time? Thanks, Keith Gilabert Keith Gila

  • Worksapce login issue

    Hi I have installed Hyperion, and i think all is ok. All services are running. My Hyperion is installed in: Windows 2003 SP2 Oracle 11g But when I run EPM System diagnostic I get a problem with login in the Workspace service/login. This is the messag

  • ORACLE 10.2.0.4 ( ADVISOR )

    Hi Big Masters, I'm Brazilian DBA, I have a very big problem in the production of my company, when I run any commands in the DDL (eg ALTER TRIGGER DISABLE NOME_TRIGGER) the session freezes and competition increases significantly and do not know why,

  • Photoshop elements 8, Probleme nach Installation??

    Mein Photoshop-Elements 8.0 hab ich mittlerweile schon 10 x neu installiert. Nach der Installation ist alles i.O. Nach dem Neustart am nächsten Tag ereignen sich seltsame Dinge. Editor: In den Bedienfelder rechts gibt es bei den Effekten keine Filter

  • Adobe Premiere Pro CS5 - CPU

    Hello every one, Please help me with this if any one know... I have HD file about 50min its 1080p25 avi and i wanted to render it in to .mpg2 the same quality and when i start rendering the file my CPU let to 96C which i dont think thats healthy. I d