Bapi to create quality notification with inspection lot and defects of char

Hello experts,
Can any body tell me how to create notification using inspection lot.
regards
Narendranath Reddy

Hi Narendranath,
Have you tried BAPI_QNOTIFICAT_CREATE? Based on inspection lot data, you should have the data you need to create a quality notification.
Good luck.
Best regards,
Guus
Edited by: Guus Jansen on Feb 2, 2011 10:05 AM

Similar Messages

  • Create Quality Notification With Default Initial Priority

    Has anyone found a way to configure a quality notification so that when the notification type is initially created it is automatically assigned a default priority?
    Thanks for any feedback.

    Thanks a lot for pointing me in the right direction.  This seems to be exactly what I need, as function module permits me to enter the notification type and the priority.
    Since I have never implemented a user exit (I am more functional than technical) can you provide steps on how to move forward?
    Thanks!

  • Weighted from quality score of chars. with Inspection Lots

    Dear QM Guru's.
    My question is about Quality Score with Inspection Lots.
    The Scenario:
    1. In a Quality master View in Material Master I use  the option number 05 of The Q-Score Procedure (Weighted from quality score of chars.)
    2. I use Inspection Points.
    3. I have 10 Inspection Points in a Characteristic.
    4. When I make the Usage desicion,  the Quality Score takes the last Inspeciton point.
    The questions:
    1. Why the  Quality Score  does take the last Inspection points, ?
    2. Is there a chance The Quality Score taking the average of all inspection points ?
    Thanks in advance.
    Federico

    This procedure calculates the quality score as the weighted average of the characteristic scores.
    The score for the characteristic is determined on the basis of the defect class score for the characteristic result. You define the weight of the characteristic in the inspection plan.
                                          Sum ( E_KQD(characteristic) * WEIGHT )
               E_KQD =                 ___________________________
                                                     Sum ( WEIGHT )
    With E_KQD (charac.):       Score for characteristic defect class.
                                  If the defect class is blank or zero,
                                 the result corresponds to the maximum
                                 allowed score.
         WEIGHTING:      Weight of characteristic according to
                                 inspection plan.
    Now
    As I understand It is Maximum allowed score which you have defined or the Avg one.
    If you want to have the Avg of all inspection points then Copy & modify  the function module   KQD_COPY_REFERENCE_FORM  ( originally KQD_FEATURE_CLASS_WEIGHTED )

  • Create quality notification using bapis

    Hi all
    i want to create quality notification(QM01) using bapi. I know bapi - BAPI_QNOTIFICAT_CREATE can be used to create that.  Using this i can create basic quality notifcation.But if you  go to transaction QM1, there are two more tabs  -  validity datetask and materialquantitydelivery date. How to populate these two tabs. Is any other bapi need for the same?

    I had to create a notification and fill Material , batch , product cat,Disposition , Reference , priority ,department , coding, description
    I had a reference notification and i used the foll code to create new noti.
            SELECT SINGLE zzprdcat zzdispos zzdivisn qwrnum refnum
                          priok qmcod qmkat qmtxt qmgrp objnr INTO
                    (gs_qmel-zzprdcat, gs_qmel-zzdispos, gs_qmel-zzdivisn,
                           gs_qmel-qwrnum, gs_qmel-refnum, gs_qmel-priok,
                           gs_qmel-qmcod, gs_qmel-qmkat, gs_qmel-qmtxt,
                           gs_qmel-qmgrp, gs_qmel-objnr)
                                  FROM qmel WHERE qmnum = gs_qmel1-qmnum.
            SELECT SINGLE parnr INTO (ihpa-parnr) FROM ihpa
                                        WHERE objnr = gs_qmel-objnr
                                        AND   parvw = 'AB'.
            PERFORM bdc_dynpro      USING 'SAPLIQS0' '0200'.
            PERFORM bdc_field       USING 'BDC_CURSOR'
                                          'RIWO00-QMART'.
            PERFORM bdc_field       USING 'BDC_OKCODE'
                                          '/00'.
            PERFORM bdc_field       USING 'RIWO00-QMART'
                                           c_qmart.
            PERFORM bdc_dynpro      USING 'SAPLIQS0' '7200'.
            PERFORM bdc_field       USING 'BDC_OKCODE'
                                          '=10\TAB02'.
            PERFORM bdc_field       USING 'VIQMEL-MATNR'
                                           gs_mseg-ummat.
            PERFORM bdc_field       USING 'VIQMEL-CHARG'
                                           gs_mseg-umcha.
            PERFORM bdc_field       USING 'VIQMEL-ZZPRDCAT'
                                           gs_qmel-zzprdcat.
            PERFORM bdc_field       USING 'VIQMEL-ZZDIVISN'
                                           gs_qmel-zzdivisn.
            PERFORM bdc_field       USING 'VIQMEL-ZZDISPOS'
                                           gs_qmel-zzdispos.
            PERFORM bdc_field       USING 'VIQMEL-QWRNUM'
                                           gs_qmel-qwrnum.
            PERFORM bdc_field       USING 'VIQMEL-REFNUM'
                                           gs_qmel-refnum.
            PERFORM bdc_field       USING 'VIQMEL-PRIOK'
                                           gs_qmel-priok.
            PERFORM bdc_field       USING 'BDC_CURSOR'
                                          'DIIHPA-I_PARNR'.
            PERFORM bdc_field       USING 'DIIHPA-I_PARNR'
                                           ihpa-parnr.
            PERFORM bdc_field       USING 'RQM02-PARNR_VERA'
                                           sy-uname.
            PERFORM bdc_dynpro      USING 'SAPLIQS0' '7200'.
            PERFORM bdc_field       USING 'BDC_OKCODE'
                                          '/00'.
            PERFORM bdc_field       USING 'BDC_CURSOR'
                                          'VIQMEL-QMCOD'.
            PERFORM bdc_field       USING 'VIQMEL-QMGRP'
                                           gs_qmel-qmgrp.
            PERFORM bdc_field       USING 'VIQMEL-QMCOD'
                                           gs_qmel-qmcod.
            PERFORM bdc_field       USING 'RIWO00-HEADKTXT'
                                           gs_qmel-qmtxt.
            PERFORM bdc_dynpro      USING 'SAPLIQS0' '7200'.
            PERFORM bdc_field       USING 'BDC_OKCODE'
                                          '=BUCH'.
            PERFORM bdc_field       USING 'BDC_CURSOR'
                                          'VIQMEL-QMCOD'.
            PERFORM bdc_field       USING 'VIQMEL-QMGRP'
                                           gs_qmel-qmgrp.
            PERFORM bdc_field       USING 'VIQMEL-QMCOD'
                                           gs_qmel-qmcod.
            PERFORM bdc_field       USING 'RIWO00-HEADKTXT'
                                           gs_qmel-qmtxt.
            CALL TRANSACTION 'QM01' USING bdcdata
                            MODE gc_mode
                            MESSAGES INTO messtab .
    Thanks

  • Goods movement with Inspection Lot

    Hi
    We would like to do a Material to Material posting including the earlier created inspection lots for the initial material?
    Is it possible in QM to transfer /link an inspection lot with batch from one material to another material?
    Ex: one material has inspection stock with assigned inspection lot/batch. we would like transfer posting this stock to other material. Is it possible by transfer the inspection lot from one material to other material with inspection lot/Batch?

    Hi,
    We can trasfer the stcok from one material to another material from Quality lot itself , but we cannot assign one lot to two materials. If you want inspection lot in receiving plant then activate 08 inspection type in Material Master and maintain inspection settings for 331 M.Type in SPRO.
    Regards,
    Vikas.

  • Quality certificate -  Delivery ,Inspection lot

    Dear guys,
    Hope every one is doing well
    Here is my question, this is the first time i am working on Quality certificates
    From sap help came to know that
    For Quality certificate for Delivery we need to create a certificate profile , forms that is lay out and contents of the certificate
    and we need to assign to material and sales organization or customer
    Thats clear for me, but also we need to define the output type as LQCA and LQCB if it is ship to party or sold to party
    so i belive that when ever delivery Inspection lot UD is done Quality certifiacte is printed according to certificate profile and output type
    i belive that the charactersitics of the inspection lot also printed in the Quality certificate
    system gets the information from certificate profile , in the charecteristic assignement
    just please someone help me that my understanding is correct
    Also i need to know if i want to print Quality certificate for inspection lot how do i set the output type as there is nothing like LQCA,LQCB for inspection lot
    please help me what setting i need to do for printing inspection lot Quality certificate
    Thanks in advance
    Raj

    Dear kaushik,
    You are great, its just nice and happy to see my first inspection lot print out
    thanks a lot
    Just another Quick question regarding vendor Quality certificate, there is a requirement that vendor certificates to be scanned and uploaded in sap optical archive link
    is there any standard transcation in sap , is there any customization need to done in functional point of view , or i need to work with abaper to create a new transcation code to upload
    Throw some lights
    Thanks
    Raj

  • Reverse a Return Delivery with inspection lot posted (QM)

    Hello experts,
    I want to reverse with transaction VL09 a good movement of a return client delivery with inspection lot. I posted the inspection lot and transferred the material to Unrestricted use (transaction QA11).
    Then I began the cancel Return Process and I transferred the material to Quality (movement type 322) to run VL09 with material in Quality stock, but the system displays  the following error message:
    You cannot cancel GR, since inspection lot is already partly posted
    Message no. QA046
    Diagnosis
    You are attempting to reverse a goods receipt although quantity postings have already been made from the inspection lot. This means that stock for the goods receipt has already been transferred and, for this reason, a cancelation of the document is no longer possible.
    Procedure
    Ensure that the postings in QM (within the usage decision transactions) are carried out.
    Please let me know what can I do to reverse the return delivery.
    Thanks in advance.
    Pablo

    You are trying to do the process which you ahve already transferred through Transaction QA11.
    The role of Cancel return Process has already been done by this transaction as the Stock has already been into Un- restricted.
    Best Regards,
    Ankur

  • Create Quality Notification

    Hi,
    I want to create quality notification  and print the same in a report.
    there is a BAPI , which is not useful in my case, as i have to give batch, order,matnr, long text etc fields.
    can anybody give some FM to create a QNotification.
    and I want to print the notification from the program.
    How to print the notification from the program.
    Regards,
    K.K

    Hi,
    BAPIs for quality notifications
    BAPI_QNOTIFICAT_CREATE Create Quality Notification
    BAPI_QNOTIFICAT_GETCATALPROFIL Determine Catalog Profile for Quality Notification
    BAPI_QNOTIFICAT_GETKEYFIGURES Determines Existing Quality Notifications
    BAPI_QNOTIFICAT_GETLISTFORCUST Select Quality Notifications for a Customer
    BAPI_QNOTIFICAT_GETMATLISTFCUS Select a Customer Material List for Quality Notifications
    Use the one that matches ur requirement.
    Regards,
    Ramya

  • QM Manual Inspection Lot - with Inspection lot origin 89

    Hi QM Guru,
    I did maintain inspection type 10 in this material but while i would like to create the inspection lot manually.
    I try to create manual inspection lot manually , i encounter this error with Inspection lot origin 89.
    No valid inspection type for material 10000037 was found or selected
    Message no. QA280
    Diagnosis
    An active inspection type for the material 1XXXXXXX in plant XXXX could not be found for the specified origin 89 or none of the available inspection types was selected.
    System Response
    Inspection lots cannot be created.
    Procedure
    Check the inspection type setting in the material master.
    Is there anything which i missing ?
    Thank you.

    Hi,
    I hope you have got the answer for this query. You get this error because you are trying to create a manual inspection lot (origin 89) of a material for which Inspection type 89 is not activated.
    From your statement,
    I did maintain inspection type 10 in this material but while i would like to create the inspection lot manually.
    I try to create manual inspection lot manually , i encounter this error with Inspection lot origin 89.
    It is clearly stated that you are using different inspection types. As Rama has suggested, activate Inspection type 89 in the material master and make corresponding master data.
    Other than that, you cannot create manual inspection lot for the origins 10, 11, 12, 13 & 14. Similarly, Automatic inspection lots cannot be created for origins 07, 15 & 89. This answers your further query raised in the thread.
    ntn

  • PROBLEMS CANCELING MOVEMENTS WITH INSPECTION LOT

    We have this situation:
    We need to reset the GD returns but this GD returns was posted by QM and when we try to cancel in VL09 we meet the next message Message no. QA046.
    So we tried to cancel in other ways with the inspection lot and the usage decision but it has not been possible to restore movement.
    We found the note 175842 and we have implemented the program RQEVAC50 but, when we useit we meet the message M7226
    We checked the movement Z55 and its opposite Z56. I suppose its standard movement is the 651 and 652 and I compared the customizing of them. They can be similar it just the movement Z55 and Z56 are prepared to be posted by QM and special stock E and Q.
    The movement that we need to reset with the program RQEVAC50 is:
    We have tried to use the program for a movement 101 and it worked well (5000795975).
    We tried to test with a return delivery with Z55 movement in another environment and the program worked correctly so we think the customizing of the movement Z55 is correct.
    We think the problem is when the usage decision creates some movements or we use some of the next fields in the usage decision:
    In our case the movements are 321 and Z56.
    But when the movements are the standards 321 and 553 program doesn’t work because we meet the next message again M7096
    Program doesn’t work because we meet the next message again:
    What can we do? could you check thi situation and tell us anything, please?
    Kind regards

    hi,
    check these tables for <b>results</b> entered through lot
    QAKL
    QAMR
    QASE
    QASR
    if they have used <b>inspection points</b> check this table QAPP
    for i<b>nspectionlot</b> check table QALS
    hope this helps !!!
    Cheers
    Alfred

  • Any Function module/BAPI to create Service Notification wrf to Contract

    Hi Experts,
    Is there any BAPI/FM to create service notification with reference to Contract.
    Thanks & Regards,
    Vishnu Priya

    .

  • Steps to create Quality Notification

    Hi,
    Can anyone let me know the steps involved and the process to create Quality Notification.
    Regards,
    Ram

    Hi ,
    Ram hope this helps you in creating the QN .
    <b>Creating a quality notification</b>:
    1.Choose Logistics-> Quality management -> Quality notification->  Create.
    2.Enter the notification type and then choose Enter.
    <b>Notification types:</b>
    Q1 - Customer complaint
    Q2 - Complaint against vendor
    Q3 - Internal problem
    Another dialog box may be displayed before the notification is created, depending on how the quality notifications were customized. If a dialog box is displayed, you may have to enter additional reference information (for example, a material, sales order or delivery).
    <b>Creating a user-specific quality notification</b>
    1.Choose Logistics -> Quality management -> Quality notification -> Create.
    2.Enter the notification type and then choose Enter.
    To be able to create a user-specific notification, you must specify a user-specific notification type that has been predefined in Customizing.
    <b>Creating a quality notification with reference</b>
    1.Choose Logistics -> Quality management -> Quality notification-> Create.
    2.Enter the notification type.
    3.Enter the number of the notification you want use as a copy model and choose Enter
    To reduce the amount of data that you need to enter, you can use an existing quality notification as a copy model. You can use any notification type as a copy model, regardless of the notification type for the new notification.
    When you save the new quality notification, the notification you used as a copy model is saved at the same time in the notification. This means that you can later select the quality notifications that were created using certain references.
    <b>Changing a quality notification</b>
    1.Choose Logistics-> Quality management -> Quality notification -> Change.
    2.Enter the number of the notification you want to change and choose Enter.
    Make the necessary changes to the notification and then save the data
    If you have further queries please do write .
    cheers
    kp

  • BAPI for creating scheduling agreement with reference to Contract agreement

    Hi All ,
    Can anyone please suggest if there is any BAPI for creating scheduling agreement with reference to the contract agreement number.
    Thanks for your help.
    Vadivukkarasi

    Hi,
       Check this BAPI <b>BAPI_AGREEMENT_MAINTAIN.</b>
    check these
    BAPI_CUSTSCHEDULAGREE_CONFDELV Customer Sched. Agreement: Confirmation of Delivery; Document Flow Upd
    BAPI_SALES_DEL_SCHEDULE_CREATE BAPI for creation of releases in scheduling agreements
    Regards

  • Need     RFC/BAPI    to create Delivery Order  with respect to  Sales Order

    Hi Gurus ,I'm   new  to  AB AP  Language   to be  working  in company
    so  can anyone  tel  me   FM/BAPI   to create  Delivery  order  with respect to  sales order(va01,vl01n)
    Any  sugg.. will appreciate  u.........
    Thanks in Advance...........

    Hi,
        Try this BAPI
    BAPI_SALESORDER_CONFIRMDELVRY
    Regards
    Bala Krishna

  • QM01 - Add Production Order field to Create Quality Notification

    Hi all SDNers,
    I have searched and found many threads related to my question BUT I'm new to this and I don't know how to implement in detail.
    Would you please guide me step by step adding a field into a standard TCode?
    My requirement is to add the Production Order field (VIQMEL-FERTAUFNR) to the Create Quality Notification (QM01) Tcode under the 1st screen in Reference Documents section of the Reference Objects tab.
    The program is SAPMQM00 and screen number is 3011.
    Thanks,
    Khanh

    Hi all,
    I used the screen number 0140 in program SAPLQM03 as the initial screen before creating Notification type Q2.
    Use SPRO:
    Quality Management --> Quality Notifications --> Notification Creation --> Notification Type
    --> Define Screen Templates --> Define Initial Screens
    Then use Function Module QM03_CREATE_QMEL_WITH_WINDOW and screen 0140 above to configure.
    Hope this will help others.
    Regards,
    Khanh

Maybe you are looking for