No Material classification view in material master.

Hello all,
I have created LSMW for material master upload . Material is getting created through this, but 'classification view' is not getting created.
But i can see the material- class assignment in CL20N.
This problem is for specific material group.
Is there any relation between material group & classification view?
Plz advice how to resolve this?.
Regards,
Satpal Mujawar

Hi,
I found more information:
Batch Input for CL20N is no longer supported.
But you can continue to use batch input with the old transaction cl20.
Please have a look at note 943559, point 2. It would be even better to
use BAPI's instead. Please consult the notes 213120 and 373824 about the
possibilities you've got.
You can find information about the relevant Bapi's in transaction BAPI via:
- Cross-Application Components
- Classification
- ObjectClassification
Best Regards,
Arminda Jack

Similar Messages

  • Purpose of maintaining classification view in material master

    Hi gurus
    can anyone explain Purpose of maintaining classification view in material master with example
    Regards
    Vishal...

    Hi
    One of the reason we maintain classification is for batch management where characteristics like shelf life expiry date is being attached to a class & that class is maintained in material master so whenever transactions takes place it will read from the characteristics value.
    the other purpose is with variant configruation, for a configurable material there will be more than one characteristics for ex: in a car it comes with A/C - non a/c, metallic - non metallic, normal steering - power steering all these are mainatained as characteristics & assigned to a class & we use that class in classification for materials.
    there is many more advantages & ways of using classification in material master.
    Regards
    Rang

  • How  to create classification view for material?

    HI All,
    How to create classification view for material? is there any function  module?
    pls let me know.
    Bandi

    check the standard include "LCLBPAU14" this is using the following F.M
    call function 'BAPI_OBJCL_CREATE'
    exporting
    objectkeynew = l_object
    objecttablenew = l_objecttable
    classnumnew = classnum_new
    classtypenew = l_classtype
    status = status
    standardclass = standardclass
    changenumber = changenumber
    keydate = keydate
    no_default_values = no_default_values
    importing
    classif_status = classif_status
    tables
    allocvaluesnum = allocvaluesnum
    allocvalueschar = allocvalueschar
    allocvaluescurr = allocvaluescurr
    return = return.

  • Classification view for material

    Hi all
         I am creating materials using BAPI_MATERIAL_SAVEDATA. I need to fill the characteristics values of the material also.
    Can anyone please tell How to create the Classification view for material  using BAPI_MATERIAL_SAVEDATA.
    Thanks
    Neelima.

    Hi,
    1. First create the material using BAPI_MATERIAL_SAVEDATA.
    2. Create classification using bapi BAPI_OBJCL_CREATE
    Create the classification
        call function 'BAPI_OBJCL_CREATE'
          exporting
            objectkeynew    = v_object
            objecttablenew  = c_mara
            classnumnew     = wa_temp-klart
            classtypenew    = wa_temp-classtyp
          tables
            allocvalueschar = i_bapi_char_tmp
            return          = i_bapi_return.
    Thanks
    Subhankar

  • Classification View in customer master using lsmw

    Hi folks,
    I have a requirement regarding conversion method that is fields regarding classification view in customer master needed to be populated r created in through xd01 transaction this should be done using lsmw tool,if tried with standard method and bapi method ,can any one tell how to do whether it is bapi r standard method plz dont suggest recording method,even it is idoc method k r can any tell me which function module exists fr this ,POINTS will be awrded for answers .

    Try FM : SD_CUSTOMER_MAINTAIN_ALL
    Thanks
    Seshu

  • Merging Basic data View and Classification View in Material Master

    Hi,
    There is a requirement to append Classification View under Basic Data View and then finally to delete Classification View.
    As per my understanding, it is not possible. Please let me know if it is possible, if so, please let me know how is it possible.
    A quick response is appreciated.
    Thanks & Regards
    Bhaskar Baddela

    Hi,
       Refer the thread: Problem creating Material Master sales view with LSMW which discuss the same issue. You may check and revert back.
    Regards,
    AKPT

  • Creation of Classification View in Material Master

    Hi,
    I need to create Classification View for a Material. The user would provide the data in the file, example
    Material Number MATNR
    Class type TCLA-KLART
    Class Type description TCLAT-ARTXT
    Class Group TCLG-KLAGR
    Class Group Description TCLGT-KTEXT
    Class M_CLASB-CLASS
    Class Description M_CLASB-CSCHG
    Status RMCLF-STATU
    Std class RMCLF-STDCL
    Characteristics Group TCMG-ATKLA
    Characteristics Group Description TCMGT-ATKLT
    Characteristics RCTAV-ATNAM
    Characteristics Description CABNT-ATBEZ
    I read in the posts there is BAPI_OBJCL_CREATE. But I am not able to Map the above fields to pass to this BAPI.
    Can someone please suggest me how to do this..
    Thanks and Regards,
      Vanessa

    Hi,
      Thanks for the suggestion. But i want to do this through a program. There is a selection screen with 6 radio buttons based o view to be created and an input field for the filename.
    Could you provide me any BAPI to do the same.
    Thanks and Regards,
      Vanessa

  • Report: Classification view of material master

    Hi,
    We have activated Batch management for materials.
    But for certain material codes, users have not maintained the Classification view.
    Is there any report by which we can knowu2019 whether classification view for the material have been maintained or not?

    Hi,
    Check with MM50 with Maintenance status as C
    Regards,
    Biju K

  • Data for Classification View in Material Master

    Dear all,
    Can someone tell where the data for classification view is stored ??
    We are running a BDC and need to check whether classification view is maintained or not ??
    Thanks in Advance
    Regards,
    Vivek K

    Hi,
    Check the table MARA, there is a Field VPSTA. in this field the Material views will be stores with single charecters. so check for the Clasification view charecter
    also  it's PSTAT in MARA and MARC.
    Work scheduling                A                   
    Accounting                     B                   
    <b>Classification                 C</b>                   
    MRP                            D                   
    Purchasing                     E                   
    Production resources/tools     F                   
    Costing                        G                   
    Basic data                     K                   
    Storage                        L                   
    Forecasting                    P                   
    Quality management             Q                   
    Warehouse management           S                   
    Sales                          V                   
    Plant stocks                   X                   
    Storage location stocks        Z         
    Regards
    Sudheer
    Message was edited by:
            Sudheer Junnuthula

  • Classification view in Material Master

    Can any one tell me , how to create a Classification view using program or function module.
    I just wanted to create a Classification views in MM01 transaction . is there any function module there to create the same ?
    if BAPI_OBJCL_CREATE is the FM , then pls tell me how the following input parameters related to the material . from which table i can have the following parameter values based on material number .
    OBJECTKEY_IMP
    OBJECTTABLE_IMP
    CLASSTYPE_IMP
    READ_VALUATIONS
    Edited by: Prakash N on Jan 15, 2008 1:27 AM

    Dear All ,
    Thanks for your reply , I have passed the following value ,
    OBJECTKEYNEW             -      000000000000000925
    OBJECTTABLENEW          -       MARA
    CLASSNUMNEW              -       HLLBATCHCLASS
    CLASSTYPENEW             -      023
    STATUS                           -      1
    STANDARDCLASS
    CHANGENUMBER
    KEYDATE                         -      18.01.2008
    NO_DEFAULT_VALUES
    also im passing the characteristics
    Export  table giving the following result. But when i see the MM02 again i could not see these entries... y ?
    RETURN
                     Result:
    T ID                   NUM MESSAGE
    E CL                   731 Assignment exists and is valid

  • Extend Classification View for Material Master

    Hello, How do I extend classificiation view for Material Master? Is there any BAPI or FM to do that?
    I cant find any place to extend it with BAPI_MATERIAL_SAVEDATA

    Hi,
    Use this FM to create Classfiaction view BAPI_OBJCL_CREATE
    Regards,
    Shan

  • Add new code in classification view under material master

    Hi Experts!
    I need to add new code in classification view, MM03 for class ZZLOCAL. Can anyone guide me to the path?
    Please help..
    Thanks.

    this is not customizing, this is standard master data maintenance.
    Easiest way to find the menu path is by entering search_sap_menu into the command field.
    then you are prompted for search text. here you can either enter a transaction code or a name of transaction.
    SAP will give a list with all menues and paths to reach this transaction

  • Material Classification view at plant level

    My company has multiple plants set up with materials and I would like to know on the business side if there is a way to tell if the Classification view tab is missing for plant & material.
    I've tried using SE16 MARA, table view, but it show materials at the client level with Classification view but not set up at the plant level. Tks,

    Dear Friend
    Which Class type are you using in the classification view? What batch classification you can use is dependent on the batch level you have chosen.
    E.g. if your batch level is plant, then you have 022 batch class, While for material and client level you have Class Type 023. If you are going by the above e.g then you should be looking in to tables like MCHA, MCHB..........
    You might be interested in following tables if you are using Classification.
    KLAH Class Header Data
    KLAT Classes: long texts
    KSML Characteristics of a Class
    AUSP Characteristic values
    KSSK Allocation Table: Object to Class
    CABN Characteristic
    CAWN Characteristic values
    Thanks & Regards
    SE
    Thanks & Regards
    Gopal SP

  • QM-Assign inspection plan to a variant of material (classification view)

    Hello,
    Inspection plans are commonly assigned to materials.
    In my case, I would like to manage, in <b>Classification view</b> (MM01), a new characteristics named "Variant" that could have 2 or more values, depending on which variant I order to my supplier.
    <b>But is it possible to assign an inspection plan at this sub-level ?</b> In QP01 the only possibility I see is assigning a material to the inspection plan. Can I customize something, or does it exist a trip to manager another level of assignment ?
    Thanks a lot for your help !
    Emilie

    Hi Emilie,
    Now I understood your requirement. But I would like to know the exact purpose of this requirement so that I can try to give you correct solution.
    I will consider your example:
    Material : 123
    Classification: Inspection
    Characteristics 1: Variant 1 for Inspection 1
    Characteristics 2: Variant 2 for Inspection 2
    Selection of inspection plan takes place during the creation of inspection lot. So now you have to link this material/classifcation/inspection plan combination at the time of inspection lot creation. I doubt whether this can be done using one user exit.
    The user exits are
    EXIT_SAPLCZCL_001
    EXIT_SAPLCZDI_001
    EXIT_SAPLCZDI_002
    Please let me know whether it helps.
    WR,
    Sanjeev
    Message was edited by: Sanjeev
    Selection of inspection plan takes place during the creation of inspection plan
    changed as
    Selection of inspection plan takes place during the creation of inspection lot
            Sanjeev

  • Creating Classification view for material through Standard Function

    hi,
    I have created the material code through BAPI_MATERIAL_SAVEDATA. For quality inspection i have used BAPI_MATINSPCTRL_SAVEREPLICA. i have to create classification view for that material code. Can anyone suggest me which standard function helps me to create the classification view.
    Thanks in advance.
    Senjey

    hi,
    i have tried that function module. I have mentioned the code below.
    i_object = '000000151860630000'.
    i_alloc_num-CHARACT = 'THICKNESS'.
    i_alloc_num-VALUE_FROM = '5.70'.
    append i_alloc_num.
    i_alloc_char-charact = 'SHAPES'.
    i_alloc_char-VALUE_CHAR = 'PLATE'.
    append i_alloc_char.
    clear  i_alloc_char.
    i_alloc_char-charact = 'CATEGORY'.
    i_alloc_char-VALUE_CHAR = 'CS'.
    append i_alloc_char.
    clear  i_alloc_char.
    CALL FUNCTION 'BAPI_OBJCL_CREATE'
      EXPORTING
        OBJECTKEYNEW            = i_object
        OBJECTTABLENEW          = 'MARA'
        CLASSNUMNEW             = 'RAWMATERIAL'
        CLASSTYPENEW            = '001'
      STATUS                  = '1'
      STANDARDCLASS           =
      CHANGENUMBER            =
      KEYDATE                 = SY-DATUM
      NO_DEFAULT_VALUES       = ' '
    IMPORTING
      CLASSIF_STATUS          =
      TABLES
        ALLOCVALUESNUM          = i_alloc_num
        ALLOCVALUESCHAR         = i_alloc_char
        RETURN                  = i_ret.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
      EXPORTING
        WAIT = 'X'.
    But i am getting the error 'Assignment exists and is valid '.
    Please help.
    Regards,
    Sengathir.J

