Find material and batch based on batch characteristic name

Hi,
I need to fetch all material and batch that have a particular batch characteristic. Can someone let me know how i can establish this link. I only have a characteristic name with me, need to find batches that use them.
Thanks & Regards,
Naresh.

HJi
Try table MCHA.
Pushpraj

Similar Messages

  • Tables for production order number for material and Batch combination

    Dear Experts,
    Please suggest the table names for finding the production order for material and batch combination .
    Thanks in advance for your help...
    Best regards
    Nitishj

    Dear
    Please check in  AFPO-CHARG
    AFPO          Order Item Detail -Batch Number -CHARG
    AFFW         Confirmations -- Goods Movements w
    AFRD          Confirmations -- Defaults for Collective Confirmation
    AFRH          Confirmations -- Header Info for Confirmation
    Regards
    JH

  • How to unlock material and batch at MIGO

    hi all,
    My requirement is to post another transaction using BAPI_GOODSMVT_CREATE at MIGO in the background.
    let say after posting movement type 101..i have to post another transaction of same material in same plant and in same Batch Using BADI,
    The problem is, material and batch name were currently lock by movement type 101, So BAPI giving Error that Batch BHEL001 of material 1000000000004 is already locked by user01. i.e. from my ID.
    Is it possible to remove this lock object?
    These are the lock objects at SM12.
    E     MCH1     11000000100000000000400000XXXXX     0     1
    E     MCH1     11000000100000000000470206XXXXX     0     1
    I tried
    CALL FUNCTION 'DEQUEUE_EMMCH1E'
    'DEQUEUE_all'
    i don’t want to consider the wait options..
    My problem is to remove  lock objects in order to transact another movement type
    thanks for your responce..
    Pankaj

    Hey,
    I can think of something like this..
    *Read all the lock details in system
    CALL FUNCTION 'ENQUE_READ2'
      EXPORTING
        gclient = sy-mandt
        gname   = ' '
        guname  = '*'
      TABLES
        enq     = lt_enq_read.
    *We will search entry for table level lock for our table
    LOOP AT lt_enq_read INTO lw_enq_read
    WHERE gname EQ 'RSTABLE'
    AND   garg CS 'ZTEST_SHUKS3'.
      MOVE-CORRESPONDING lw_enq_read TO lw_enq_del.
      APPEND lw_enq_del TO lt_enq_del.
    ENDLOOP.
    *Delete table level lock entry for our table
    CALL FUNCTION 'ENQUE_DELETE'
      EXPORTING
        check_upd_requests = 1
      IMPORTING
        subrc              = lv_subrc
      TABLES
        enq                = lt_enq_del.
    You should first search for lock and manually delete them using above FM.
    Hope it helps
    Thanks,
    Nitin

  • How to find material and vendor combination which has freight conditions?

    Hi Please help me, its very urgent.
    How to find material and vendor combination which has freight conditions?
    Waiting for your help.
    Regards,
    Marella.

    Hi marella,
    Try MEKA transaction.
    Gopi

  • 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

  • Valuation Type is missing for Material and Batch

    Hi Experts,
    I am facing issue related to delivery.
    While creating Order to cash cycle for one sales area, there is no error at all, but when I am trying to repeat the same cycle with same customer and material, different sales area and document type, I am not able to save delivery document. and receive error as "Valuation Type is missing for Material X and Batch Y".
    Kindly suggest possible errors.
    Regards,
    Himmanshu

    Check whether the required Valuation type is maintained in material master.  Also, update the error message number.
    G. Lakshmipathi

  • Problems in having common material and batch in different plants

    Hi all,
    As the material with the same batch is existing in different plants, we are facing some problems in processing the Process Messages.
    If some user who belongs to a different plant is processing the batch for the material, the Process messages are not being sent the destination as we get an error message that the reservation is currently processed by user (who actually belongs to a different plant). This is effecting the Business.
    Can anyone tell me how we can prevent this? Could the reservation and Batch status set as plant level control via standard IMG change ?
    Regards,
    Brijesh

    Yes Rajanikanth,
    But can you please let me know whether it is not possible to restrict this so that the batch processed in different plants should not affect in our plant?
    Thanks.
    Regards,
    Brijesh

  • Material and batch characteristics

    Hi All..
    For the material and the batch i want to retrieve the material characteristics and the batch characteristics.
    Are there any function modules or bapi's available to achieve this..
    Appreciate your help and will reward the helpful.

    Hi
    Try  BAPI_MATERIAL_GETLIST
    BAPI_MATERIAL_GET_DETAIL
    reward points if helpful
    Regards
    Srikanta Gope

  • Inspection lot summary when GR post to same material and batch

    Dear Experts,
    The business flow is, when material with same batch number come to plant, this batch may split and post to different storage location.
    we have tried setting control inslot parameter to "2 For each material batch and storage location" but it only work within one storage location.
    can any expert suggest idea about this thing, thanks a lot.

    You'll only be able to stop the second lot from being created.  You won't be able to update an open, existing inspection lot because of the different storage location.  SAP can't have two segments of inventory linked to the same insp. Lot.
    Are you using batch status at your plant? As an alternative, you could create the batches with a restricted batch status.  Then the whole batch, regardless of storage location shows as restricted stock.  Use the user exit to prevent creation of additional insp lots.  When the first insp lot is completed, the batch status can be changed via the UD stock posting to unrestricted stock.  When this happens, all stock of the batch in all other storage locations will change to unrestricted stock.
    FF

  • Is it possible to have two Overhead rates-one based on Material and one based on direct labor?  I am implementing a SAP Business 1 System.

    Is it possible in SAP business one to have two Overhead Rates-- one based material cost and one for direct labor dollars?

    Hi Dick,
    Business one experts will be available on Business One forum and not  here (Accounting and financial close). Click on the below link and start a discussion. Good luck.
    SAP Business One Application
    Thanks and regards
    Sam

  • Javascript for finding city and state base on zipcode using an oracle table

    Does anyone know if there is Javascript already written to find city and state based on zipcode?

    Eventually yes. However, you could do it yourself as well. Have a look at my demo (once
    the apex.oracle.com is back) and you can use it to create your own:
    http://htmldb.oracle.com/pls/otn/f?p=31517:9
    http://htmldb.oracle.com/pls/otn/f?p=31517:80
    What you will need is an application process to get the data queried and then
    returned into your items (region).
    Denes Kubicek

  • 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

  • Call BMBC with specific material plant and batch

    Hi, ive searched and tried several option to call t-code BMBC Batch Cockpit from a report with a specific material, plant and batch and untill now i was unable to do this.
    Is my last option a batch input?
    It seems that all those subscreens make BI my last resource.
    Thanks for your help.

    Hi,
    For,
    Step 2 :- Check your Data type of Characterstic.It should be Numeric.
    Step 3:- First you have to assign Organization Area in Class Header then only you will find that field active in Characteristic screen.
    Regards,
    Dhaval

  • Packing Material with Batch Management and Shelf life expiration date check

    Dear All,
              I created a packing material and activated batch managemnt with shelf life.
                At the time of GR the batch should be created automatically or if i want to create a batch manually for some materials how to do it in the system.
                         Help me

    Before going ahead with the batch creation,
    you need to activate the batch mngmnt level (i.e.Client,plant,material level)
    And also activate the Nor.ranges.
    Then Create the Classification,Characteristics and assign the Chrctstics to Class.
    Then create the batch
    T Code:
    CT04 create Char.
    CL02-Create Class
    CL24N:Assign class to material
    MSC1N:Create Batch

  • Material maintained in split valuation and batch management

    Dear Seniors,
      I have maintained a material with both split valuation and batch management. If i check in MMBE, only batch management is getting preference. Valuation type is not coming. Why is it so ? why maintaining both is not possible in SAP ??? kindly explain me please.
    Regards,
    JanaMM

    If you  Mantain both Split valuation as well as batch mgmt for  a material, then  all stock  reports will show  "Batch "  and  Not valuation type  since  batch  is relevant to inventory  mgmt  and split valuation is relevant for account determination and valuation. ,  the only  report which  wil show you both  is BMBC(batch info cockpit).
    You  can however run MB5B  w.r.t  valuation type in the input screen.
    In such cases , The  Valuation Type  forms a part of the batch master which  you can see in MSC3N .

