Inspection characteristics based on material and goup counter

Hi,
    Do we have some function module which would give us inspection characteristics based on material and group counter. I have gone through many posts in this regard but find answers to get inspection characteristics based on inspection lot number.
I do not want to get into quality at all. Is there a FM to get the inspection characteristics based on material and group counter or any related tables would be of gr8 help. T-code QP03 takes material and group counter as input and displays the inspection characteristics. Any input in this regard would be of great help.

Hi,
Use tables MMAPL , MAPL and PLMK as per your requirement.
Thanks,
Vijay

Similar Messages

  • FM / BAPI to update STEUC field in marc Table basing on material and plant

    Hi,
    I need to to update STEUC field in marc Table basing on material and plant. please suggest FM / BAPI.
    Thanks.
    raviraj.

    Hi
    Try this BAPI function module:
    " BAPI_MATERIAL_MAINTAINDATA_RT "
    Data: LS_HEADDATA TYPE BAPIE1MATHEAD,
             LS_RETURN TYPE BAPIRETURN1,
              LT_PLANT TYPE TABLE OF BAPIE1MARCRT,          LS_PLANT TYPE BAPIE1MARCRT,
              LS_PLANTX TYPE BAPIE1MARCRTX,          LT_PLANTX TYPE TABLE OF BAPIE1MARCRTX.
            CALL FUNCTION 'BAPI_MATERIAL_MAINTAINDATA_RT'
                   EXPORTING
                       HEADDATA   = LS_HEADDATA
                   IMPORTING
                       RETURN     = LS_RETURN
                   TABLES
                       PLANTDATA  = LT_PLANT
                       PLANTDATAX = LT_PLANTX.
    Check the PLANTDATA in the above fm in which pass your ''STEUC'' to BAPIE1MARCRT-CTRL_CODE......
    Hope this works.....

  • Stock overview based on material and vendor combination

    Hi Gurus,
    I have a scenario, for three materials A , B, C was bought out from 5 vendor,  how to display the stock with material and vendor combination. In client place, the three material (A , B,C) which were bought from same vendor are issued to cost center. Client wants to know the stock based on vendor.
    Thanks in Advance.

    Hi,
    In my opinion you have the following options - basically:
    1) Use different material numbers for the physically same material you procure from different vendors (this is the dummiest solution, not recommended)
    2) MPN (manufacturing part number) - you use different material numbers corresponding to each vendor . But these materials will be lnked:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/75/ee15c655c811d189900000e8322d00/frameset.htm
    3) Batch management
    option1 - You apply a certain logic to batch numbers and based on batch number you can distinguish from which vendor the stock was procured.
    option2 - You can also use "not speaking" batch number, but here it's more sophisticated to find out from which vendor it was procured
    option3 - You can classify the batch and in one of the characteristics you can store the vendor's number
    option4 - In the batch master (table MCHA) you can find a "vendor" field (MCHA-LIFNR) - using development you can populate this field at the time of GR
    4) Split valuation - you can maintain separate valuation type for each vendor. I think it is recommended only if you want to manage the moving avarage price separately
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/75/ee0d4d55c811d189900000e8322d00/frameset.htm
    Regards,
    Csaba

  • ATP based on material and capacity availability

    Hi Experts,
    Is there a way to implement ATP with finite capacity availability and material availability in a Make to stock (MTS) environment in R/3? In other words, when a sales order is created for a material, the confirmation date that is recd. should be based on Capacity and Material availability. What planning strategy would you use?
    I understand that this can be implemented in assembled to order environment (planning strategy 82 or 83), but my question is more related to MTS environment.
    Regards,
    Praveen

    Hi Praveen,
    SAP recommends APO as a solution for your scenario.  Check out their documentation on Capable to Promise (CTP) under
    http://help.sap.com/saphelp_scm2007/helpdata/en/64/7294375960a42be10000009b38f8cf/frameset.htm
    This is not a trivial implementation.  You need to be sure that this is what your business wants before you embark on the change.
      Regards,
      Bruce

  • Muliple inspection plan for same material and same usage

    Hi,
    I need to create multiple inspection plans for same material with same usage.during the inspection lot creation i need to select any one inspection plan.
    In standard SAP its not possible.Any user exits available for this..
    Regards,
    S.P.Selvathangam

    Dear Selvathangam Palanisamy ,
                                                       My Dear Shayamal is absolutely correct and we are corrently using this SAP facility. You can create 'N' number of inspectio plans for a material and then whenever the inspection lot will created ( Thru a process order or Manual) then you will get the Inspection Lot Status 'CRTD' (Created mode) then you have to select your Inspection Task list manually by two way...
    Either go to QA02 and then select it from the list of multiple plans.
    Or you can directly go from QA32 ...select your inspection lot row and directly click on the Inspection Lot icon to go directly to the inspection lot window to slect the Task list.
    Further there is no need to remove the Automatic Assignment from the QM View of the Material Master as if there is only one task List then system will automatically assign the TASK LIST, if you deselect it then you have to select in every case.
    Thanks

  • Characteristics values for material and plant

    Hi Experts,
    I need to fetch characterstic values from a class Y-xx . I belive badi BAPI_CLASS_GET_characteristics
    will give the result but my problem is in selection screen I am passing material no and plant
    for this material and plant i need to fetch the characteristics values from the Y_xx class
    Could any one suggest the BADI or FM or tables to fetch the results
    Thanks in advance

    Hi,
    Go to MEK2, here enter the freight condition type, go to the output screen as pr the access maintained and select the line item and click on "Scales" button to see the from and to value.
    Also you can check the same in "Conditions" button in Purchase Info record.

  • 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

  • How to progammatically get Inspection Characteristics from Inspection Plan

    How do I programmatically get Inspection Characteristics from an inspection plan? I am currently getting inspection characteristics from inspection lots via a QM-IDI RFC call (QIRF_SEND_REQUIREMENTS_GET_DAT2), but if the Inspection Characteristic is not in an inspection lot, I don't get it via the RFC call. What BAPI/RFC/IDOCS mechanism can I use from an external subsystem (VB.NET app) to get inspection characteristics (Spec Limits, Target, Operation, Activity) associated with a material in an inspection plan?
    Thanks,
    Ed

    The problem is the SAP system that my external subsystem (VB.NET application using QM-IDI) is interfacing with does not have inspection lots (and the customer is not willing to add inspection lots), so the QM-IDI RFC that I'm using (QIRF_SEND_REQUIREMENTS_GET_DAT2) does not return the inspection characteristics (spec limits, etc) that I require. My customer creates a reference (QP11) with inspection characteristics, then attaches the reference to a Material (QP01). When I try to get the inspection characteristics for the material via QIRF_SEND_REQUIREMENTS_GET_DAT2, I don't get the inspection characteristics because there is no inspection lot associated with the material and inspection characteristics.
    The design is for my external subsystem to do the Material Inspection Characteristic valuation, and then send the valuation results back to SAP. Is there a way to get Material Inspection Characteristics and then send the results back given the SAP setup I described above?
    Thanks,
    Ed

  • Invoice Based on Material

    Hi Experts,
    I have a new customer requirement, Customer does not want invoices based on the order They want invoices on monthly basis and based on the material means like they want the invoice for all the orders with material A  for the month of April 2011.
    I tried to search something logical in forum but was not able to find it, any suggestions will be appreciated.
    Regards,
    Jain

    HI
    Better you go for yr customised programme where u can have option to enter material and check delivery table and get all delivery no for that particular material and then do billing and invoice. Take help of your ABAPer give him your requirement with logic for monthly billing and sure he will be able to write a customised programme to fulfill yr requirement.
    In short,  Here is the way..... Get a customised programme where you select all dliveries for a partuicular period by date range,  from delivery table based on material and call VF01 ( as u know billing is based on payer. Payer must be same for all deliveries. U can add to check payer criteria as well with material) and then invoice.
    Have a nice day!
    Thanks
    DK:)
    Edited by: Dwarkesh Thakkar on Jun 24, 2011 12:17 PM

  • Control of Inspection Lot Creation in Material Master settings

    Hi
    There are settings like
    1 for each  document material,  batch ,storage location
    2 for each   material,  batch ,storage location .
    X for PO  , batch and storage location .
    for each material document item
    In the Control inspection settings of material master
    i Can't understand the logic by F1 help .
    Any help will be appreciated
    Thanks
    JJ

    Dear JJ
    These setting are done for controling the creation of inspection lots
    1) If you want to create an inspection lot to all the goods receipt then you have to choose
    ' ' An inspection lot for each material document item .An inspection lot is created for each item in the goods receipt document.
    2) X for PO , batch and storage location .
    An inspection lot is only created during the first goods receipt for each PO item . Means if you have a PO item with quantity 50. and you make a GR for the same PO for 10 quantity an inspection lot will be created. But if you make again GR for the PO item inspection lot will not be created. Those item will go directly to unrestricted. This holds good if the PO item is same, batch number is same and aslo the storage location
    3) 2 for each material, batch ,storage location
    If you set this indicator, the system creates only one inspection lot for each material and batch. This setting is only advisable for materials with a batch management requirement. Again material, batch number and storage location should be same
    4) '1'  for each document material, batch ,storage location
    If you set this indicator, the system creates only one inspection lot for a material document (in a goods receipt transaction) for each material. This setting is useful, if several purchase orders or partial deliveries are processed for the same material in a goods receipt transaction.
    hope this helps
    Regards
    gajesh

  • QM: Inspection Setup in the Material Master

    Hi all!
    A quick novice user query: In SAP ERP Quality Management, I was creating an inspection lot for a material and it prompted me to first add an inspection type for it. I went to the Inspection Setup in the Material Master, entered the material, the plant, check activate inspection, selected an inspection type and hit execute. But it keeps giving me "No entries found". Any help?
    Thanks a bunch in advance!
    Regards,
    Bilal

    Your query does not provide complete info as to what type of inspection origin you're trying.
    Anyway as a thumb rule ensure that the setup in material master exists, i.e. the relevant inspection origin type. Ensure the tickbox for active exists. Also the corresponding data such as inspection plan / material characteristic etc. exists along with the required setup.
    Once the above is in place you can proceed with the QM flow. In addition to this I would also suggest do a search in QM forums to know more about how to maintain the data, what needs to exist etc. Also go thru' SAP help.

  • How to get ATINN value based on material number and Class Type ?

    I have below SELECT stmt code which gives the correct value of atwrt based on materil no and ATINN.
    However in quality system, it is failing because in quality system "atinn" value is not 0000000381. It is different.
    So how can I get ATINN(Internal characteristic) value based on material number and Class Type?
    -Obtain the batch characterstic value for the Material******************
      SELECT atwrt
        UP TO 1 ROWS
        INTO v_charvalue
        FROM ausp
       WHERE objek = mcha-matnr
         AND atinn = '0000000381'   " 'US80_FRENCH_ON_LABEL'
         AND klart = '001'.
    THANKS N ADVANCE.

    Hi SAm,
    use the Below function module to get the Atinn for Atwrt for thr Class and MAterial combination..
    CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'
          EXPORTING
            classtype          = '023'       "Class type
            object             = w_object  "Material number with Leading zeros
            no_value_descript  = 'X'      "Default X
            objecttable        = 'MCH1'    "Table name Mara or MCH1 or MARC
          TABLES
            t_class            = t_class   "It return the Batch class available for the above combination
            t_objectdata       = t_char  "Return Batch characteristics(ATWRT) and their value ATINN in this table
          EXCEPTIONS
            no_classification  = 1
            no_classtypes      = 2
            invalid_class_type = 3
            OTHERS             = 4.
    Regards,
    Prabhudas

  • Characteristics at Material and Equipment

    Hi,
    Could you please help me finding ways of setting up Characteristics at the Material Master which is not  having type as configurable.
    Then based on that if equipments are to be created, then those characteristics to be propagated to equipments also automatically.
    Please guide.
    Thanks and Regards

    You have to activate an enhancement
    go SMOD enter IHCL0001 set the radio button to documentation and follow the instruction.

  • No inspection lot can be opened for this material and vendor -QA228

    Hi every one !
    Iam  getting  Error while doing Migo -"No inspection lot can be opened for this material and vendor-QA228"
    we analyze the issue asfollow -
    1.checked Quality Lot-Available
    2.Quality info record- Availble
    3. Quality plan is exist.
    But stil throwing  above Error.

    Hi,
    Check the below threads,
    [No inspection lot can be opened for this material and vendor;
    [No inspection lot can be opened for this material and vendor;

  • Fetch the plant(werks) based on material,sales orgnization and division

    Hi Experts,
    I need your help.Please please help me.
    Is there any way/table to get the plant based on material,sales org and division?
    Please help me.
    Edited by: Sonali Chandra on Apr 17, 2009 11:30 AM

    Take the following fields in your 1st itab (itab1)
    Material
    Sales org
    Division
    Plant.
    Take the following fields in your 2nd itab (itab2)
    Material
    Plant
    To get the plant values in itab1, you can use the following logic.
    Loop at itab1
    Read table itab2 with key material = itab1-material.
    Itab1-plant = itab2-plant.
    Modify itab1 by transporting plant.
    Endloop.
    Hope this will help you.
    Regards,
    Deepa Kulkarni

Maybe you are looking for

  • Multiple devices on airport extreme

    Hi im a new bod to the whole apple thing but i have pick up a few bits and pieces, having discoverd i required a airport express because the belkin device i had was not campatable wih apple hardware I have tried but with limited success to use a USB

  • Vendor Payment issue

    Dear Experts, We have a vendor created with payment method G but while making one payment we used payment method T. Now the vendor is chasing us saying he has not received the payment. Does use of payment method other than one maintained in the vendo

  • Maximizing ram use

    Hi. I have a Mac Pro 5,1 quad core 2.8ghz mid 2010. I purchased 16 gb of ram from Macsales.com. I use Photoshop and other applications in Adobe Creative Suite CS 5 Professional, iphoto, imovie, Final Cut Express 4.0, and Roxio Toast Titanium (for bur

  • Signature post to HTTP Question

    I have a form that I am using to post to HTTP using PHP Script. It works great, however I would like to be able to have a field that a customer signs with stylus on tablet pc and I can upload that as a jpg or whatever and also lock the form so it can

  • At what level do we get customisable avatars?

    I like the customisable avatars that the experts are showing.  What level do you have to reach to get that privilege?