CallTran-MM01 -Classification tab

Hi Experts,
How can i create MM01-Classification Tab?I have class  and class type.While Creating (BDC)MM01-classification tab it asking  class,i have entered,but while entering Characterstic value assignment...Wht i have to enter?they have two columns?Where i have to enter..
pls very urgent
Rewarded*
Cheers,
priya

Dear Alfred Kingsley ,
What u said is correct but a small correction,
CL02 is obsolete in ECC and CL04 is in place of that
and we have to methods to create Class one is goto CL04 and give the characteristic name and double click on the given char name it takes u to CT04.
or create char through CT04 and give the char in CL04,
we have class type while creating class(CL04)
Batch Class, Material Class ,Variant Class Etc as per our requirement we need to select the class type
Thanks
Surendra P

Similar Messages

  • BADI to get characteristics of class in classification tab at MM01 / MM02.

    Hi all,
             Is there any user exit or BADI to get all characteristics entered at the classification tab while creating or changing a material (MM01/MMO2) before saving.
    Regards,
    Chinna

    Hello Chinna,
    When you Enter Characteristic value by using F4 help under classification tab BADI  CACL_VALUE_CHANGE will be called.
    And you will get the following values one by one (as you kep on entering)
    I_CHARACTERISTIC_INTERNAL                        Internal Characteristic
    I_CHARACTERISTIC_ID                                     Characteristic Name
    IS_COMMUNICATION_STRUCTURE                  Communication Structure: Classification
    C_ATWRT                                                        Characteristic Value
    Please create an implementation of the above mentioned BADI and set a breakpoint on the code and check the values of the above parameters.
    Regards
    Arindam

  • Protecting classification tab fields in MM01

    Hi Folks,
    I want to protect(non-editable) some fields in classification tab
    in material master for some material types.
    Iam able to do for other views  but not able ot do for classification view
    please give me some input on this.
    Thanks,
    Shwetha

    Hi Swetha,
    I think it is possible throug Transaction variant in SAP, Please refer the below link.
    Link :[Transaction Variant|http://wiki.sdn.sap.com/wiki/display/Snippets/TransactionVariant-AStepbyStepGuidefor+Creation]
    Regards,
    Maruthi

  • Class type in classification Tab

    Hi frnds,
         I want to know the table name where the class type details are fetched while clicking the classification tab in mm01 transaction.Four class types are displaying. I know there are many class types are exixting. But only 4 of the class types are fetched on selecting the classification Tab. Ho w it is fetching and from which table the entries can be retrieved.
      Please help me.
    Thanks in advance

    Hi frnds,
         I got this function module to solve my issue. 'CLAF_CLASSIFICATION_OF_OBJECTS' . But I am not able to get all the class type values when I provide an empty value for the corresponding parameter. It is giving only class type 001 value. If I entered class type parameter with 300 it is giving the corresponding value. How can I use this function module to get all class type values by providing the value to material number and table name fields of function module.
    Thanks in advance..

  • Values not getting updated in Classification tab by BAPI_BATCH_SAVE_REPLICA

    Hello Experts ,
    I am currently facinmg problem with value updation in Classification Tab for Batch Master. To create the classification I have marked BATCHCONTROLFIELDS-DOCLASSIFY = 'X' and to pass values to classification I have done the below coding.
    wa_classvaluationschar-value_char = wa_itab-value1.
    APPEND wa_classvaluationschar TO it_classvaluationschar.
    wa_classvaluationsnum-value_from = wa_itab-value1.
    wa_classvaluationsnum-unit_from  = wa_itab-meins.
    APPEND wa_classvaluationsnum TO it_classvaluationsnum.
    Finally called the FM 'BAPI_BATCH_SAVE_REPLICA'. But , inspite of this I am not able to see values in the created Batch. Please advice on the same.
    Thanks
    -Trishna.

    Hi Trishna,
    You need to update below mentioned fields to udpate that.
    OBJECTKEY = concatenate (Internal Material number & plant & batch number)
    OBJECTTABLE = MCHA
    in both the structures CLASSALLOCATIONS and CLASSVALUATIONSCHAR. It will udpate.
    Cheers,
    Luri

  • Function Module to Read attributes value from Classification tab

    Dear Experts ,
    We are using material classification in the material master. Under classification tab of material master , we are maintaining certain characteristics and their corresponding values.
    I want to read those values and use those in one of the report.
    Can you please help me in identifying Function Module which will return the values of all the attributes of that material.
    Thanks in advnce,
    Regards,
    Nikhil

    You can check those details using CT06 transaction.
    FM CLAF_CLASSIFICATION_OF_OBJECTS can be used to retrive the data using program.
        CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'
          EXPORTING
            class              = gc_class
            classtext          = 'X'
            classtype          = gc_classtype
            clint              = gc_mmpsk
            features           = 'X'
            language           = sy-langu
            object             = l_object
            key_date           = sy-datum
            initial_charact    = 'X'
            change_service_clf = ' '
            inherited_char     = 'X'
          TABLES
            t_class            = lt_class
            t_objectdata       = lt_objectdata
          EXCEPTIONS
            no_classification  = 1
            no_classtypes      = 2
            invalid_class_type = 3
            OTHERS             = 4.

  • CRM function module to update the attribute in the classification TAB of BP

    Hi All,
    Can any body let me know if there is any functionmodule to update the CRM function module to update the attribute in the classification TAB of BP tcode.
    I have searched a lot i get FM to update the marketing attribute and not the attributes in the classification tab.
    Thanks in Advance
    Edited by: Sharath Kumar on Dec 2, 2010 4:48 PM

    For material bom: CSAP_MAT_BOM_CREATE
    and CSAP_ORD_BOM_CREATE for Order BOM.
    Regards,
    Ravi

  • Data of classification tab in t-code MSC2N

    Hi All,
    is there any FM or method to read the data of classification tab in T-Code MSC2N. I need the value of product grade which comes in this tab.
    Thanks in adv.

       CALL FUNCTION 'QMSP_MATERIAL_BATCH_CLASS_READ'
           EXPORTING
                I_MATNR                = gt_SOitems-matnr
                I_CHARG                = gt_SOitems-charg
                I_WERKS                = gt_soitems-WERKS
                I_MARA_LEVEL           = 'X'
                I_NO_DIALOG            = 'X'
                I_DATUV                = SY-DATUM
           IMPORTING
                E_CLASS                = LV_CLASS
                E_KLART                = LV_KLART
                E_OBTAB                = LV_OBTAB
                E_OBJEC                = LV_OBJEC
           EXCEPTIONS
                NO_CLASS               = 1
                INTERNAL_ERROR_CLASSIF = 2
                NO_CHANGE_SERVICE      = 3
                OTHERS                 = 4.
        IF SY-SUBRC = 0. " If Class...etc found
    *--Get classification information
        CALL FUNCTION 'BAPI_OBJCL_GETDETAIL'
             EXPORTING
                  OBJECTKEY       = LV_OBJEC
                  OBJECTTABLE     = LV_OBTAB
                  CLASSNUM        = LV_CLASS
                  CLASSTYPE       = LV_KLART
                  KEYDATE         = SY-DATUM
                  LANGUAGE        = SY-LANGU
             TABLES
                  ALLOCVALUESNUM  = LT_ALLOC_VALUES_NUM
                  ALLOCVALUESCHAR = LT_ALLOCVALUESCHAR
                  ALLOCVALUESCURR = LT_ALLOCVALUESCURR
                  RETURN          = LT_RETURN.

  • DMS :Select Range for User defined fields in Classification Tab in CV04N

    Dear All,
    We have added User Define Fields Date field in Classification Tab in CV04N Transaction But it has single search (parameter) where we need to have Date range selection (Like Select Option) for the documents.
    I request you to suggest me some solution whether it is possible to achieve with any standard configuration as it is very critical to the Business .
    I would appreciate for your quick response and support.
    Thanks in Advance,
    Regards,
    Vishal.

    Dear Ravindra,
    Actually My requirement is when we enter the exact date in the input field its giving the documents submitted on that date.But when i give date range its not displaying the any documents where the document submited in between those two dates.
    Ex: I have submitted the document ( in CV01N ) for the approval on 10.05.2010(this is the same field in classification).
    In the CV04N transaction ,classification tab if I enter date as 10.05.2010 its giving the document submitted on that date.but if I enter the two dates 01.05.2010 and 20.05.2010 where document is been created B/W the input dates.
    Please suggest how to fulfill my business requirement ,I also request to check any configuration for the user defined fields can solve this problem instead of selecting single value when it can select the range of values.
    Thanks for your earlier reply.
    Regards,
    Vishal.

  • Urgent :Classification Tab in Bussiness PArtner

    Dear SAP CRM Guru'S,
    Please tell me that in the creation of the Bussiness partners in the CRM server I am not able to enter data in the classification TAB as it is a suppered entry.
    Please tell me how to activate the same.
    regards,
    SAP SD

    Hello SAP SD,
    does this problem occur in the SAP GUI or in the PC-UI? What is the version of SAP CRM you use?
    Regards
    Gregor

  • In MSC2n - Get date in the classification tab from  basic data 1 tab

    Hi All,
    My requirement is as follows.
    WHen I execute the tcode MSC2N,
    Relevent data for the fields Batch, Material and Plant and hit the enter Key.
    This displays Tabs like BASIC DATA1, BASIC DATA 2 , CLASSIFICATION  etc.
    when I change the production date in the BASIC DATA1 and then click on the CLASSIFICATION tab, the prodiction date should get displayed automatically in this tab.
    There  is no USER-EXIT or BAdi for this.
    I need an enhancement point.
    Plz help me .
    Regards,
    Renuka
    Edited by: Renuka Sarode on May 11, 2010 9:51 AM

    Hi Reddy,
    Its doesnt work for me...
    Plz suggest me som enhancement..
    Regards,
    Renuka

  • QS41-Use / Imp of Classification TAB.

    Hi All,
    This is related to transaction QS41. In this transaction we define codes and code group for catalog type E(defect location). On main screen of this transaction we have TAB Classificaton. Can any one please let me know waht is the importance of this classification TAB with respect to code & code group. In which business scenario we use this functionality.
    Thanks & Regards
    kundan Kumar

    Hi
    Classification system helps us to group similar objects.We maintain characteristics to describe objects and similar type of objects are grouped or classified under classification system. Go through the following link for better understanding:
    Link:[http://help.sap.com/printdocu/core/print46c/en/data/pdf/CACL/CACL.pdf]

  • Missing Classification Tab Page in MM03

    Hi Gurus
    I normally create new material in MM with the copy reference of similar type of material.
    I did same thing for one material and now in new material "Classification" tab page is missing..
    I am absolutely sure it was copied.
    Is there any way we can get it back in MM03??
    All suggestions are welcome
    Regards
    Utpal

    Hi Radhika
    No I can't as there is alreday some postings been done... But wondering where the tab page has gone??
    Any other way system displays it???
    Thanks & Regards
    Utpal

  • We can´t change the class in Material Master classification Tab (MM02)

    When i trying to delete the class in the Classification tab in PRD System, it triggers the following message
    'Assignment (# material) (classname) can not be deleted' because If you use classification data for selection of components of the BOM. Or if the material still has lots that are classified.
    But in QAS System it is possible to delete the class from Classification tab.
    Can you explain me, why it works in QAS and not in PRD?

    To delete the batch class  from your material, you will need  to first archive the batch (object MM_SPSTOCK).  Once the
    batch are archived and deleted from the system, you may still have to run program RCCLZUOB.  This program looks for objects which are still incorrectly assigned to classes.  First run the program in Test mode (Delete flag is NOT set).
    Then you can set the Delete flag to delete the assignments.  Once the assignments are deleted, you should be allowed to delete the Class assignment in MM02.  You must save the material and then go back in change mode to make a new class assignment.
    Also review SAP note 113091.

  • PO release strategy , classification tab

    Dear Friends ,
    I am designing the release strategy for PO.
    Characterstic designed as- Value / Plant/ Document type.
    But while doing the -define release procedure for PO->Release strategy - where in classification TAB , given characteristic are not getting for selection.
    Regards,
    Mahesh.

    HI
    Please close the thread,when its solved....

Maybe you are looking for