Testing of Material

Dear experts,
                    what is the proces for testing the material supplied by a new vendor ? If quality view of that material is activated, then will procurement be only possible if we have quality info record ? But quality info record should only be made after tesing, but how can we do testing as long as we do not get the material procured inside the plant? Please suggest.....
Regards,
Sunit

Dear Sunil
In one of my project , the process is mapped like this
1) A notification will be triggered from the purchase dept to the techincal dept when a new vendor or material is to be purchased. A notification type was created especialy for this
2) the control key is made mandatory and 0009 is used. The reason for maintaining is the need for quality info record for the procurement
3) Technical dept will decide whether to go forward , if yes they will create the quality info record, with status relationship vendor approval.
The status profile for the procuremnt  can be created in
SPRO > QM > QM in Logistics > Define Status of Supply Relationships > QM_P_001 > I have maintained the following settins
1) Pilot 2) bulk1 3) bulk2 3) bulk3 4) production
4) Quantity is also controlled by using the quantity field in Quality info record so that the order quantity is controlled
5) when the material comes for inspection the first status will be pilot. once it is tested and UD is given as Ok the status get updated automaticaly. At any time you can manually switch from one status to another
Hope this gives some idea
Regards
Gajesh

Similar Messages

  • Database Performance Testing Planning Material

    Hi All,
    Could anyone please share Performance Testing Planning Material available at any site or anyone used in any projects previously?
    Would appreciate if anyone could help!
    Thanks for your time!
    Regards,

    Hi Forstmann,
    Many thanks for the information.But I require Performance Testing plan materials wher it has been performed in existing systems.
    The material link what you have pasted refers to Performance tuning guide.
    Regards,

  • Relationship between Test Temperature & Material Temperature in QCI

    Say i have a material with temperature X and the room temperature or test temperature is Y, now while calculating the Base Density do i consider the material temperature into account and if so the material and test temperature's are different so how will the calculation deal with this

    answered

  • Test equipment as PRT , Material or Equipment

    Hi there ,
                     As per my understanding we can maintain test equipment as PRT , Material or Equipment....
    Can anyone please suggest me that on what factors we can take the decision & what is the relative pros & cons of each.....
    Thanks & Regards
    Kaushik

    Hi Charles,
                      Even if we maintain the Test equipment  Material or Equipment we can do the same .
    What are other factors that will lead us to maintain the same as PRT , Material or Equipment ?
    Thanks & Regards
    Kaushik

  • Problem in Reading  Material Long text in Sapscript

    Dear firends,
    I have written  following code in sapscrit to fetch the longtext of the material
    INCLUDE &MARA-MATNR(K)& OBJECT MATERIAL ID GURN LANGUAGE &NAST-SPRAS&
    Test name - material no(MARA-MATNR)
    object - MATERIAL
    text id - GURN
    LANGUAGE - EN
    but i am not table read the longtext by using above code, when i see in debug mode  ,i am getting warning message
    "data is not available for materil 0000013,GURN,MATERIAL" like that.
    i don't find any problem in code , long text also availble for material 0000013.
    i don't where is the problem , please give me solve this issue.
    Regards,
    D.prabhu

    Hi
    You have to fetch this Long text of this Material using READ_TEXT fun module by passing the 4 parameters as mentioned by you  by writing some code in the program or by writing the external subroutine using PERFORM statement
    Only Application HEADER and ITEM texts can be included in script using the INCLUDE command
    So write the code for the Read _Text fun module and fetch it into Internal table lines and pass/print those to script
    pass the same 4 parameters
    Test name - material no(MARA-MATNR)
    object - MATERIAL
    text id - GURN
    LANGUAGE - EN
    see the sample code
    data:begin of it_stxh occurs 0,
            tdobject type tdobject,
            tdname type tdobname,
            tdid type tdid,
            tdspras type spras,
          end of it_stxh.
    types:begin of ty_lines.
            include structure tline.
    types:end of ty_lines.
    data:it_lines type standard table of ty_lines with header line.
    it_stxh-tdid = 'GRUN'.
    it_stxh-tdspras = 'E'.
    it_stxh-tdobject = itab-matnr.
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
      CLIENT                        = SY-MANDT
        ID                            = it_stxh-tdid
        LANGUAGE                      = it_stxh-tdspras
        NAME                          = it_stxh-tdname
        OBJECT                        =  it_stxh-tdobject
      ARCHIVE_HANDLE                = 0
      LOCAL_CAT                     = ' '
    IMPORTING
      HEADER                        =
      TABLES
        LINES                         = it_lines
    EXCEPTIONS
      ID                            = 1
      LANGUAGE                      = 2
      NAME                          = 3
      NOT_FOUND                     = 4
      OBJECT                        = 5
      REFERENCE_CHECK               = 6
      WRONG_ACCESS_TO_ARCHIVE       = 7
      OTHERS                        = 8
    IF SY-SUBRC eq  0.
    loop at it_lines.
    < Print these lines in script by passing to script>
    endloop.
    ENDIF.
    Regards
    Anji

  • SAP HP QTP BPT (Business Process Test)

    Hi Gurus,
    For those who are familiar with SAP HP QTP BPT............
    Please I need help... I was watching a video demo for SAP HP QTP BPT. The video shows the steps taken when performing QTP SAP BPT procedures. I failing to understand the area where the Tutor uses two different T-Codes. T-Code zVA03SAP2 for Creating a Learn Flow and  the other T- Code zVA03SAP1 for actual Test. These two transaction codes display a Sales Order in this procedure with Sold to Party added on T-Code zVA03SAP1. Are these two T-Codes for Displaying Sales Order in this Test standard? Meaning when testing eg Material Master we can use zMM01SAP2 for Learn Flow and zMM01SAP1 for the actual Test?
    Thanks,

    For more information on BPT in QC 10.0... http://updates.merc-int.com/qualitycenter/qc100/ent/enterprise_extension/index.html

  • MB5B shows different opening quantity when we select diffferent Stock Type

    Dear All,
    I am trying to run report MB5B - Stock on posting date with 2 different Stock Types:
    - Storage Loc/Batch Stock
    - Valuated Stock
    But the report shows different opening quantity,total receipt, total issue, but closing quantity is ok.
    Could you pls tell me the reason?
    Thanks
    Cao Huy

    Hi,
    MB5B transaction is used to display the stock on posting date
    It is not possible to view at the same time both Valuated stock and special stock. This is radio button input control,so any one of the stock type only possible to display the material document.
    This report display the material and plant vise material document number and total stock and total issue etc for the example,
    Plant            1256  test plant
    Material         TH1
    Description    steel rod
    Stock on 01/01/2010                   0.000  PC
      Total Receipts                      29.500  PC
      Total Issues                         3.000- PC
    Stock on 12/31/9999                   26.500  PC
    SLoc MvT S Mat. Doc.  Item Pstng Date          Quantity BUn
    TEST 101   5000003029    1 12/23/2009            1.000  PC
    TEST 101   5000003039    1 12/31/2009            1.000  PC
    Regards,
    thiru

  • How to escape special characters in Simple Transformation

    Hi Experts,
    I have got a problem to get a well formed xml document from the below simple transformation. The content of maktx contains
    special characters like & <, which are not allowed in a well formed XML-Document. But the result of the Simple Transformation
    contains this charcters even after the transformation as you can the in the result below. Has anyone a hint how to escape the
    characters included in the maktx.
    The transformation for maktx, should be something like
    Before: Material & < TEST
    After: Material &amp &lt TEST
    Report wihich calls the simple transformation
    types:
    BEGIN OF t_mat,
       matnr type matnr,
       maktx type maktx,
    end of t_mat.
    Data:
      mat type t_mat,
      xml_stream type xstring.
    START-OF-SELECTION.
    mat-matnr = '4711'.
    mat-maktx = 'Material & < Test'.
    CALL TRANSFORMATION ztest_st2
            SOURCE mat = mat
            RESULT XML xml_stream.
    CALL FUNCTION 'DISPLAY_XML_STRING'
      EXPORTING xml_string = xml_stream.
    Simple Transformation
    <?sap.transform simple?>
    <tt:transform xmlns:tt="http://www.sap.com/transformation-templates">
      <tt:root name="MAT"/>
      <tt:template>
        <Leistungsschild>
            <CHARACT> MATNR </CHARACT>
            <CHARACT_DESCR> Materialnummer </CHARACT_DESCR>
            <VALUE tt:value-ref="MAT.MATNR"/>
            <CHARACT> MAKTX </CHARACT>
            <CHARACT_DESCR> Materialkurztext </CHARACT_DESCR>
            <VALUE tt:value-ref="MAT.MAKTX" />
        </Leistungsschild>
      </tt:template>
    </tt:transform>
    RESULT
    <?xml version="1.0" encoding="utf-8" ?>
    <Leistungsschild>
      <CHARACT>MATNR</CHARACT>
      <CHARACT_DESCR>Materialnummer</CHARACT_DESCR>
      <VALUE>4711</VALUE>
      <CHARACT>MAKTX</CHARACT>
      <CHARACT_DESCR>Materialkurztext</CHARACT_DESCR>
      <VALUE>Material & < Test</VALUE>   </Leistungsschild>

    Hi Sandra,
    First of all thaks for your quick answer to my problem.
    I see what you mean and get the same result, if I am using data-type string instead of xstring. But the recommendation in the XML-Books of SAP is to use XSTRING to save memory and circumflex problems between Codepages, when writing the XML-Stream to a filesystem.
    As you can see in the code abvoe I am using a SAP-FM to display the XML-Stream and this FM works only with XSTRING´s,
    that is one reason why I don´t understand that it displays it in the wrong way.
    Even the Debugger shows me for the XSTRING the wrong result. Does all that mean that the escaping will not be applyed if you are working with XSTING´s??

  • Product group creation error

    Hi Guys,
    While creating product group i am getting the following error can any one help me out to resolve the same
    The error
    Required parameters missing when calling up module
    Message no. M3749
    Thanks and regards
    Thamizhchelvan G

    Dear Thamizhchelvan,
    I think you must be working in ECC 5.0 or ECC 6.0 version.
    If so means first create a material say test using material type PROD - Product group in T Code MM01
    and then assign the members in MC85/MC86 for the product group.
    check this link
    product group
    This will solve your problem.
    Regards
    Mangalraj.S

  • Stock transfer of QM stock thereby creating a new batch number

    Dear Experts,
    I have searched for this content but didn't get content which match my requirement.
    My client has placed a requirement.When they receive a material against a purchase order through movement type 101 they receive it to quality inspection stock.After quality inspection this material is taken to unrestricted area through movement type 321.
    Now after this material comes to unrestricted area,this material is again subject to quality inspection.Quality testing is done after a particular period.
    Next quality testing date is calculated based on this formula:-321 movement type posting date + quality inspection interval days maintained in material master.
    i.e:-If for a material 321 movement type is 16th July 2014 & if quality inspection interval days for that material is maintained as 365 days then next quality inspection of that material will be after a year.
    Now client has placed a requirement when this material comes to quality testing,15 days prior to quality testing this material should move to quality inspection area from the present unrestricted area thereby generating new batch number for that material.
    This changes the client will view in MMBE.
    Gurus Please help as I'm new to QM.
    Kind regards,
    Pradeesh.P

    Hi,
    This is not possible,you cannot generate a new batch number through recurring inspection.
    If you require a new batch number then during stock posting in UD you post it to new material,in your
    case this will be the same materiaal and you give new batch number.
    In this way a batch material has come for inspection and after inspecting it you are changing the
    batch number of the material.
    CSN

  • Configuration steps for Quality and Batch Management.

    Hi Friends,
    We are implementing QM along with Batch Management for testing the material like purity,pathology tests.
    I am new to Quality and Batch Management.
    Could any one guide me, how to configure material master for QM and Batch to test the material?.
    Thanks

    1) Maintain Material with Classification and Quality Management view
    2) Tick the Check box Quality key Active in QM View->QM view->Inspection Set up and activate the inspection type for which the inspection lot.(e.g insp. type 01 - GR against PO)
    3) Create Quality Info Record(QI01)
    4) In PO the stock automatically goes to Quality stock.
    5) Check MMBE stock
    6) Do Result Recording and Usage Decision(QA32)
    7) Check stock (MMBE).
    There are few steps where the PP/QM Consultant need to help you in QI01,QA32 and in Creating characteristics and class according to  Requirement(purity...etc).
    Regards,
    eswarmanu...
    Edited by: eswarmanu on Oct 21, 2008 7:09 PM

  • Stock transport order with BAPI_PO_CREATE1

    Hi,
    can anybody give me an advice how to use the function BAPI_PO_CREATE1
    to create stock transport orders?
    I´m getting some errors when I run it. Here is my test data I have used:
    poheader-comp_code: NO10
    poheader-doc_type: UB
    poheader-langu: EN
    poheader-purch_org: NO10
    poheader-pur_group: 999
    poheader-suppl_plnt: 2041
    in poheaderx I have set a flag for the filled fields.
    poitem-po_item: 00010
    poitem-short_text: test
    poitem-material: 100230
    poitem-plant: 2001
    poitem-quantity: 1
    poitem-po_unit: CYL
    poitem-conv_num1: 1
    poitem-conv_den1: 1
    poitem-prnt_price: X
    poitem-unlimited_dlv: X
    poitem-item_cat: U
    poitem-acctasscat: K
    poitem-gr_ind: X
    poitem-ir_ind: X
    poitem-gr_basediv: X
    poitem-preq_name: TEST
    I´m getting the following errors in the return table:
           ID                Num: 000 PO could not be creating using Enjoy-BAPI
    E     ID MEPO     Num: 002 PO header still faulty
    E     ID 06           Num: 098 Please enter supplying plant
    E     ID ME         Num: 018 Item category U can only be used with material
    W    ID ME         Num: 040 Can delivery date be met?
    E     ID ME         Num: 083 Please enter G/L account no.
    Any ideas how I can create one successfully?
    Cheers

    Hi,
    poitem-po_item: 00010
    poitem-short_text: test
    poitem-material: 100230
    poitem-plant: 2001
    poitem-quantity: 1
    poitem-po_unit: CYL
    poitem-conv_num1: 1
    poitem-conv_den1: 1
    poitem-prnt_price: X
    poitem-unlimited_dlv: X
    poitem-item_cat: U
    poitem-acctasscat: K
    poitem-gr_ind: X
    poitem-ir_ind: X
    poitem-gr_basediv: X
    poitem-preq_name: TEST
    fill the corresponding fields in POITEMX  table also with 'X'!
    Regards,
    Sooness.

  • Monthly performance report

    Dear All
    I want to generate Monthly performance report for the QM activity.. as per the below table.
    Please suggest the right way to create this query.
    Inspection description            Accepted           Rejected           Rejected %        Under test
    Raw Material                       
    Packing Material
    In-process samples
    AYK

    Hello,
    Dont know how to create in SAP Query. If your looking for ABAP query then can give some input
    You will have to a combination of QALS, QAVE, MARA Tables
    1) In QALS you will get all the lots created for particalur month when you pass from to  date in PASTRTERM (start date).
    2) Get the number of entries for the lot
    3) Pick up material also from QALS (MATNR).
    4) Pass MATNR in MARA to get the material Type (MTART)
    5) Pass the insepction lots to QAVE ( sorted for Material type) to get the UD codes for the inspection lots. ( Accepted or rejected)
    6) Calculate % Rejected
    7) Check number of entries in QAVE table also
    8) Calculate % Test = Number of entries of lot in QAVE table / Number of entries of lot in QALS table
    Regards
    gajesh

  • Difference in mb51 & mb5b reports

    dear all,
      please when  i run mb51 & mb5b reports up to the current date, i get differences in stocks, mb51 value is higher than mb5b . what are the possible reasons for this? is there a way of configuring mb5b to pick all movement types for all batch numbers?if yes  how do i go about it? When comparison is done for a particular batch, i notice mb5b does not pick up some movement types such as 601(sales delivery) & 655(sales retuns) but these movement types appear in mb51, pls what do I do?

    MB5B and MB51 is different report in material document list.
    MB5B - Stock on posting date
    This material document report is used to display the output for material document example,
    Plant TEST test plant
    Material TH1
    Description TEST MATERIAL
    Stock on 01/01/0000 0.000 PC
    Total Receipts 29.500 PC
    Total Issues 3.000- PC
    Stock on 12/31/9999 26.500 PC
    SLoc MvT S Mat. Doc. Item Pstng Date Quantity BUn
    TEST 101 5000003029 1 12/23/2009 1.000 PC
    This report similary you can use it as MMBE stock report but only difference is here also display the material document number , total stocks and issue.
    MB51 is used to display the Material document list based on the material and plant
    Not possible to view by material vise total receipt stock and issue calculation .
    this is only displayed material document number with respect to input parameter like material and plant.
    Material number vise sort out is not possible like total receipt and total issue calculations
    For example,
    Material Material Description Plnt Name 1
    SLoc MvT S Mat. Doc. Item Pstng Date Quantity in UnE EUn
    TH1 TEST MATERIAL TEST test plant
    TEST 101 10000019 1 02/03/2010 1.000 PC

  • Difference in UCCX historical reports

    'Agent summary report' is showing average talk time "00:02:45" and when I manually calcuate the average talk time from the report "Agent state detail report" (by adding the total talk time and dividing it with total number of calls) it gives me average talk time "00:02:42". What could be the logic of this difference.

    MB5B and MB51 is different report in material document list.
    MB5B - Stock on posting date
    This material document report is used to display the output for material document example,
    Plant TEST test plant
    Material TH1
    Description TEST MATERIAL
    Stock on 01/01/0000 0.000 PC
    Total Receipts 29.500 PC
    Total Issues 3.000- PC
    Stock on 12/31/9999 26.500 PC
    SLoc MvT S Mat. Doc. Item Pstng Date Quantity BUn
    TEST 101 5000003029 1 12/23/2009 1.000 PC
    This report similary you can use it as MMBE stock report but only difference is here also display the material document number , total stocks and issue.
    MB51 is used to display the Material document list based on the material and plant
    Not possible to view by material vise total receipt stock and issue calculation .
    this is only displayed material document number with respect to input parameter like material and plant.
    Material number vise sort out is not possible like total receipt and total issue calculations
    For example,
    Material Material Description Plnt Name 1
    SLoc MvT S Mat. Doc. Item Pstng Date Quantity in UnE EUn
    TH1 TEST MATERIAL TEST test plant
    TEST 101 10000019 1 02/03/2010 1.000 PC

