Batch class assignment on a material

Dear all,
if a class is assigned on any material it shows its characteristics but when we save material.it did,t save the class.so guide me where is problem.

Dear Ahmad,
have u assigned the charectristics to the class in CL01?
Go to CL24N, give ur class and class type click on display. If ur material has got  assigned to the class it will display here. select the material and click on display. it will show all the charectristics and values assigned
sree

Similar Messages

  • Batch Class Assignment

    Dear All,
    I have created a material with batch management & i have assigned a Class of type "023" in the classification view.
    When i open the same material again there is no class assigned to the material.
    this is happening to all materials.....
    plzzz guide
    Cheers

    Hi,
    Refer below thread which is similar to your problem,
    [Class not assgin|Re: Batch class assignment on a material]
    Regards,
    Dhaval

  • Batch no assignment as per material type

    Hello All
         I have requirement wherein the batch no is dertermined based upon the material type, I have used userexit EXIT_SAPLV01Z_001 for the same, initially it was finalised that batch no would be inernal, so I went for internal batch no assignment wherein I was using no. range object BATCH_MAT & I have defined sub-object for each material type & assigned no. range interval for each sub-object. It was working fine.
              Now  there is a requirement that for material type ROH(raw material) batch no has to be externally assigned. Kindly suggest how this requirement can be catered. Looking forward to your valuable inputs.
    Regards,
    J K Tharwani

    Thanks Aneesh for your valuable inputs,
            I am able to resolve my problem, what I have done let me explain you here, I have used same user exit which I have mentioned in this thread & I have defined a subobject ZROH under No Range object BATCH_MAT with no range interval as: AZZZZZZZZZ-ZZZZZZZZZZ(External).
    Now for movement type 101 I have I have done little change in the customization of Batch Management. I have set indicator as "B"(Automatic/manual & check in user exit) in following node:
    SPRO>Log Gen>Batch Mgmt>Creation of new batches>Define Batch creation for goods movements.
          The above settings have resolved my problem.
    Regards,
    J K Tharwani

  • Where is the default batch class stored for a material?

    Hi,
    when we execute tcode msc1n for a material/plant/storage location the default classification class is set to PACKAGING. I need to create a similar screen so need to find which tables store this info?
    I almost have it:
    kssk-objek = matnr
    returns 2 identical entries, except for CLINT (14 and 23)
    I know that kssk-clint = 23 is the one that is defaulting but I don't know how it makes this decision?
    Any ideas,
    Kroc.

    Thanks.
    But, don't I still face the same problem there......
    DATA:
    objects LIKE bapi_class_objects OCCURS 0 WITH HEADER LINE,
    assigned_values LIKE bapi_object_values OCCURS 0 WITH HEADER LINE,
    return LIKE bapireturn1.
    objects-object_key = '1234'.
    APPEND objects.
    CALL FUNCTION 'BAPI_CLASS_GET_CLASSIFICATIONS'
         EXPORTING
              classtype             = '200'
              classnum              = 'PACKAGING_FILMS'
              key_date              = sy-datum
              langu_iso             = 'EN'
         IMPORTING
              return                = return
         TABLES
              object_classification = assigned_values
              class_objects         = objects
         EXCEPTIONS
              OTHERS                = 0.
    I must tell the FM to use PACKAGING_FILMS? And then in the BAPI it does this search:
    SELECT * FROM klah INTO TABLE imp_exp_klah
    FOR ALL ENTRIES IN lt_class_klah        
    WHERE klart = lt_class_klah-klart        "200
       AND class = lt_class_klah-class.       "PACKAGING_FILMS
    So, I am still faced with the same question: how does the code know that PACKAGING_FILMS is the default entry?
    Thanks.

  • How to find batch class based on material number

    Hi experts,
    Can any one say how to get Batch class number by giving material number as input
    regards
    subbu

    Hi ,
    check in MCH1 table.....
    or  try this way..
    By using this function module you can get the batch class related to material..
    * Retrieve Material Batch Classes
      CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'
        EXPORTING
          classtype          = zc7b1_batch_class_type
          features           = 'X'
          language           = 'E'
          object             = w_object             "Pass material Number with leading zeros
          objecttable        = 'MCH1'              "Pass table MCH1
          initial_charact    = 'X'
        TABLES
          t_class            = t_lclass             " check here what are all the classes related to material
          t_objectdata       = t_objectdata
        EXCEPTIONS
          no_classification  = 1
          no_classtypes      = 2
          invalid_class_type = 3
          OTHERS             = 4.
    Prabhudas

  • Assign Batch Class to Material - Using Upload

    Hi All,
    I have a requirement to assign batch class to material master (MM01 / MM02) - Classification view - Batch Class (022).
    This assignment has to be done through a upload program (BDC / LSMW / BAPI). Can someone please suggest me the best possible option.
    Note:
    1. I don't want to assign batch characteristics values. Just wanted to assign batch class to material.
    2. I have already created LSMW to load material master using LSMW direct input approach.
    Thanks,
    Somu

    Hi Dev,
    My existing LSMW was created using direct input approach which has no option to assign Batch Class to material.
    So my thought is to create a separate program (LSMW / BDC / BAPI) to assign batch class to material.
    Any best possible option please?
    Thanks,
    Somu

  • How to assign multiple batch class to material in classification view

    Dear Gurus,
    How to assign multiple batch class to material in classification view.
    plz explain what are the procedure and what are the configuration required before assignment.
    Thanks
    Mani

    OK, Thanks for your reply.
    Regards
    Mani

  • Find batch class of material and characteristics

    Hello Experts,
    can anybody send sample code to derive the batch class of the material and list of characteristics that are assigned to that class.
    Thanks in advance.
    Zak.

    Tables used for batch characterastics are:
    MCH1
    AUSP
    CABN
    MCH1->CUOBJ_BM   = AUSP->OBJEK     (see preceding zeros)
    AUSP->ATINN           = CABN->ATINN
    Thanks
    Ganesh

  • Assigning New Batch Class

    Dear All,
    Having a material A with Batch class B1 & many transactions happened with this batch class
    Need to assign a new Batch class B2 with different characteristic
    Is it possible to change in material master?
    If so, what are all the prerequisite & how to proceed
    Kindly advise
    With Regards,
    V.B.Saravanan

    So you're saying you have this code:
    node1 = new DefaultMutableTreeNode();but you want to arrange things so that when it runs, it actually creates an object of some subclass of DMTN?
    No can do. While you're changing all the instances of that code, think about refactoring your application so that you don't have so many instances of it.

  • Assign Batch Class Automatically to A Retail Article

    Dears,
    Please i want to know if i have the possibility to assign  a batch class 023 to An Article once i create it ?
    Thanks in Advance
    Abdallah Galal

    Is there any Update?

  • Material class assignment

    Hi,
    Is it possible to assign different material classes of same type to the material?
    ex: class type 001
          class A and class B . 
          Material 10000
    is it possible to assign the class A and class B to the material 10000

    Thanks vasanth.
    Purpose of my question is in my program i am getting the material class with BAPI from material. Till now i am assuming that only one class will be there.
    it is so till now. just got the idea what if the user inputs two material classes to the same material.
    Thinking of how i can negotiate that.

  • Deletion of class assignment to material

    Hi Gurus,
       I would like to delete class assignment of material.
       Pl.provide BAPI/ Function Module.
       Helpful answers will be rewarded.
    Thanks,
    USR

    Try FM 'MATERIAL_MAINTAIN_DARK'

  • Difference between Material Class and Batch Class

    Hi!
    What is the difference between Material Class and Batch Class?
    and how can we use these classes?
    Rgds,
    Ajit

    Iam not sure but i think
    1) Material class for sorting purpose
    2) Batch Class for Batch Management
    thanks
    K.Prabakaran

  • Create Batch Class in Material Master

    I need to create the Batch class for n number of materials.
    I am using the BAPI BAPI_OBJCL_CHANGE but it is not createing the Class. It says no Batch exists.
    There are no Batches created for the Materials which FM or BAPI can be used to create the Batch Class which don't have the Batches.
    I tried manually though MM02 it is working like for class 023 Class FERT03 it is createing but not via BAPI BAPI_OBJCL_CHANGE.

    Hi Abhishek
    I had a simillar isssue last year trying to create an equipment class. I had to finally use bdc.
    Why dont u try to use bdc on mm02, or if u 've that much of patience u can debug mm02 to see how its being done in sap.
    Best of luck.

  • Is it possible to maintain two class type for a material

    Dear All,
    Is it possible to maintain two different class type for a material.
    If a material assigned with the batch and the material is a part of variant configuration, then how to handle this scenario.
    For Batch Management, class type will be 023, for Variant Configuration class type will be 200.
    How to handle this scenario.
    Please explain.
    Regards,
    Mullairaja
    Edited by: MullaiRaja on Jan 5, 2011 5:19 AM

    Mr.Raja
    As far as my knowledge, it does NOT make sense to assign a material to more than one class type.
    We can assign many classes to  a single class type of  a material.
    For configurable material, create the material using material type : KMAT.
    & then, activate the 'batch management" control in the material master, for that material.
    Pls revert with feedback.
    Hope, that helps you.
    Rgds
    Sumanth.Gururaj
    Consultant/Systems Analyst - SAP SD/MM