Maybe you are looking for

  • Pop up message during MIRO when Downpayment exist for the Vendor

    A Vendor is already having Downpayment of some amount, while doing Invoice Verification (MIRO) for this vendor one Pop up message is coming "X Currency Name of Company Vendor Account Group Exist". In this case when the downpayment amount is Rs. 100,

  • How to post a screenshot in the forum...

    Oftentimes we ask forum users to post a screenshot, but it seems more and more new computer users have no idea how to do that.  So I have written a short FAQ entry to explain: http://forums.adobe.com/thread/1070933 Please feel free to suggest improvm

  • Save photos from a web page

    Hello everybody: I'd like to save a photograph taken from a web page as a jpg file. I have written the following application, but It doesn�t work. public static void main(String[] args) { try { URL url = new URL ("http://ia.imdb.com/media/imdb/01/I/6

  • CSM Serverfarm Status OID

    Good afternoon I need your help. I´m trying to perform a snmp query to get the status of the reals of a serverfarm. Basically I´m trying to get an output that tells me if the reals of a specific serverfarm are Operation or Probe_Failed. What is the O

  • Adding Bluetooth to R705-P35

    I would like to add Bluetooth to my R705-P35. I want to add it internally like if Bluetooth were installed at the factory. Is the wiring harness and Bluetooth module available as parts?  What parts are necessary and where do you get them? Is this pos