Class & Characterstic

Dear Experts,
Please help me to solve this problem
I want the list of All the class available in the system with characteristic assigned.
Suppose there are Class Motor_01  & Pump_01 and many more I want a report which give the list characteristic assigned against all the classes.No matter whether characteristic value is there or assigned to equipment.
I tried  by tcode CL6B but failed to get exact requirement because this is showing with equipment list.But i want only list of class assigned with characteristic.
AR
Edited by: Amit  Rana on Jun 28, 2009 10:22 AM

hi Amit,
You can try trans code CL6AN - Class list ,  you get list of Class --> Characteristic --> Values.
You can Check logistics - Plant Maintenance - Management of technical objects - Environment - Classes - Environment -Reporting  Check out for other option
Regards,
Edited by: Srinivas Narayana Gowda on Jun 29, 2009 6:43 AM

Similar Messages

  • 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

  • Configuration Validation

    Hi there,
    I have a configuration which is working fine, but in production when the sales people choose the variant and customize these the configuration validation changes to yellow which still can be saved. In production on the other side the warning has changed to a red error. The questions is the validation of variant in production is it different then in the sales phase? Is there a report for showing validation rules/customizing?
    THX
    Best Regards.
    Per Møller Zanchetta

    Per Møller Zanchetta,
    Where you are checking warning message(yellow) or error message (red)
    Please share a example for this issue. including your product structure, classes , characterstic's etc.
    Thanks
    Ritesh

  • OLAP Universe  Sturcture in Production not same as Dev and QA

    We have created a OLAP Univese from a SAP BEX Query .The BEX Qeury  is identical in structure and Result in Dev(migrated to QA and Production)
    The BOBJ Olap Universe creates a Main Class ( FROM SAP DIMENSION -Three of them ) and Sub Class ( Characterstic -13 of them )  in the Dev and QA, however the Production Universe creates a flat stucture of the Class from the Characteristics ( universe identify all the objects and new objects)
    So my Webi reports in DEV and Qa do not work in Production, as it sa
    We are not able to identifyt why this is happening, or what else we can check that is causing a  class subclass sturcute in DEV and Qa and FLAT Class structure in Production.

    Hi,
    First check BEx query is  same in the prod environment as dev and QA.
    Thanks,
    Amit

  • PO Release strategy release procedure

    Hi
    Any body can suggest
    what is the procedure for release strategy transport to anther system means D to Q

    Hi,
    Release strtagy Configuration can be transported from one client to various client[Like creation Class,characterstic,Release code,release strtagy definations etc]
    Where as assignments of Objects / class  and  various parameter for release strategy has to be done in individual clients in -T-code: CL24N.
    Example : For Class -PO Release we need to assign -Values for Class -characteristic values has to assign in CL24N
    with regards
    Shrinivas Gangoor
    Edited by: Shrinivas Gangoor on May 22, 2009 3:06 PM

  • Table for Class and Characterstic

    Hi,
    Can you provide table name, which contain calss and characterstic.
    I want table name ,  to get class which is assigned to the chanracterstic.
    Thanks in advance
    Regards
    KRK

    Please check the following tables
    Characteristics  :
        Characteristics :
        CABN                   Characteristics ( o.a. batch/vendor)   
        CABNT                 Characteristics description
        CAWN                  Characteristics  ( o.a. material)
        CAWNT                Characteristics description
        AUSP                   Characteristic Values
       Class types and objects :
        TCLAO                 Several class types for object
        TCLA                    Class types ( vb. lfa1 => v10 en 010)
        TCLAT                  Class type text
        TCLT                    Classifiable objects
        TCLC                   Classification status
    Links :
        INOB                    Link between Internal Number and Object
        KLAH                  Class header data
        KSSK                  Allocation Table: Object (vb.matnr) to Class
        KSML                  Characteristics for a class (internal number)
    Reagrds
    Ramakrishna

  • Class and characterstic

    Hi..
    I have created characteristic DMSDWG
    Des-DMS TEST
    In Values  Tab
    Character value FORM        Description Form size
    Class 017
    Created class DOCUMENT_SEARCH
    assign characteristic DMSDWG
    Now the issue is In additional tab i am not able to enter any input infront of "Form size" while creating the document.so that i can use the same value while searching in cv04n
    will anybody help me asap..

    Hi Sandip,
    Try this steps.
    1. Create Char with "DMSDWG" with Description "Form Size".
    2. Go to tab page "Value".
    3. Enter Following values
        Char VAlue         Description
           1                             A4
           2                             A3
           3                             A6
           4                             A2
           5                             A0
           6                              A1
    3. Save Charateristics.
    4. Create class of Type 017 "DOCUMENT_SEARCH"
    4. Assign Char "DMSDWG" to class"DOCUMENT_SEARCH"
    5. Assign class"DOCUMENT_SEARCH" in DC10 for the doc type you want to use for exp say "DRW".
    Now when you create DIR of Doc type DRW, you will see char form size in additional data tab page.
    press f4 you will get list of form size create in step 3 as above. select any one and save DIR.
    Now you want user to enter the form size do not carry out step 3. so user will have freedom to enter as per his choice.But my suggestion would be to restrict user to select predefined values. Some user may write A 3 intead of A3.
    So if reporting is happening on DRW DIR's there would be no ambiguity in report.
    Hope this is solution for your query
    With Warm Regards
    Mangesh Pande

  • 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.

  • FM/Class to find the class and characterstics for a given material

    Hi All,
    Is there any Class/FM to find the class and characterstics for a given material.I tried some BAPI_OBJCL* BAPI's but lot of the BAPI's need classnum as input parameter. But i need a BAPI or tables or class which can give the class and its characterstic values for a given material.

    Hi Ben
             Try ..
    BAPI_OBJCL_GETCLASSES
    BAPI_OBJCL_CREATE

  • Use OBJCLASS object of Emigall for  Class & characteristics creation in FL

    Hi Fritz,
    Good day,
    I want to use OBJCLASS object of Emigall for
    Class and characteristics cration of Functional Location, The object is
    desiged for Equipment only,
    I read the document of this object which says
    that it can be modify to use for functional location as well by changing
    some rule, I tried by changing the field "Name of database table for
    object" from the standard which is made for DEVICE/EQUIPMENT
    I need your help to modify the rule to use this object for class and
    characterstic creation for Functional Location, the migration object field is set to Device
    which I want to change to FUNCLOC  but that field is not modifiable.
    Can you help me Fritz
    Regards,
    Robert

    Robert,
    Yes you are right. The following changes have to be made:
    HEADER-OBJECT_TYPE need to be set to IFLOT (Fixed Value or Transfer field rule)
    DATA-FIELD need to be set to TPLNR  (Fixed Value or Transfer field rule)
    DATA-VALUE need to be set to either CONNOBJ or DEVLOC (Via KSM field rule)
    Kind regards,
    Fritz

  • How to get ATINN value based on material number and Class Type ?

    I have below SELECT stmt code which gives the correct value of atwrt based on materil no and ATINN.
    However in quality system, it is failing because in quality system "atinn" value is not 0000000381. It is different.
    So how can I get ATINN(Internal characteristic) value based on material number and Class Type?
    -Obtain the batch characterstic value for the Material******************
      SELECT atwrt
        UP TO 1 ROWS
        INTO v_charvalue
        FROM ausp
       WHERE objek = mcha-matnr
         AND atinn = '0000000381'   " 'US80_FRENCH_ON_LABEL'
         AND klart = '001'.
    THANKS N ADVANCE.

    Hi SAm,
    use the Below function module to get the Atinn for Atwrt for thr Class and MAterial combination..
    CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'
          EXPORTING
            classtype          = '023'       "Class type
            object             = w_object  "Material number with Leading zeros
            no_value_descript  = 'X'      "Default X
            objecttable        = 'MCH1'    "Table name Mara or MCH1 or MARC
          TABLES
            t_class            = t_class   "It return the Batch class available for the above combination
            t_objectdata       = t_char  "Return Batch characteristics(ATWRT) and their value ATINN in this table
          EXCEPTIONS
            no_classification  = 1
            no_classtypes      = 2
            invalid_class_type = 3
            OTHERS             = 4.
    Regards,
    Prabhudas

  • 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

  • LSMW for MB1C with Batch & Characterstic

    Dear All,
    I want to upload the initial stock with movement type 561.My materials are Batch Managed and the Batch are having certain Characterstic.So i want to upload the Stock with Batch Characterstic.This is not possible with recording in LSMW.Can anybody help me out in making the LSMW.
    Thanks
    Jagmohan

    Try this code
    REPORT zosmm_carga_caract_lote NO STANDARD PAGE HEADING LINE-SIZE 100.
    Global Parameters
    DATA: BEGIN OF t_message OCCURS 0.
    INCLUDE STRUCTURE bapiret2.
    DATA: END OF t_message.
    DATA: BEGIN OF t_archivo OCCURS 0,
    lineas(42),
    END OF t_archivo.
    DATA: BEGIN OF t_carga OCCURS 0,
    charg(10),
    valor(30),
    END OF t_carga.
    DATA: BEGIN OF t_caract OCCURS 40,
    atnam LIKE cabn-atnam,
    atinn LIKE cabn-atinn,
    atfor LIKE cabn-atfor,
    anzst LIKE cabn-anzst,
    END OF t_caract.
    BAPI structures
    DATA: BEGIN OF wa_allocvaluescharnew OCCURS 0.
    INCLUDE STRUCTURE bapi1003_alloc_values_char.
    DATA: END OF wa_allocvaluescharnew.
    DATA: BEGIN OF wa_allocvaluesnumnew OCCURS 0.
    INCLUDE STRUCTURE bapi1003_alloc_values_num.
    DATA: END OF wa_allocvaluesnumnew.
    DATA: BEGIN OF wa_allocvaluescurrnew OCCURS 0.
    INCLUDE STRUCTURE bapi1003_alloc_values_curr.
    DATA: END OF wa_allocvaluescurrnew.
    Variables
    DATA: lineas TYPE i,
    w_rc LIKE sy-subrc,
    mens LIKE message,
    date_err(1) TYPE c,
    swc(1).
    DATA: c_totreg(6),
    c_vanreg(6).
    DATA: v_atinn LIKE cabn-atinn,
    v_atfor LIKE cabn-atfor,
    v_anzst LIKE cabn-anzst.
    SELECTION-SCREEN
    SELECTION-SCREEN BEGIN OF BLOCK uno WITH FRAME TITLE text-001.
    PARAMETER: p_matnr LIKE mara-matnr OBLIGATORY,
    p_atnam LIKE cabn-atnam OBLIGATORY.
    PARAMETER: p_file LIKE rlgrap-filename OBLIGATORY.
    SELECTION-SCREEN END OF BLOCK uno.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
    PERFORM buscar_archivo USING p_file.
    START-OF-SELECTION.
    START-OF-SELECTION.
    REFRESH: t_archivo, t_carga, t_caract.
    *** Characteristics Values
    SELECT SINGLE atinn atfor anzst
    INTO (v_atinn, v_atfor, v_anzst)
    FROM cabn
    WHERE atnam = p_atnam.
    IF sy-subrc NE 0.
    MESSAGE i899(m3) WITH 'Not Valid Characteritics'.
    ELSE.
    *** Read input and upload
    CALL FUNCTION 'WS_UPLOAD'
    EXPORTING
    filename = p_file
    filetype = 'ASC'
    TABLES
    data_tab = t_archivo
    EXCEPTIONS
    conversion_error = 1
    invalid_table_width = 2
    invalid_type = 3
    no_batch = 4
    unknown_error = 5
    gui_refuse_filetransfer = 6
    OTHERS = 7.
    IF sy-subrc EQ 0.
    LOOP AT t_archivo.
    CLEAR t_carga.
    SPLIT t_archivo AT ';'
    INTO t_carga-charg t_carga-valor.
    APPEND t_carga.
    ENDLOOP.
    DESCRIBE TABLE t_carga LINES lineas.
    IF lineas > 0.
    PERFORM clasificar_lotes.
    ELSE.
    MESSAGE i899(m3) WITH 'Doesn't exist batch to process'.
    ENDIF.
    ELSE.
    MESSAGE i899(m3) WITH 'Error on upload'.
    ENDIF.
    ENDIF.
    TOP-OF-PAGE
    TOP-OF-PAGE.
    WRITE: /'TITLE', sy-datum, sy-uname NO-GAP.
    WRITE: /'Material: ', p_matnr.
    WRITE: /'Characteristics: ', p_atnam.
    SKIP.
    WRITE: 01 'Batch', 11 'Valor', 30 'Log'.
    ULINE.
    *& Form clasificar_lotes
    FORM clasificar_lotes.
    DATA: w_matnr LIKE mara-matnr,
    w_cuobjbm LIKE mch1-cuobj_bm,
    w_obtab LIKE inob-obtab,
    w_objek LIKE inob-objek,
    w_class LIKE klah-class,
    w_clint LIKE kssk-clint,
    w_valor(8),
    w_mbapi(80),
    logline(100).
    CLEAR: t_message.
    LOOP AT t_carga WHERE charg IS NOT INITIAL.
    REFRESH: wa_allocvaluescharnew,
    wa_allocvaluesnumnew,
    wa_allocvaluescurrnew.
    CLEAR: wa_allocvaluescharnew,
    wa_allocvaluesnumnew,
    wa_allocvaluescurrnew,
    date_err,
    w_mbapi,
    logline.
    CONCATENATE t_carga-charg t_carga-valor
    INTO logline SEPARATED BY space.
    *** Find object to classified
    SELECT SINGLE cuobj_bm matnr
    INTO (w_cuobjbm, w_matnr)
    FROM mch1
    WHERE charg = t_carga-charg
    AND matnr = p_matnr.
    IF sy-subrc EQ 0.
    SELECT SINGLE obtab objek
    INTO (w_obtab,w_objek)
    FROM inob
    WHERE cuobj = w_cuobjbm.
    *** Find class from object
    SELECT SINGLE clint INTO w_clint
    FROM kssk
    WHERE objek = w_cuobjbm
    AND mafid = 'O'
    AND klart = '023'.
    IF sy-subrc = 0.
    SELECT SINGLE class INTO w_class
    FROM klah
    WHERE clint = w_clint.
    TRANSLATE t_carga-valor USING ',.'.
    CONDENSE t_carga-valor.
    CALL FUNCTION 'BAPI_OBJCL_GETDETAIL'
    EXPORTING
    objectkey = w_objek
    objecttable = 'MCH1'
    classnum = w_class
    classtype = '023'
    KEYDATE = SY-DATUM
    UNVALUATED_CHARS = ' '
    language = sy-langu
    IMPORTING
    STATUS =
    STANDARDCLASS =
    TABLES
    allocvaluesnum = wa_allocvaluesnumnew
    allocvalueschar = wa_allocvaluescharnew
    allocvaluescurr = wa_allocvaluescurrnew
    return = t_message.
    *** Define characteristics type
    CASE v_atfor.
    WHEN 'CHAR' OR 'BOOL'.
    wa_allocvaluescharnew-charact = p_atnam.
    wa_allocvaluescharnew-value_char = t_carga-valor.
    APPEND wa_allocvaluescharnew.
    LOOP AT wa_allocvaluescharnew WHERE charact = p_atnam.
    wa_allocvaluescharnew-value_char = t_carga-valor.
    wa_allocvaluescharnew-value_neutral = t_carga-valor.
    MODIFY wa_allocvaluescharnew.
    ENDLOOP.
    WHEN 'NUM' OR 'TIME'.
    wa_allocvaluesnumnew-charact = p_atnam.
    wa_allocvaluesnumnew-value_from = t_carga-valor.
    APPEND wa_allocvaluesnumnew.
    LOOP AT wa_allocvaluesnumnew WHERE charact = p_atnam.
    wa_allocvaluesnumnew-value_from = t_carga-valor.
    wa_allocvaluesnumnew-value_from = t_carga-valor.
    MODIFY wa_allocvaluesnumnew.
    ENDLOOP.
    WHEN 'DATE'.
    CALL FUNCTION 'CONVERT_DATE_TO_INTERN_FORMAT'
    EXPORTING
    datum = t_carga-valor
    dtype = 'DATS'
    IMPORTING
    error = date_err
    idate = w_valor
    messg = mens.
    IF date_err = 'X'.
    CONCATENATE logline '-> Error: Fecha no valida'
    INTO logline SEPARATED BY space.
    ENDIF.
    wa_allocvaluesnumnew-charact = p_atnam.
    wa_allocvaluesnumnew-value_from = w_valor.
    APPEND wa_allocvaluesnumnew.
    LOOP AT wa_allocvaluesnumnew WHERE charact = p_atnam.
    wa_allocvaluesnumnew-value_from = w_valor.
    MODIFY wa_allocvaluesnumnew.
    ENDLOOP.
    WHEN 'CURR'.
    wa_allocvaluescurrnew-charact = p_atnam.
    wa_allocvaluescurrnew-value_from = t_carga-valor.
    APPEND wa_allocvaluescurrnew.
    LOOP AT wa_allocvaluescurrnew WHERE charact = p_atnam.
    wa_allocvaluescurrnew-value_from = t_carga-valor.
    MODIFY wa_allocvaluescurrnew.
    ENDLOOP.
    ENDCASE.
    IF date_err IS INITIAL.
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> by AGARCIA
    CALL FUNCTION 'BAPI_OBJCL_CHANGE_KEY'
    CALL FUNCTION 'BAPI_OBJCL_CHANGE'
    EXPORTING
    objectkey = w_objek
    objecttable = 'MCH1'
    classnum = w_class
    classtype = '023'
    status = '1'
    TABLES
    allocvaluesnumnew = wa_allocvaluesnumnew
    allocvaluescharnew = wa_allocvaluescharnew
    allocvaluescurrnew = wa_allocvaluescurrnew
    return = t_message.
    IF sy-subrc EQ 0.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
    wait = 'X'.
    LOOP AT t_message WHERE type CO 'EA'.
    CONCATENATE w_mbapi t_message-message ';'
    INTO w_mbapi SEPARATED BY space.
    ENDLOOP.
    IF w_mbapi IS INITIAL.
    CONCATENATE logline '-> Ok!' INTO logline SEPARATED BY space.
    ELSE.
    CONCATENATE logline '-> Error:' w_mbapi
    INTO logline SEPARATED BY space.
    ENDIF.
    ELSE.
    CONCATENATE logline '-> Error: Problem on BAPI Execution
    INTO logline SEPARATED BY space.
    ENDIF.
    ENDIF.
    ELSE.
    CONCATENATE logline '-> Error: Class object don't found'.
    INTO logline SEPARATED BY space.
    ENDIF.
    ELSE.
    CONCATENATE logline '-> Error: Class object don't found'.
    INTO logline SEPARATED BY space.
    ENDIF.
    WRITE: / logline.
    ENDLOOP.
    WRITE: / '>>>>>>>>>> FIN DEL PROCESO <<<<<<<<<<'.
    ENDFORM. " clasificar_lotes
    Form buscar_archivo
    Muestra el diálogo para seleccionar el archivo
    +----
    FORM buscar_archivo CHANGING ie_arch.
    DATA: v_file1 LIKE dynpread-fieldname,
    v_file2 LIKE ibipparms-path.
    v_file1 = ie_arch.
    CALL FUNCTION 'F4_FILENAME'
    EXPORTING
    field_name = v_file1
    IMPORTING
    file_name = v_file2.
    ie_arch = v_file2.
    ENDFORM. " BUSCAR_ARCHIVO

  • Release Procedure with materia No. as characterstic.

    hi SAPERS,
    I am trying to put Release procedure for P.R. by keeping Material No, Plant, Purchase Group as characterstics.
    When I assign the Plant, Purchase Group charactersic to Class the Release Procedure is working fine.
    By instanct I assign the Material No. charactersic to same class the Release Proocedure is not working.
    Please explain me where i did mitake? Can we add the Materia No as characterstic in Release Procedure, If no what are all the reasons.
    Thanks in Advance.
    Venkat.

    Hi
    It advisable not to add material number as a release characteristics for PO wheras for PR you can add it ..the job of the release characteristics is  to to find the data in the purchasing document and apply the appropriate release stategy to it .this is done through communication structures .CEBAN is the communication structure for PR and CEKKO for PO.
    note: if u add material no as a release characteristics u need to add each and every material number created into the class for your release strategy and release group through t code cl20n.
    Regards
    Sandeep

  • Classification error of Class Type 017

    Hi,
    We are facing a problem in Document Management classification data...we have a class (of type ‘017’) with characteristics and this class name is configured in Document Type definition. When we change the documents via transaction CV02N, we are able to enter the values to the characteristics or able to select from the values list. But when the document is saved, the characteristics values are not updated in table AUSP and not displayed in the document.
    Please let me know what to do, if any one faced this kind of situation.
    Thanks,
    Sadhish

    If you have created a characterstic with entry required tick mark in CT04, attached it to doc with class type 017.
    If you do not assign value to this characterstic , you will get message like below.
    so please check your characterstic and its assignment in doc once again and come back.
    Thanks
    Ritesh
    Status changed: missing values for required chars in
    XX1000000000000001000000052600000
    Message no. CL500
    Diagnosis
    You want to save an allocation to a class with released status.
    However, the class contains characteristics for which an entry is required.
    System Response
    The system changes the status of the allocation to incomplete.
    Procedure
    If you want to save the allocation with released status, first you
    must assign values to all the required characteristics. Then you can set the
    status you require.
    Note
    The classification status affects functions such as the find objects
    function. You can define whether objects with incomplete classification
    status are included in the search result.
    If the classification status of a configurable material is incomplete
    for an allocation to a class, this does not affect configuration.

