Getting Batch from Packaging material Number (Batch characteristics)

Hi Gurus,
I've a requirement.
i want to know the batches where the packaging material is used.
Packaging material is one of the batch characteristics, if i assign the same packaging material number in one batch, that should not be assigned to another batch.
I want to know in which batches the same packaging material is assigned.
Please guide me?? which table has the links for batch, packaging material number and main material number???
How can i find this???
Thanks in advance.
Adi.

we can use the MMCL transaction/BMBC to see this.
In MMCL we have a FM to get the Data.

Similar Messages

  • How display possible batch numbers according material number in cv04n

    Hi All,
    cv04n -->clasifications,  there is fields availables like batch number, material number.
    initially in batch number field not available f4 help, material number f4 help is available.
    my requirement is create f4 help for display possible batch numbers, for this i create zfunction module and done f4 help for batch numbers.
    but first enter material number then display batch numbers whenever click f4  according material number.
    in my zfunction module how i know user which material number entered.
    how display, please give me solution with coding.

    Check following customizing:
    Logistics General --> Batch Management --> Specify Batch Level and Activate Status Management
    If you want to change the batch level, you have to start conversion to activate the change.
    Note that you cannot reset conversion from plant level to a higher level, read the documentation for customizing of
    "Specify Batch Level and Activate Status Management".
    If you want to work with same batches for different materials, you should use "Batch unique at material level".
    Logistics General --> Batch Management --> Batch Number Assignment
    Here you can define how the system should create batch numbers.
    Best Regards, Dirk

  • How to create a batch for a material, with batch characteristic input?

    I am currently using BAPI_BATCH_CREATE to create batch for materials in my program. However, I find no way to input the batch characteristics. Is there any existing function module responsible for that? Thanks!

    Hi,
    You can use FMs 'CLVF_INSERT_AUSP' or 'CLVF_INSERT_AUSP' to insert or update characteristics for materials.
    In the structure INS_AUSP or UPD_AUSP -
    OBJEK corresponds to the material number,
    ATINN is the characteristic name,
    KLART is the class type which is '001' for materials, and
    ATWRT is the characteristic value.
    Populate values into the above fields for the batch of materials and call this FM.
    Reward points if found useful...!
    Cheers
    Abhishek

  • How to get Class Type form Material Number

    Hi All,
    Based on the Material Number I have to get the Class Type and Class Number.
    I tried with FM -- QMSP_MATERIAL_BATCH_CLASS_READ
    but it always shows   Class type = 023 
                            and   database table for object = MCH1 for any given material number.
    Please help me out.
    Thanks & Regards,
    Moni

    HI Moni,
    Please check these FM.
    CLAF_CLASSIFICATION_OF_OBJECTS
    CUD0_GET_VAL_FROM_INSTANCE
    CE_I_GET_CONFIGURATION
    VC_I_GET_CONFIGURATION
    VC_I_GET_CONFIGURATION_IBASE
    look for the characteristics and charactertic values in tables
    ALLOCVALUESNUM
    ALLOCVALUESCHAR
    ALLOCVALUESCURR
    if this is not working
    you can also get these information directly from the tables.
    KSSK - object class assignment
    and KSML - class characteristic assignment
    and for char values use table AUSP
    Thanks!

  • How to get company code using material number

    Dear all,
              I have material number & plant on selection screen, but how do I get the company code details using MARA-MATNR ?

    HI,
    You can use a cmobination of T001K and MARC Table.
    T001K table is assignment of Plants to a company code and MARC is a table with combination of Material and Plant.
    Regds,
    Anil
    Edited by: Anil Katoch on Jul 23, 2009 6:24 AM

  • Loading Batch from Bridge-Tools-Photoshop-Batch no screen appears

    Can't get Batch screen to load in cs6 from Bridge-Tools-Photoshop-Batch

    Hello! are you on a PC, a MAC? can we have more info about your machine.
    Is anything non-standard on your setup, for instance: Are you using restricted profiles on a PC?
    The window does not show, there is no error message? is Ps running? does it work from Photoshop? what kind of files are selected?
    If you give all the relevant info directly you'll get your answers faster.

  • Getting delivery date for material number i PO...

    Hi,
    I am Smartform associated with PO in ME22N:
    Now I need to get the delivery date associated with Differnet Grid items in a material.
    So if I go to some material and then if I click on Delivery schedule:
    I see columns for delivery date, sat. del da, Grid value, etc...
    But I want to know the table or function module we need to use to get Delivery date associated with
    prticular Grid item of a material in PO.
    Please help me out.
    Thanks.
    Regards,
    Ramesh.

    Hi ,
    Check out for BAPI_PO_GETDETAIL.
    In this BAPI,
    fill parameters : PURCHASEORDER with PO number
                      ITEMS with 'X'
                      SCHEDULES with 'X'
    Then in tables PO_ITEMS you will get Item details and
    in table <b>PO_ITEM_SCHEDULES</b> you will get required details like delivery date
    Hope this helps.
    Regards,
    Akshay Bhagwat

  • HowTo get ResourceBundle from package?

    Hello, again I have rather silly question.
    I'm using maven to build simple Java application packaged as jar.
    I have such structure:
    myapp.ui.button
    -SuperButton.java
    -SuperButton.png
    -SuperButton.properties
    -SuperButton_ru_RU.properties.
    Also I have a method which loads string from ResourceBundle:
    public static String readFromBundle(Class clz, String key){
            ResourceBundle resourceBundle = ResourceBundle.getBundle(clz.getName().toLowerCase()); //also tried clz.getName() and clz.getSimpleName(),
            return resourceBundle.getString(key);
        }The problem is that i get such error:
    java.util.MissingResourceException: Can't find bundle for base name SuperButton, locale ru_RU
    If I move SuperButton*.properties files to default package (i.e. root of the package structure), it works fine. My method locates ResourceBundle which I need and returns value by key.
    But It's very bad, it the future I'll have several jars in one classpath and it's possible that different jars can have ResourceBundles with equal names. That is why I would like to keep each ResourceBundle in the package where i18n class is situated. With this approach ResourceBundles will not "cover" each other.
    What do I do wrong? What do I have to do if I want to keep ResourceBundle in the same package with class? I don't wan't to keep resources in root.

    The problem was in installed artifact where displayed method is situated.
    problem is solved.

  • Get data from array in Number format

    Ive got this array with numbers in it, which i want to use for some simple calculations, but i keep getting the message that the array data isnt a number:
    The whole is in a for loop, with teller1 as increasing value.
    the code:
    var xco:Array = [180,233,271,292,292,270,231,179,124,74,34,11,9,30,70,121];
    var yco:Array = [11,33,73,124,181,232,270,290,291,271,234,183,125,72,33,11];
    for(var teller1=1; teller1<33; teller1++) {
        var ringsegment_mc:Ring_1=new Ring_1();
        ringsegment_mc.x=xco[teller1]+kernplaats;
        ringsegment_mc.y=yco[teller1]+kernplaats;
        ringsegment_mc.addEventListener(Event.ENTER_FRAME,vernietig);
        addChild(ringsegment_mc);
        switch(teller1) {
         case 16:
         //kernplaats=Math.random()*600+300;
         kernplaats=Number(400);
         trace (yco[teller1]);
         trace (yco[teller1]+kernplaats);
    so the trace functions give:
    undefined
    NaN
    so i tried using this:
    trace (yco[3]);
    trace (yco[3]+kernplaats);
    which gave this:
    124
    524
    so something is going wrong when trying to read the array, but what? and how can it be fixed/

    I don't know what you are after, but if you want to use the same loop twice, then put it inside another loop... (note that arrays start at index 0, not 1)
    for(var i=0; i<2; i++){
      for(var teller1=0; teller1<16; teller1++) {
        var ringsegment_mc:Ring_1=new Ring_1();
        ringsegment_mc.x=xco[teller1]+kernplaats;
        ringsegment_mc.y=yco[teller1]+kernplaats;
        ringsegment_mc.addEventListener(Event.ENTER_FRAME,vernietig);
        addChild(ringsegment_mc);
        switch(teller1) {
         case 16:
         //kernplaats=Math.random()*600+300;
         kernplaats=Number(400);
         trace (yco[teller1]);
         trace (yco[teller1]+kernplaats);

  • My college kids charge on my credit card- how can I see who is charging what?Unlike all other vendors, you can't get info from apple 800 number on the charge

    how can I find out what my college kids are buying on itunes. It is charged to my credit card number but the 800 number given to the credit card company takes me to the web site. I can only see purchases with my own account. Short of cutting off apple as a vendor is there a way to see this? Is there a way to look up purchases by the order number?

    Hello Heidi;
    Are these college kids your kids, or have you allowed details of your credit card to be more freely available?   I can't believe the latter ... but who knows.
    Anyhow; surely the purchases you see are what has been charged to your account.   Assuming you know which of these are yours, the balance has to be that made by the 'College kids'.
    Or is there more to this than meets the eye?

  • MF50 deletes leading Zero's from the material number.

    We have a case where we have alpha-numeric material numbers that include some leading zero's. MF50 in it's released format automatically truncates leading zero's. In our case these leading zero's are required only for alpha-numeric material numbers.
    Looking on OSS I see multiple notes relating to this issue. Any suggestions to fix this problem would be appreciated.
    Jesse Cornelison

    change data type(char)   to type  n.
    make  a variable  of  type  n  and  store  kunr  value  to  this  variable  and  display  this  variable.

  • Certificates using serial numbers with material without batch assigned

    Hi experts...how can i track serial numbers and inspection lots from roh material without batch assign but with serial numbers ? these roh materials were used in PO without batch assign to FERT material yet. Is possible use where-used list only to manage serial number or only using batch administration over the serial numbers ?
    i will apreciatte any answer!
    Regards
    Marco Antonio Trois Endres

    Hi ,
    This seems to be a Material Management configuration question, I dont know if this will answer it
    You will have to configure the Characteristics of your Material from a task list and transfer/Copy it to your Certificate profile,
    there has to be a feature to enter the desired selection Criteria based on your question
    Work with the security team if  your MM_G and MM_S class objects can help open or close certain authroization objects to achieve your goal.
    in one of the google search it states that
    "This can be done from  Extras Characteristics from  your task list.
    A dialog box appears for entering the selection criteria for the task list"
    Will Need more security related information to help you on this.

  • How to get day from Week Number

    Hi all,
    how to get date from the week number when the day is MONDAY.
    like : week num =33
    how get the date of the day MONDAY from this..

    SQL> select
      to_char(d,'YYYY') y,
      w,
      trunc((trunc(d,'Y')+w*7-date '1000-01-01')/7)*7+date '1000-01-01' monday
    from
    (select sysdate d, 33 w from dual);
    Y             W MONDAY
    2005         33 15.08.2005Message was edited by:
    Laurent Schneider
    I wrote an article which may help you to get out of the mess with weeks that start on friday, saturday, sunday, monday
    http://laurentschneider.blogspot.com/2005/07/tochar-d.html

  • QM-Result Recording transfer from one material to another material

    Dear QM masters,
    I have following scenario:
    Material A has Material B as a component and Material B has Material C as component. Material A is batch managed. Material C has in-process inspection with partial lot using inspection point functionality. Last result recorded for this in-process inspection should be used for quality certificate of Material A.
    Thanks a lot in advance for any help extended and will be rewarded with maximum points.
    Thanks and regards,
    Devang

    Since you are in ECC 6.0 you can also use batch derivation to have the components values copied to the next material being made.  In this way, batch values for Material C get copied to material B batch and material B batch values get copied to Material A batch. 
    Then on the cert, you only need to report the value from the material A batch.  No need to set up the result from production chain in the COA profile.
    Craig

  • How to shift valuation class from one material type to another material type ?

    I have came across following weird scenario:
    We already created huge no.of materials of material type say ZABC with two valuation classes say 1100 and 1200(GL accounts for these VCs for different posting keys in OBYC settings are same). Account category reference for this material type is 0010.
    After that we created new material type say ZPQR  with new Account category reference 0025, and valuation class 1200 is linked with this ACR 0025. Because of this, valuation class 1200 disappeared from material type ZABC. In order to avoid inconsistency, we need to have valuation class 1200 linked with older material type i.e.ZABC.How we can do this ? What impacts must have happened in this period (from MM/FI) in the system, where valuation class get shifted from one material type(ZABC) to another material type(ZPQR)....please help us in this scenario.

    Thanks Sana,
    We are also looking for the solution provided by you i.e. reassign ACR 0010 to Valuation class 1200.
    Your are also correct in terms of  statement "config doesnt allow me to assign same valuation class to 2 different AREF (Account reference number/Account category reference).
    I wanted to know, what are the possible impacts in the system during this re-assignment of ACR to old material type ZABC.
    Regards,
    Sudarshan.

Maybe you are looking for