Maybe you are looking for

  • Setup of page tiling

    Having trouble getting page tiling to match my artboard. Following the instructions for saving multiple pages into a pdf file I'm told to setup my artboard large enough to house all the pages (images in my case). I'm trying to paginate 4 images at 8.

  • Nokia x3-00 media player operation failed

    i updated my nokia x3-00 software and facing a problem regarding media player. whenever i start the media player it displays the message that OPERATION FAILED! please help me it doesn't plays the audio and the video files.. help me fast ican't afford

  • Customer late payment invoice

    Good morning I'm trying to fix minimum amount for calculation of customer late payment invoive, with different currencies using calculation on open item and not balance sheet , but it doesn't work, in customizing i set this program SAPLFI_INTVW and S

  • Genuine Leather case for iPhone 6 and iPhone 6 plus

    Hi, I'm looking for premium quality leather case for iPhone 6 and iPhone 6 plus. I don't want PU but genuine quality. Still would like not too expensive. All that I found so far are around hundred bucks. Could someone advice of brands for that catego

  • Adobe Photoshop Element 12 FREEZING on a Mac! HELP!

    I have Adobe Photoshop Element 12. I am trying to select a portion of a photo and drag it onto another but everything I try to select it my photoshop completely freezes. Also, when I try to move a layer it just bounces back to it's original position