MIGO - how check batch classification.

Hi all,
When using the transaction Migo (create), the user can enter a certain characteristic through -> batch -> classification for each position. I have to check that the input code is not already used in another posizion.
I found the Badi CACL_VALUE_CHANGE, but at this point I have only the characteristic of a single position.
Does anybody know the internal table which stores the characteristics and at what point can I go to check them?
I also found these internal tables IZH, AMM and ZM, but at the time of final check, they are not available.
I thank you in advance

Hi,
You can get the characteristic values from the standad table AUSP , and table CHVW.
Thanks and Regards,
Narayani

Similar Messages

  • Want to find out how a batch classification is used

    Hello
    I have previously sent out a message and the idea given was not very helpful.
    Anyway, this is my question:
    I have found a class and its characteristic which was setup in the system and I would like to know how this classification` is being use in the system.
    For example, I would like to know which process (i.e. during goods receipt, during sales order creation, during production, during warehouse) is using this classification to perform their transaction.
    Do you know how to find out this kind of information in the SAP system?
    Thanks
    Tuff

    Do you want to know how the batch classification is used in general in SAP or how it is used in the system where you found it?
    In the latter case make an interview with the users, any process that has to do with stock can make use of the batch classification
    In general is classification exact what the word "classification" means. You describe something in more detail in an organized way. Classification is a modification free way to add own "fields" to standard objects, the user can immediately search  in classification without an extra effort to develop a search help.
    The batch classification can be used in a batch determination to to enable SAP to automatically search for batches with certain characteristics.and assign them to documents like sales order, delivery, goods movements, transfer orders, and production/process orders.

  • BADi/UserExit for MIGO : To popup batch classification screen auto

    Hi all,
    I want to pop up batch classification screen automatically in MIGO when performing a goods movement . In MIGO there is a command button for that to open up the batch classification screen, but my requirement is when click CHECK or SAVE button, branch it to batch classification screen if those characteristics are not maintained.
    Please reply .
    Thanks and Best regards,
    Sandun

    HI ,
    Chk BADI using these steps..
    1. Go to the TCode SE24 and enter CL_EXITHANDLER as object type.
    2. In 'Display' mode, go to 'Methods' tab.
    3. Double click the method 'Get Instance' to display it source code.
    4. Set a breakpoint on 'CALL METHOD cl_exithandler => get_class_name_by_interface'.
    5. Then run your transaction.
    6. The screen will stop at this method.
    7. Check the value of parameter 'EXIT_NAME'. It will show you the BADI for that transaction.

  • Batch classification details in Goods receipt

    Hi ,
    In my business for some of the materials i have activated the batch management and the batch classification details in the material master record.
    For those materials if i am doing the goods receipt system is allowing to post the document if the batch characterstics are not entered. I have to restrict if the batch characterstics are not allowed it should not able to post.
    I have made a message setting LB045 active with'E'. then also it is allowing.
    Is there any other message settings to be configuered.

    If the classification tab can be accessed in MIGO is depending on your customizing IMG > Logistics - General > Batch Management > Batch Valuation > Valuation for Goods Movement in Inventory Management > Activate Batch Classification for Goods Movements in IM
    there you have 5 options:
    ' ' No branching to batch classification
    1 Classification carried out in background (all batches)
    2 Classification only in foregr.for mand.charac. (all batches)
    3 Classification always in foreground (all batches)
    4 Classification in foreground for new batches only
    how did you setup it in your system?
    from OSS note 519303 - FAQ: Goods movement with Transaction MIGO:
    3. Question:
    How does the batch classification work in Transaction MIGO?
    Answer:
    When you post or check a goods movement, the system carries out the classification in the background. If you want to process the batch classification online, use the 'Classification' pushbutton. You can find this pushbutton on the 'Batch' tab page in the detail data of the item.
    You cannot automatically go from Transaction MIGO to the batch classification dialog. You can use the adjustable system message (Transaction OCHS) LB 045 to ensure that the complete classification data is entered.

  • Need Badi/user exit-migo-update batch classification

    Hello all,
    I need to update revision level and country of origin in batch classification tab in migo while posting GR.
    I've already done using exit "EXIT_SAPLV01Z_014".
    But this exit triggers only when classification tab is clicked in migo.
    But i need to also update rev level and country of origin when GR is posted(Save button is pressed).
    I tried MB_CF001,MB_CF001,MBCF0002,MBCF0005,MBCF0006,MBCF0007,MBCF0009,MBCF0010,MBCF0011
    and badis
    MB_DOCUMENT_BADI,CACL_VALUE_CHANGE.
    Please someone help me
    Thanks in advance

    Hi Sriram,
    If you want to add logic on particular action you need to search for exact BADI.
    e.g.
    As you are expecting that your code need to be trigger when user press SAVE button (Time of Posting) so at that time you need to check which BADI get trigger ( I am assuming that you have knowledge on how to search BADI)
    List down the BADI name and check the methods. You will get exact method name in listed BADI's.
    I am hoping that while checking badi you will find MB_MIGO_BADI just check and use method [POST_DOCUMENT] for your logic.
    Also in User Exit you will see multiple function modules in component those function modules are behaving like PAI and PBO. so you need to find out whcih function module will trigger as per your requirement.
    please find below link which will help you to understand how to search User Exit.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0041d4e6-1e43-2e10-0db4-9386abe98fe6?overridelayout=t…
    Please let me know if its work for you.
    Regards,
    Nikhil

  • Updating Batch classification data from MIGO for Purchase order

    Hi,
    I need to update batch classification data (in MSC3n) from MIGO for purchase order. The logic needed for this is as below,
    1) Pass material and batch to MCH1 table to get CUOBJ_BM.
    2) Pass CUOBJ_BM to INOB table to get INOB-OBJEK.
    3) Pass INOB-OBJEK to CLAF_CLASSIFICATION_OF_OBJECTS to get class name & characteristic name.
    4) Pass INOB-OBJEK, CLASS name and characteristic name to BAPI_OBJCL_CHANGE to update batch classification data.
    I created implicit enhancement at the bottom of FM "CLVF_VB_INSERT_CLASSIFICATION". But the problem is, the return parameter of BAPI_OBJCL_CHANGE is giving the following error.
    Class type 023, object type MCH1, object RAW-6             0000001151
    Object is currently locked by user
    The assignment was not changed
    Please let me know how to do it. Is there any BADI or User Exit?

    Hi,
    As you said the break point is not triggering did you activate your exit and activated even the project to which your exit is assigned.
    I hope you missed activating your project in CMOD transaction. Please verify it once and if it is not activated then immediately activate it and try debugging again.
    Regards,
    Rafi

  • Batch classification during GR against production order using txn MIGO

    Hello All
           I am usng batch classification during for movement type 101, when am doing the GR against production order using txn MB31 the system automatically navigates to classification screen wherein i need to enter the characterstic value & it all goes well, I can also view the stock with batch no and the classifcation value when the GR is being done with txn MB1.
          But when am dong the same thing i.e. GR against production order using txn MIGO system doesnt navigates to classification screen for characterstic value entry and am able to do the posting. I want that system must navigate to classification screen automatically if i do the GR using MIGO also as it doen in the case of txn MB31.
           Please suggest what settings are to be done for the same, I am unable to figure out why the system is behaving in this manner. Kindly provide your inputs to sort out this issue. Waiting for your valuable inputs.
    Regards,
    J K Tharwani

    Dear,
    did u refer SAP Note 519303 ?
    After keeping Batch Classification as 4 in OMCV, in MIGO, it will start showing the Batch Classification button under "Batch" Tab, it will not show the Batch Classification Pop-up automatically as it shows in case of MB31.
    If you wan users to enter the characteristics values mandatorily in the Batch Classification then in CT04 for these characteristics activate Entry required indicator in "Basic Data" Tab
    SAP Note 519303
    Please refer this also,
    [MIGO|Re: How can I get the MRP history?]
    Regards,
    R.Brahmankar

  • Configuration  of Batch classification in MIGO Tcode

    Hello all,
    In Migo TCode how can we Enable or Configure the batch Classification. Can you please let me know?
    Moderator message: not directly related to ABAP development, please search for information.
    Edited by: Thomas Zloch on Mar 18, 2011 3:29 PM

    Hi Hagit!
    BADIs are defined (and can be searched with) in transaction SE18.
    Own extensions can be implemented with transaction SE19.
    Both transactions have little blue 'i'-buttons: press them and you get pretty good help.
    Otherwise look at help.sap.com
    Regards,
    Christian

  • Batch Classification im MIGO

    Dear All,
    I'm trying to do the customising for MIGO where i have to maintain the batch characteristics. I've created a class with characteristics and assigned it to material. Then in OMJJ, in the detail of 101, I've marked the batch classification as '3'.
    Then i did GR but no batch classification showed up as mandatory. Is this normal or is there any remaining customising ?
    Best regards,

    Hi,
    Make sure that you check the checkbox batch management in purchasing viw of material
    Also assign the class you have created with asignment of characteriscs in classification view of the material and the do with PO and GR then you can see the tab batches.
    Thanks.

  • How to Change Batch Classification of material master

    Hi,
    How to Change Batch Classification of material master  in a production system,Pl note that there is no stock and no open qty still system is not allowing me to delete the old Classification and add my new classification.
    Guys any solution for this.
    Thanks in advance
    rgds
    bijaya pradhan

    I believe there is a FM VB_CHANGE_BATCH for this, any body tried this FM?

  • How can mass create batch classification for many material batches? ?

    Hi Experts,
    In our system , there are so many material batches which have not been classified,see by
    BMBC Tcode.
    That means these batches has no values in the batch class. I know we can create
    classification for these batches with MSC2N Tcode.
    But there are so many batches  which have not been classified,more then 2000.
    It is not possible to create classification for every batch with with MSC2N once a time.
    So how can I create batch classification for so many batches once a time?
    How can I mass create batch classification for so many batches??
    Thanks for any reply!

    Hi,
    Please be aware that SAP does not support the use of batch
    input in the classification system. SAP recommends you use BAPI's for
    example in your case BAPI BAPI_OBJCL_CREATE and BAPI_OBJCL_CHANGE
    would be able to help. For more information, please have a look at the
    note: 943559 - Point 2 and 13. Point 13 references the note 1083986.
    I hope this helps!.
    Best Regards,
    Arminda Jack

  • Batch Classification Characteristic Values in MIGO...

    Hi,
    Can we update Batch Classification Characteristic Values in MIGO...
    Batch is also created while doing MIGO. I have no issues in creating Batch.
    Thanks in advance...

    Hi.
      You can use the CACL_VALUE_CHANGE badi.
    Regards.

  • Batch Classification in MIGO

    Hello,
    I'm using enhancement MBCFC004 (user exit EXIT_SAPMM07M_004) in order to fill batch classification in MIGO transaction, when pressing 'Classifications' button in 'Batch' tab.
    I've put a break point in the code I've created, but when pressing the classification button nothing happens.
    The project and the user-exit are activated.
    What can be the problem.
    Thanks,
    Hagit.

    Hi Hagit!
    BADIs are defined (and can be searched with) in transaction SE18.
    Own extensions can be implemented with transaction SE19.
    Both transactions have little blue 'i'-buttons: press them and you get pretty good help.
    Otherwise look at help.sap.com
    Regards,
    Christian

  • Batch classification details -mass check -reg

    Hi ,
    Requirement is as of now batch classification details of a material are checked through MSC3N , where material , plant etc.. are entered and executed .
    here we can see for the list of materials one by one only .
    is there any t code  through which the details can be checked  entering materials in multiple   / entering material type
    if not available in standard SAP , if an ABAP report to be made , please suggest the flow with tables and fields
    inputs
    material type
    material
    plant
    batch
    storage location
    out put should be teh batch classification details
    Is there any Tcode similar to MSC3N where multiple inputs can be given / details can be taken in mass not entering one by one
    pl

    Dear,
    Please check to table MCH1, AUSP, KSSK, KSML, KLAH
    Use these FM.
    CLAF_CLASSIFICATION_OF_OBJECTS
    [Thread|Re: Get batch characteristic value]
    Regards,
    R.Brahmankar

  • How to read classification value from batch class

    Hi Gurus,
    In our material master we maintain Batch class (023) from all RM where 2 characteristics value is very important one is std.moisture and another is actual moisture.Now Std moisture value is fixed and we maintain this value in material master.Actual moisture is variable batchwise and thats why we maintain it by using MSC2N.Here the problem is the std moisture is not coming in classification data autometically from Material Master but we already maintain it.It shows in Material Data tab.But I need that it will come in Classification data tab autometically as we use this in report.I use VB_BATCH_VALUES_FOR_OUTPUT Function for classification value fetching from material and batch.Now as this value is not coming automatically coming user again put this data.I want to know how can it come autometically?If it is not possible please tell me how I can get this data from material and batch as the above function is not working.
    Please help me out.
    Regards
    Nirmal

    check your customizing in IMG > Logistics general > Batch Management > Batch Valuation > Valuation for Goods Movement in Inventory Management > Activate Batch Classification for Goods Movements in IM

Maybe you are looking for

  • Take a look at CKEditor for the reply editor

    I noticed that the Ubuntu forums have a nice & fast reply editor.   I suggest the Apple forums replace the current buggie reply editor with a more solid and faster editor. From my looking around, it seems like the CKEditor is the editor used. Complet

  • DropDown in Online Interactive Forms Not working.

    HI: I am working on Online Interactive Form for Purchase Requisition. I have a dropdown in the dynamic table and I am trying to populate the same in DoInit(). I am using the following code. But the drop down is displayed empty. DATA: lr_node_info typ

  • Missing Features for Discussions site

    I am regular user of Apple Discussion site and there are a couple key features missing for this site. 1. Sorting of threads - Please allow for sorting the threads under a discussion topic by views and replies. This way we can see what are some of the

  • I have had to re-install my operating system and have lost all of my library. How can I download it from Itunes?

    I have had to re-install my operating system and have lost my itunes library. How can I get it back from the itunes server? There is no contact us available. The link they say is in purchases does not exist!!

  • HR Infotype Screen Programming!

    Hi All, I have a text field in my infotype screen which is editable. By default, the enteries are in CAPS. What do i need to do, if i want the field to accept "Caps" and small letters aswell? Thanks in advance for all the responses. Regards, Sundar.