Maybe you are looking for

  • Sorry I know this is not new...

    but can somebody please help me with this? I just got the iphone4. Was very excited about it too... I got home and I connected to my time capsule using password etc. Looked like it connected fine (got the wifi bars at the top, full) but when i tested

  • O/s map with Nokia GPS

    Hi Could anyone please let me know if it is possible to use the coordinates off a UK Ordanance Survey map and use them to put a fix in to the Nokia N95 GPS. I can't make any correlation between the numbers, or put another way 'my gps position' dosn't

  • Terminal and Widget Problems

    I am running into an unusual problem with my computer. I used Terminal to allow my widgets to go to the desktop (witch did not work), but when I typed in the command it added the plus and arrow symbol (the same as when you go to widgets on your mac)

  • Problems returning VARRAY (or  TABLE) / method  on _IOraDatabase failure

    I am trying to return a VARRAY through OO4O (currently using VB6) but am getting an error back that I don't seem to be able to resolve. The SQL procedure is declared as: PROCEDURE "RD_GET_TOPOAREAS2_SIZED" ( minX IN NUMBER, minY IN NUMBER, maxX IN NU

  • Can someone help me please? I'm at my wits end here trying to get help.

     Now like many other people I bought a large number of cards as well, and although for a second I thought it might be a 5 minute gimmick type deal when I saw how long the deal stayed alive and heard of the number of cards people were buying I knew it