Inspecyion lot for delivery item

Hi Experts,
Please help.
I have created sales order. Then created Production order with reference to that sales order. Processed poduction order. Stock posted to QM stock. Done Result recording & UD. Stock posted to Unres.use stock. Now I want to quality inspect for delivery item of same sales order.and want to create quality certificate. What are setting require.
Please tell step by step.

Dear Raja,
Adding to Shyamal answer for Inspection for delivery you may have to do these steps also
1) SPRO > QM> Quality Inspection > Inspection lot creation > inspection at shipping > Assign inspection type to delivery type> assign inspection type 10 to the delivery type you need the inspection
2) Maintain customer info Record. QV51 which is a customer ,material combination. You can specify whether or not an inspection lot is created before or after the goods are shipped, or whether the quality inspection will be carried out by the customer.Also you can maintain default customer specifications for a customer or customer information records for customer/material combinations
3) Maintain 10 inspection type in MM02.
4) Create the inspection plan using the relevant Usage
Hope this helps
Regards
gajesh

Similar Messages

  • Goods Issue error - batches not defined for delivery item

    Hi,
    We are getting a Goods Issue error  u201CThe batches are not defined for delivery item 000010u201D.   We are only getting this error for a material that is being shipped against a particular third party sales scheduling agreement.  We went live in 2007 and we had no issues, but when we had to create a new Sched Agreement this year, for third party sales, we started to get this error.  However, if we re-activate the old scheduling agreement we do not get the error.  We have a batch job that executes the following steps:
    1.     VL06IG (collective goods receipt)
    2.     VL10 (collective delivery)
    3.     VL06O (collective GI)
    We have compared the 2 scheduling agreements and see no difference.  We are assuming it has something to do with how the scheduling agreement was setup, but are not sure.  Any suggestions on how to correct this problem would be much appreciated.
    Thanks in advance,
    Helen

    Dear Murali,
    The material has not changed at all.  I'm not sure what you mean by maintaining batches while receipt of the material.
    If I re-open the old scheduling agreement, we do not get the error message.  However, as soon as we use the new SD scheduling agreement, we get the error.  We are using the same material master on both scheduling agreements.
    Thanks,
    Helen

  • Valuation type is not defined for delivery item 000010 (help me)

    hi
        when i  post goods issue in delivery it is  giving error "Valuation type is not defined for delivery item 000010"
    even i have assigned material to valuation class and valuation category , but till it is giving error . plz helm  out

    Hi,
    you need to assign proper G/L accounts in OBYC for your plant/gen modification key/valuation class
    Go to your material master..check the accounting view.See whats the valuation class.
    Now go to OBYC - GBB
    here for the combination of your plant & modification key VAX, VAY & VKA & your valuation class give the resepective G/L accounts.
    this should solve your problem.
    thanks

  • GRN With 2line items(material,batch same)one inspection lot for 2line items

    Dear Experts
    As and when we make a GRN with 2 line items and same batch number we enter no. of containers differently but only the number from the first line item is flowing into the Inspection lot origin.We are creating only one inspection lot for 2 line items as the batch number is same for the items.
    1. In material master i have given 01 inspection type ( with control inslot.. Each material document,batch, storage location) :---
    this is the reason system is creating only one inspection lot.
    i am entering manually same batch number for 2line items...
    Here my problem is ... while giving UD... SYSTEM IS PICKING ONLY FIRST LINE ITEM NO.OF CONTAINER... IT HAS TO BE BOTH LINE ITEMS CONTAINERS.... IT IS PICKING BOTH LINE ITEMS QUANTITY... NO.CONTAINER ONLY IT IS NOT PICKING....
    Waitting for  experts reply

    Hi,
    As per your query if you put in MM forums then you will get the reply immly.
    Anil

  • Sap script for Delivery(item wise)

    Dear ABAPer's ,
        I am working on a SAP Script for Delivery(<b>Item wise</b>).The requirement is I need a print out for each line item in a delivery.I am using tcode VL71 for taking prinout.
    I have modified the routine <b>RVADDN01</b> according to my requirements.But the problem is i am not able to capture
    which line item is selected.Whichever lineitem i select it is giving the details of all the line items.
    Am I using the correct routine or someother routine is available for item wise details.
    Please clarify.

    hi SAP ,
    u have selected right one , Just Debug the script from which text Element u are getting the data into Form, then check ur Logic.
    Regards
    Prabhu

  • Issue output options for reprinting output for delivery items

    Hi Gurus,
    I want to create the new output for delivery but at item level.
    There is a standard proceduere available for trigger output at item level.
    But I am not able to find the option to re-issue or see the print preview as that is not option is available in the standard menu at VL02N.
    Due to this I am not able to debug the code as during triggering the output at item level both the program and script are called in background.
    So is there any standard option available at item level to see the print preview as we can at header level.
    If you requried any additional information then please let me know. Eagerly waiting for the reply.
    Regards,
    Sagar

    Hi Arun,
    Yes I want output to be trigger at the item level in the delivery.
    If i tirgger the output that output at item level, i see the ouput as green (ie successful)
    but when i got menu and try to issue to output i do not see this output type in the list and shows all header output types only..
    Due to this i am not able to debug my program when doing print preview..
    So i need a way where i can see the my program in debugging mode.
    And VT70 is not useful to me i do no shippment no. but I have only delivery with me.
    Regards,
    Sagar

  • BAPI to Update Country of Origin for Delivery Item

    Hello All,
    I have a requirement as follows.
    For an Outbound delivery item (VL02N), I need to update the 'Country of Origin' (EIPO-HERKL). This will come in 'Origin/Destination/Business' tab under 'Foreign Trade /Customs' tab for the delivery item. Could anyone please tell me if there is
    a BAPI to do the same.
    I think this country of origin is not the country of origin for the material, because even if the material is having a value for country of origin in material master, the same is not reflecting in the delivery.
    Thanks and Regards
    Indrajit

    Hi,
    Try using the FM ''EXPIMP_POSTING".
    Refer to the sample code.
    PARAMETERS p_deliv TYPE vbeln.
    DATA: lt_xeikp TYPE STANDARD TABLE OF eikpvb,
          lt_xeipo TYPE STANDARD TABLE OF eipovb,
          lx_xeikp TYPE eikpvb,
          lx_xeipo TYPE eipovb,
          lv_exnum TYPE exnum.
    SELECT SINGLE exnum
           FROM likp
           INTO lv_exnum
           WHERE vbeln = p_deliv.
    lx_xeikp-exnum = lv_exnum.
    APPEND lx_xeikp TO lt_xeikp.
    lx_xeipo-exnum = lv_exnum.
    lx_xeipo-expos = '000010'.
    lx_xeipo-herkl = 'US'.
    lx_xeipo-updkz = 'U'.
    APPEND lx_xeipo TO lt_xeipo.
    CALL FUNCTION 'EXPIMP_POSTING' IN UPDATE TASK
      TABLES
        fxeikp = lt_xeikp
        fxeipo = lt_xeipo.
    COMMIT WORK.
    Thanks,
    Indrajit

  • QM Lot for Defect Items

    hi guys,
    Inspection lot for FERT were created, results recording was done for the lot qty (20 Nos), and 18 nos were accepted.
    For the balance 2 nos defects recording was done and notification was raised (q3), then qm order was raised via notification.
    my problem's are
    when will be new lot created for balance 2 nos?
    how to confirm the qm order?
    i.e, some consumbles and activity (Lbr hrs) were used, i need to confirm the same and close the order,
    pnts will be given
    tks
    murali

    Are we talking about an 04 lot?  If so, you would post the 18 to unrestrcited and the other two to "Other material" where you would post it to another batch.
    Craig

  • Clear inspection lot for defect items

    Hi All,
    What is the process if i found the inspection lot have defect
    how do i create the notification .and result. after moved it to blocked stock.
    how can i close the nodification and change the result and do the ud for the lot.

    Hi
    What is the process if i found the inspection lot have defect
    If inpsection lot have defect then,You can go to defect recording & record the defect against operation or nspection lot or against a MIC.
    Every Defect has defect class which will decide whether the notification os to be kept open or close after UD is taken.
    This is part of customization.
    how do i create the notification .and result. after moved it to blocked stock.
    While creating inspection type in customization through QCC3--> Inspection lot creation >Idefine insp types->say 01 inspection type here maintain F2 type of defualt notification which will trigger after defect is recorded.
    You can record the results.Then from UD stock posting screen in QA11/QA32 you can post material to block stock.This is also possible through action box of notification.
    how can i close the nodification and change the result and do the ud for the lot
    Once Defect are reorded you can go to notification.Assign the Tasks to Users.Complete the tasks ^ sucessfuly close it.Check the status of all task must be TSCO TSSC.
    You need not to change the results recorded again after material is OK as this is First yield of the lot.
    Then move material form Block stock through notification. & close the notification.
    I hope this will help
    Regards
    Sujit

  • ASCP: Lot for Lot at item level.

    Hi All,
    In ASCP plan we can enable lot for lot but do we have the same option at Item-org level.
    I don't want ASCP to aggregate the planned orders for some of the items in the plan.
    Regards
    RS

    Sorry - there is no way to selectively disable lot-for-lot for some items.
    It is all or none.

  • Unable to create delivery for BOM items not in stock??

    Hi Experts,
    We have created a sales order with Parent item and its 3 BOM items, with pricing doen at BOM items. Of the three BOM items, stock exists for only 1 item. When we are trying to create the delivery, it is bringing only the stock item in delivery overview and not the items without stock. We would like:
    1. System to bring all the items while creating delivery. It may not permit picking and PGI till the stock is brought in system.
    2. System to not allow creating delivery till stock exists for all the required items.
    For the non-stock items, system is not allowing to carry out the availability check also. It can give a future date and confirm the quantity for future delivery!!
    Please provide your expert opinions asap. Points would be awarded to all helpful answers.
    Regards,
    Peeyoosh.

    Hi Peeyoosh,
    had you a look at the customizing of your item categories for delivery? Did you use the standard item category TAN? Perhaps the customizing of "availabilty check for delivery item" and "Check quantity 0" in your category for delivery will bring you forward.
    Regards Thomas

  • Text Determination  - Delivery Items

    Dear Friends,
    I have configured text determination for delivery items for entry of "Case Number", in delivery.
    The text has been kept obligatory, because of which the delivery cannot be issued is text is not entered.
    This works fine when I use transaction VL01N to create delivery. I am facing problem when deliveries are created through VL10A.
    Suppose a single sales order creates three deliveries. All the three deliveries are saved. Now I use transaction VL06 "For Picking" I get a list of all the three deliveries. Now when I select all three deliveries & goto inside first delivery, & check incolpletion log, the log fails for the first delivery. But for next deliveries it works fine.
    This is really amazing.
    Can you please help me in resolving this issue.
    Regards,
    Dhananjay

    Hi,
    Did you make text as mandatory in VOTXN?
    I suggest you use user-exit to check the text field, when a delivery is saved by the system. This way, you can verify the all the deliveries, when it is created either in foreground or back ground.
    I am not sure why, but many enhancements works good in the foreground but in background not working properly.
    Regards,

  • Miro for delivery cost

    Hi Experts,
    In miro when logistic invoice is booked for goods/service there is a link with GR document.
    Ref doc field gets updated with GR mat doc also the delivery note field gets populated.
    But when logistic invoice is booked for delivery cost no link with GR found.
    Ref doc field not getting updated, no delivery note or bill of lading field gets updated.
    Please suggest wheteher any customization is missing, or how to achieve the same.
    Regards,

    no it is only picking for goods item for delivery item it is blank
    in PO gr based IV is ticked, also in vendor master
    rgds

  • Pinting Delivery Item level text in logon langauge

    Hi ,
    I have 1 requirement in Existing script which is maintained in different languages ,  where I have to print the Delivery Item level text in Script to user Logon Langauge.
    Normally Delivery Item level text for the Table control comes from MAKT table at the Item level .The user can change this text at Item level in VL02N  ( Delivery Change ) Transaction and this changed text will be saved in LIPS-ARKTX field.
    Step1:- Suppose I have 1 delivery   50000100 and 2 items 00010  & 00020 , Mat1 & Mat2 are the corresponding Material Numbers.
    for the Mat1 the corresponding text in ( langauge = EN )  MAKT table is    mat1_From_MAKT_text.
    for the Mat2 the corresponding text in  ( langauge = EN ) MAKT table is    mat2_From_MAKT_text.
    now the user1 is login EN langauge and changed Delivery Item level text in VL02n / VL01n for Item no : 00010 to My_Delivery_text  ( from the default value mat1_From_MAKT_text ) . and saved the delivery successfully.
    now for the material Number Mat1 the text in MAKT table ( langauge = EN) is  mat1_From_MAKT_text.
    For Delivery Number : 50000100, Item : 00010 , Material Number : Mat1 , the Field ARKTX value is  My_Delivery_text. (LIPS-ARKTX ).
    Step2 :- User2  is login DE ( GERMAN) langauge and print or issue output for this Delivery Number : 50000100, then the Material text should be translated to DE Langauge from the EN ( in this lang user entered text for Delivery item and saved ) and able to print.
    Here I have 5 similar langauges to print even the user saved text in vl02n but the same or different user login in different langauge and should able to see the translated text in the current user login langauge.
    Is there any standard Function module to translate text from Source language to target language ?
    Please help / possible solutions to solve this problem..
    Thanks
    Parvathi
    Edited by: I Parvathi on May 19, 2011 5:22 PM

    Hi
    As per my understanding you can try se63 option ..

  • GR of Delivery completed item not possible for line item of PO/SA ?

    Hi,
    Am unable to Receive Goods in MIGO an Error - "GR of delivery completed item not possible for line item of PO/SA"?
    Regards
    Mohammed Khaja Pasha
    +919550917395.

    Hi Mohammed Khaja Pasha ;
    Delivery Completed checkbox provides a lot of fonctionality like an additional delivery is not expected, but is possible. If you prevent posting of migo , you can benefit from system messages M7 163 and 254.
    You want to ensure that the delivery is made before the planned delivery date : Set message 254.
    You want to ensure last possible delivery date : Set message 163.
    However ;
    The open PO quantity of the PO item equals zero.
    The PO item is no longer relevant for materials planning.
    The PO item is ignored when letters urging delivery of overdue goods are generated.
    The PO item can be deleted and archived.
    You can specify whether the Delivery Completed checkbox is to be selected automatically.
    Regards.
    M.Ozgur Unal

Maybe you are looking for