Maybe you are looking for

  • Failed trying to read text....

    My Systems working like this, client open page with browser,and see some text at the page... Back end Working : RMIServer try to read some file with read code like this : fileRead = new FileInputStream("UIA.txt"); inputServer = new BufferedReader(new

  • ITunes disabled songs from playing through my iPod.

    When I got my new Macbook Pro I synched my 5th generation iPod Touch (16GB) to get the music from my iPod to also be in my iTunes library on my new computer. I had around 1100 songs on my iPod and only about 600 transferred to my computer. The songs

  • IPhone Configuration utility not working with iPhone 5

    Hi, I recently bught an iPhone 5 to my son. Need to install a .mobileconfig file to restrict some features (the same profile I used before for his iPodTouch) I running 10.8 on my mac and it's an iPhone 5 running iOS 6.1.4 I got iPhoneConfigurationUti

  • Aperture 3.4.1 changes the colors of my previously processed RAW files!

    I am revisiting some projects that I worked on in the last couple of months and am assembling a portfolio. When I was trying to choose my favorites I noticed in disbelief that some of my carefully editited and color graded photos looked great in the

  • PCIe tx engine stops due to trn_tdst_rdy_n is deasserted

    HI, I have implemented DMA engine using Spartan-6 45T PCIe endpoint Block v1.3. It performs DMA write and sends the data to the host memory. When the application is started, after sending few data the Tx Engine stops due to trn_tdst_rdy_n is high. Th