Maybe you are looking for

  • Why cant I edit a received email?

    I just switched from a PC using Outlook. My Outlook has always been much more than a bunch of sent and received emails. I have lots of folders and file things away for reference, and I frequently edit emails to make them easier to find via a search o

  • Finder can no longer preview RAW (.arw) files

    Hi everyone, Since the Digital Camera Raw Compatibility Update 2.7, Finder will no longer preview RAW (.arw) files. This issue also affects Preview & iPhoto. I've tried re-installing the update but the installer errors and then quits. I've noticed th

  • CANNOT OPEN OR EDIT PHOTOS SINCE INSTALLING iLIFE 08 and OS 10.5

    I have recently installed iLIFE 08 and OS 10.5.1 and I cannot open or edit or use any of the photos in iPhoto. I get a white circle with an exclamation point in the center each time I try open open a photo. I did back up iPhoto before installing the

  • Inter-company expenses

    Hi all, Consider the example: Assume that there are 3 companies belonging to the same business group, represented as 3 different company codes, say A, B & C, in the same SAP system [P01]. Now, company A incurs expenses on behalf of companies B & C sa

  • Apps not in pc but are on ipod

    took 2nd hd out of old pc (2nd drive only had itunes library)and installed in new pc, all my music and podcasts are there but all my apps are gone, both free and purchased, but they are on my ipod touch, how can i get them back into library?