Characterstic value assignment table

Hi All
Could you please let me know in which table can i find   characterstic value assignment data?
Thanks in advance
Nagesh.paruchuri

Hi,
Table:IBSYMBOL IB: Characteristic Value Assignment

Similar Messages

  • How to Check Characterstic Values  assigned  for a material

    Hi ,
    My requirement is , to  check  each and every material entered in the selection screen  and characterstic values assigned to this,
    I dont need characterstic values  for a material, i have to check whether characterstic values assigned or not , if not i have to give a message..
    I used  CLAF_CLASSIFICATION_OF_OBJECTS FM  for  getting charactersic values
    it is giving NO classification found , but for tghat material classification is existing subsequently characterstic values are also there, i passed material no with leading zeros also.
    i used WMCL_MAT_READ_CHAR_VALUES FM also  , but it is giving  No charcterstic values found for that Material  but characterstic values are assigned for that Material..
    Could u please find out ,where  i am missing

    THIS MATERIAL HAS CLASSIFICATION VIEW  AND CHARACTERSTIC VALUES ALSO MAINTAINED
    DATA : MATNO TYPE AUSP-OBJEK,
          L TYPE I,
    T_CLASS TYPE STANDARD TABLE OF  SCLASS ,
    T_OBJECTDATA TYPE STANDARD TABLE OF  CLOBJDAT.
    MATNO ='631165'.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
      EXPORTING
        input         = MATNO
    IMPORTING
       OUTPUT        = MATNO
    "use this function moduel...
    *Retrieve Batch class , characteristic name and values for Material
      CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'
        EXPORTING
         class              = 'ZCA2535'
          classtype          =  '023'
         features           = 'X'
          language           = 'E'
          object             =  MATNO      "pass material number with leading zeros..
          objecttable        = 'MARA'  
        TABLES
          t_class            = t_class
          t_objectdata       = t_objectdata
        EXCEPTIONS
          no_classification  = 1
          no_classtypes      = 2
          invalid_class_type = 3
          OTHERS             = 4.
      IF sy-subrc = 0.
    ENDIF.
    BUT IT IS GIVING   NO CLASSIFICATION FOUND

  • Characterstic value assignment

    hi sap experts,
      can any body tell me how to define characteristic value assignments for materials. for ex. for material 'A' i want to add the details like color, length, shape etc
    rewarding points assigned
    regards
    ravikumar

    Dear ravi
    Go through the link
    <a href="http://help.sap.com/saphelp_46c/helpdata/en/92/58c4a5417011d189ec0000e81ddfac/frameset.htm">Value Assignment Attribute for Characteristics</a>
    Thanks
    G. Lakshmipathi

  • EHS: Set up Table-based Value assignment Error.

    Hi all,
    We are customizin Basic Data & Tools and when trying to set table based assignments (table TCG11_VAI; program RC1TCG11_02) we are getting no entries in the table. The message shown is always <i>"0 unchanged entries, 0 new entries, 0 entries deleted"</i> independant on the entry criteria
    The problem is that we can create those entries manually but it will be endless
    Has this happened to anyone before? Any idea?
    Many thanks and regards,
    Alberto

    Hi all,
    We have just find the solution.
    Just for your information the problem was that the IMG activity "Adopt
    Standard Specification Database" was executed but not working properly
    because no data can be copied from client 000. Then when executing "Set
    Up table Based Value Assignment" no entries were made in the table. We
    have just change the client, execute "Adopt Standard Specification
    Database" and then "Set Up table Based Value Assignment" and now is
    working properly
    Alberto

  • Troubleshoot Error - Unable to perform table-based value assignment config

    After to creating class, characteristics, and value assignment type, the system is unable to perform table-based value assignment configuration. The following error is displayed:

    Hi Mr. SAP,
    Based on the diagnosis, you can figure out that most likely someone is already editing the customizing table or might you are not authorized..
    In case if you have the access to SM12 Transaction code, kindly check if an entry present there. If yes it means the table is locked and you can't proceed on that. you have to reach out to the specific resource to unlock the table who did a lock, else you need to reach out to BASIS to make that entry delete.
    Regarding authrization for locking of table, please check SU53 after the execution of the T-code, if you are missing any role. If you find anything there, then reach out to your Security team to get and assigned roles to your profile.
    Regards,
    Abhi

  • Updating the characterstic values in the classification view

    Hi,
    We are trying to update the characterstic values in the material master through AUSP table (BDC program). We want to replace the old values with the new values. But the program is appending the new characterstic values to the old values. This is happening inspite of the configuration setting in the characterstic transaction (CT04) such that it allows only a single value. Please suggest us in this regard.
    Thanks
    Ramakanth

    use the following
    Set and Change Values
    Use
    You can use this function as an easy way to change, delete, or create large quantities of assigned characteristic values. Target objects can be classified, or existing assignments can be deleted.
    Prerequisites
    The selected target objects must have the same class type and object type as the template object.
    The characteristics must be the same for the target objects and template object.
    No interval values are processed. No reference characteristics are processed.
    Procedure
    Enter a class type. If the class type is for multiple object types, you see a list of the object types that you can select. Select an object type.
    Enter the characteristics whose values you want to change or set. To find characteristics, display the possible entries. To display all the characteristics of a class, choose Chars of class and enter the class.
    Characteristics: Old and New Values
    You can replace old values with new values. You can set completely new values if no value was assigned before, or delete old values.
    Use the possible entries to select values.
    You can only select one value for each line. If you want to process several values, you must select the same characteristic several times.
    Changing Values with an Operator
    If a characteristic has numeric format, you can use an operator to recalculate values. You can add, subtract, multiply, and divide figures. For character format, the operator fields are grayed out.
    On the Target objs tab, enter the objects to which you want to copy the new values.
    For more details on this procedure, a description of further functions, and information on the log, see the third and fourth steps in Copy Values Assigned to Object.
    On the Assignments tab, you can classify the target objects or delete existing assignments. Enter the class or select one using the possible entries. You can go to class management by choosing  Display class.
    Choose  Carry out a mass change.

  • Dynamic value assignment to a particular column in a vertical ALV

    Hi Friends,
    In the present program ALV has 44 fields and output row is only one(with some field editable).
    My requirement is to change present output to vertical ALV and editable field should be available
    as editable.
    Now I have changed this to transposed ALV manually(not dynamically) with required fields editable.
    Now there is 44 rows and two column "FIELD and "VALUE'.Some values in the second column is editable.
    Previously output was like this:
    field1   field2  field3 ...
    val1     val2    val3   ...
    Now output is like:
    FIELD   VALUE
    field1  value1(type INT)
    field2  value2(type char5) Editable(need F4 help)
    field3  value3(type date)
    My present structure declaration is:
    types: begin of ty_itab,
            field type char 50,
            value type char70,
            celltab type lvc_t_styl,(for editing some values in VALUE column).
           end of ty_itab.
    data: itab type standard table of ty_itab.
    Now the second column i have declared as CHAR70 which contains only char
    values because to put all differt types of values to one single column named
    'VALUE'.
    But as field1 field2 field3... had differnt type of value like integer char date...I need to validate some values
    (specially those which are editable) before saving to custom DB table.
    So I need dynamic value assignment to VALUE column when preparing internal table for display.
    What I want to say is that VALUE column should be able to contain different type of values like INT, DATE, CHAR...etc
    Is the requirement is feasible?
    If yes then How should I declare the structure and populate different type of values within single column 'VALUE'.
    Also is it possible to have F4 helps in the second column (VALUE)???

    Hi Manab,
    I did something comparable: We have a very complex transaction with several subscreens with multiple fields to be filled with complex logic to create a very special contract. The requirement was to create a method to create a copy of this contract being able to apply some changes.
    I created a wizard (transaction SBPT_WIZARD_BUILDER - Wizard-Builder) to accomplish that. I grouped all the fields to just 3 logical groups and thius created 3 stesp where the user gets an ALV as you describe, but we have the rows like FIELD  with the new value editable. Additionally I have hidden fields with table name and field name so that I can determine the characteristics (datatype) at run time.
    The value fields are just strings (every ALV field is a text field on the surface).
    For editable fields, you have an event DATA_CHANGED. I used this method as a handler for the event:
    (I will leave out the wizard part here - maybe a good idea for a blog to explain that)
    METHOD handle_data_changed.
        CALL FUNCTION 'RS_CONV_EX_2_IN'
          EXPORTING
             input_external                     = <mod>-value
             table_field                        = ls_tabfield
    I also created handlers for F1 and F4
    Handler for CL_GUI_ALV_GRID->ONF1
    METHOD handle_f1.
        CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD'
          EXPORTING
            called_for_tab   = lv_tabname
            called_for_field = lv_fieldname
          EXCEPTIONS
            object_not_found = 1
            sapscript_error  = 2
            OTHERS           = 3.
    Handler for CL_GUI_ALV_GRID->HANDLE_F4
    METHOD handle_f4.
      CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'
        EXPORTING
          tabname    = lv_tabname
          fieldname  = lv_fieldname
        TABLES
          return_tab = lt_return_tab
        EXCEPTIONS
          OTHERS     = 5.
        er_event_data->m_event_handled = abap_true.
    * if er_event_data->m_event_handled is not set to abap_true, system will handle it.
    * In this context the message 'Keine Eingabehilfe verfügbar' will be displayed
    ENDMETHOD.
    This is just an excerpt from my project. It shows that you can do more in ALV as you knew.
    I tried to post a little more but the formatting break down, possibly a result of the character limit
    Regards,
    Clemens

  • FM for characterstic value of a function location (asset)

    Hi All,
    Can any one please tell me the FM module to be used for finding the characterstic value for a given characterisctic name of a function location in IL03 (classification).
    I have tried using BAPI_CLASS_GET_CHARACTERISTICS, but it is not yielding the desired results.
    Thanks in advance
    Deepti

    Hi,
    I don't know why you are not getting the proper reult.
    BAPI_OBJCL_GETDETAIL iis uesd to get both character and numeric values back form the classes.
    Check this:
    LV_OBJECT = I_TPLNR.
    CALL FUNCTION 'BAPI_OBJCL_GETDETAIL'
    EXPORTING
    OBJECTKEY = LV_OBJECT
    OBJECTTABLE = 'IFLOT'
    CLASSNUM = 'Z_DEPOT'
    CLASSTYPE = '003'
    TABLES
    ALLOCVALUESNUM = WT_ALLOCVALUESNUM
    ALLOCVALUESCHAR = WT_ALLOCVALUESCHAR
    ALLOCVALUESCURR = WT_ALLOCVALUESCURR
    RETURN = IT_RETURN.
    Furthermore i have a list of BAPI. [Try this link|http://www.saptechies.com/sap-bapi-list/].
    May it helps you.
    Regards.
    DS.

  • 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

  • I am working in Numbers and can't seem to change the generic value assigned to the legend.  Any advice on how to select the legend and save new values?

    I am working in Numbers and can't seem to change the generic value assigned to the legend.  Any advice on how to select the legend and save new values?

    Ntenich,
    If your table has a Header and your Legend text is in the header, it will be picked up by the table.
    Jerry

  • In the Value Mapping Table n:1 relations is not allowed???

    I'm using Value Mapping but if I try to fill the Value Mapping Table with 2 different source values (e.g AA, BB) and the same one as target (e.g. ZZ) the Integration Builder does not allow it.
    I receive the message:
    "Rappresentation already exists.
      BB | ZZ
      AA | ZZ
    Do you want to delete it from the existing group and assign it to the current group instead?
    Any idea?
    Sergio
    Message was edited by: Sergio Ferrari

    Hi Sergio,
    I think it does allow you to have n:1 relations. The error you are getting is because the mapping already exists in another group. You can try to display it to see which group the mapping belongs to.
    Nevertheless, since it exists, you do not to enter it again. You are able to use it in your mapping program anyway.
    Regards,
    Hart

  • SAP APO 5.0 Assignment Table and Like Profiles

    Hello,
    Is the any way to extract all the entries in either of the like profiles or the assignment table.
    I tried the System -> List -> Save but all the options are grayed out.
    Any feedback wold be greatly appreciated.
    Thanks

    Hi,
        I am not sure which entries you want exactly...However there are couple of tables related to like profiles in which LIKEID is there.
    /SAPAPO/DP440G- Master Forecast Profile (APO0300)
    /SAPAPO/FCST_LC -  Assignment Table: Lifecycle Profiles to Charact. Value
    /SAPAPO/FCST_LC1 - Assignment Table: Lifecycle Profiles to Charact. Value
    /SAPAPO/T445LIKE -  Table for LIKE Dependencies
    /SAPAPO/T445LIKK - Header Table for LIKE Dependencies
    /SAPAPO/T445LIKT - Text Table for Like Profiles
    /SAPAPO/T445LIPR - Table for Life Cycle Planning
    I hope this will help you at some extent..
    Regards,
    Saurabh

  • Characterstic Values in Batch Master record

    Hi,
    Is there any report where in characterstic values can be seen for batch master records?
    Regards,
    Prasad

    Hi,
    I think there is no standard report to satisfy your requirement. You can create a Z report using tables MCHA and MCHB etc.
    thanks and regards
    Muru

  • Material Characterstic values and its text

    HI,
    I need material Characterstic values and its texts 
    CABN Characteristic Detail
    AUSP Characteristic Values
    CAWN Characteristic Values
    CAWNT Characteristic Value Texts
    KSML Characteristic Allocation to Class
    But my AUSP table dont have all material numbers which i need to give the condition ausp-OBJNUM = mara-matnr and my mara-atinn filed also blank to fetch the values directly.
    But the CABN,CAWN,CAWNT holds the data
    Any new inputs and conditions other than these
    Regards
    Rashed

    Hi,
    You need to search the object number in INOB(Link between Internal Number and Object) table first then you will get the record from AUSP.
    In INOB you can put the material number in objek field
    sample attached
    MANDT CUOBJ              KLART OBTAB                            OBJEK                    
    013   000000000000021515 001   MARA                             000000000000905030       
    Hopefully It should solve your probelm.
    Regards,
    Atul

  • Material characterstic values

    Hi All,
    When the material is created via MM01, depending upon the specific class, characterstic values, the material long text is updated.
    My requirement is, is there any FM or BAPI which can give me the values of the class and characters which are in Buffer. I am using the user exit present for MM01 transaction to do this.
    Please help on how to retrive characterstic values which are in buffer.
    Reagrds,
    Shahu

    Hi,
    Check this sample code, if it helps. Also the BAPI is well documented. If you have any question regarding parameter, please have a look at the documentation.
    DATA: begin of lt_valchar OCCURS 0.
    include structure BAPI1003_ALLOC_VALUES_CHAR.
    data: end of lt_valchar.
    DATA: gt_return LIKE bapiret2 OCCURS 0 WITH HEADER LINE,
    p_matnr LIKE BAPI1003_KEY-OBJECT,
    OCCURS 0 WITH HEADER LINE.
    CALL FUNCTION 'BAPI_OBJCL_GETDETAIL'
    EXPORTING
    objectkey = p_matnr
    objecttable = 'MARA'
    classnum = 'CL000099' " Give Class number
    classtype = '001' " Give Class Type
    keydate = sy-datum
    TABLES
    allocvaluesnum = lt_valnum
    allocvalueschar = lt_valchar
    allocvaluescurr = lt_valcurr
    return = gt_return.
    Regards

Maybe you are looking for

  • How to setup new OC4J instance to host jdev business component (EJB)

    From Jdeveloper 9.0.3 I want to deploy a business component to an new oc4j instance running under 9ias version 9.0.3. In jdeveloper I have built and tested an application server connection (type=Oracle Application Sever Remote DCM) to my new oc4j ins

  • The MacBook graphics card.

    The current MacBook for sale has a GMA X3100 graphics card. Battlefield 2142's system requirements say that the game will not run on a GMA950 graphics card. So will Battlefield 2142 run on the current MacBook?

  • ORA-13050 unable to construct spatial object - Error

    Hi friends!, I to realize the follow query: SELECT A.MI_PRINX, B.DESCRIP FROM PEVEDISC A, PEVEGEO B WHERE SDO_GEOM.RELATE(A.GEOLOC,'ANYINTERACT',B.GEOLOC,0.005) = 'TRUE' AND SDO_GEOM.RELATE(A.GEOLOC,'TOUCH',B.GEOLOC,0.005) = 'FALSE' AND ROWNUM <= 10

  • Online event disappeared

    I was unable to view "What's new in Photoshop® CS2 - For Graphic Designers" by Russell Brown in Adobe online events. I got this message: >Not Found >The selected resource does not exist. >For further assistance, please check out the Connect Enterpris

  • Deleting a Transformation

    I have some transformations which have been imported to a system prior to a source system conversion.  What is the easiest way to delete these. Thanks