Consignment pick up create inspection lot

Hi There,
We want to create a inspection lot when posting goods receive coming from a customer consignment stock.
We use the standard movement type 632 to get the stock back from the consigment stock.
I did not find a way to create an inspection lot using this movement type.
Compared to movement type 651 which is used in RE creates an inspection lot.
Any ideas?
Thanks
Carlo

For movement type 632, I dont think, an inspection lot will be created since you are taking the goods back from your own stock.
Nevertheless, you can try with this option by assigning the inspection type 06 to your return delivery type in the following IMG path
Quality Management > Quality Inspection > Inspection Lot Creation > Inspection at Shipping > Assign Inspection Lot Origin to Delivery Type. 
G. Lakshmipathi

Similar Messages

  • Problem to creating Inspection Lot

    Hi,
    I am creating inspection lot using fm as mention below, with inspection type '89'.
    call function 'QPL1_INSPECTION_LOT_CREATE'
    exporting
    qals_imp = l_qals
    rmqed_imp = l_rmqed
    importing
    e_prueflos = l_prueflos
    e_qals = l_qals
    subrc = l_subrc.
    if sy-subrc = 0.
    Update memory stack for actual posting...
    call function 'QPL1_UPDATE_MEMORY'
    exporting
    i_qals = l_qals
    i_updkz = 'I'.
    Post lot to DataBase...
    call function 'QPL1_INSPECTION_LOTS_POSTING'.
    call function 'BAPI_TRANSACTION_COMMIT'
    exporting
    wait = 'X'
    IMPORTING
    RETURN =
    I am getting message, Inspection lot created successfully. But unable to view the Inspectionlot in QALS table. or Is there is any other process to create Inspection lot.
    Will you help to solve this problem.
    Thanks & Regards,
    Srini

    Hi,
    Check this .
    wa_rmqed-dbs_flag = 'X'.
    wa_rmqed-dbs_edunk = 'X'.
    wa_rmqed-dbs_fdunk = 'X'.
    wa_rmqed-dbs_noerr = 'X'.
    wa_rmqed-dbs_nowrn = 'X'.
    wa_rmqed-dbs_nochg = 'X'.
    wa_rmqed-dbs_steuer = '01'.
    WA_QALS-MANDANT = SY-MANDT.
    wa_qals-WERK = 'XXXX'.
    WA_QALS-HERKUNFT = '89'.
    WA_QALS-MATNR = '000000000000111111'.
    WA_QALS-LOSMENGE = '1'.
    WA_QALS-PASTRTERM = SY-DATUM.
    WA_QALS-CHARG = 'Test123456'.
    WA_QALS-PLNNR = 'FORMULA1'.
    WA_QALS-PLNAL = '1'.
    WA_QALS-PPLVERW = '3'.
    WA_QALS-STAT01 = 'X'.
    WA_QALS-STAT20 = 'X'.
    WA_QALS-PLNTY = 'Q'.
    WA_QALS-PLNNR = 'FORMULA1'.
    WA_QALS-PLNAL = '1'.
    WA_QALS-CHARG = 'AB78654'.
    CALL FUNCTION 'QPL1_INSPECTION_LOT_CREATE'
    EXPORTING
      qals_imp              = wa_qals
      rmqed_imp             = wa_rmqed
    IMPORTING
      E_KZSKIPLOT           =
       e_prueflos            = gv_prueflos
      E_QALS                =
       subrc                 = gv_subrc.
      E_SKIP_TO_STOCK       =
    IF gv_subrc = 0.
      COMMIT WORK.
    ENDIF.
    WRITE 'ABCD'.
    Ashutosh

  • FM to create inspection lot same as in QA01

    Hi Experts,
    I need a function module to create inspection lot as in QA01.  Can you please help?
    Thanks,
    Vitz

    Hi vitish I will refer you to this wiki ..  created by Arpit shah
    http://wiki.sdn.sap.com/wiki/display/Snippets/FMforAutomaticInspectionLot+Creation
    According to the wiki
    the FM you are looking for is
    QPL1_INSPECTION_LOT_CREATE
    Also a BAPI for the same
    CO_QM_INSPECTION_LOT_CREATE.
    Also a forum entry for the same
    Inspection Lot creation Problem using FM QPL1_INSPECTION_LOT_CREATE
    Br
    Manthan.

  • How to create inspection lot manually without using QA01 Transaction code?

    Hi,
    Please anybody give procedure for creating Inspection Lot Manually without using Transaction Code QA01

    Hello, Srinivas,
    If you want another T code only then you can try QA01A.
    or you can create a Physical Sample with QPR1 and then click on the button there to create inspection lot. To create inspection lot for that Physical sample (you will able to see that button only after releasing the sample) Or you can use QPR5.
    But let me know the reason why you want T code other than QA01.
    Regards,
    Shyamal

  • BAPI to create inspection lot

    Hi,
    Someone know if exists an standar BAPI or function to create an inspection lot?
    Many thanks!!

    Hi,
    try these....
    Function group                 Function group short text
    Function Module Name           Short text for function module
    COQM                           Create inspection lot from order
    CO_QM_INSPECTION_LOT_CREATE    Create inspection lot from order
    CPCC_BUS1191                   BAPIs for Inspection Plan
    ALE_INSPECTIONPLAN_CREATE
    BAPI_INSPECTIONPLAN_CREATE     Create Inspection Plan
    CPDMDATACOLLECTOR2
    C_PDM_INSPECTIONPLAN_CREATE
    QMHU
    QMHU_INSPECTION_LOT_CREATE
    QPL1
    QPL1_INSPECTION_LOT_CREATE
    QPLEXT
    QPLEXT_INSPECTION_LOT_CREATE
    Arunima

  • Creating inspection lot  in REM

    Hi
    In REM(Repetitive Manufactruing) Scenario: 
    Is their any possibility to create an inspection lot.
    1) At the first GR and no more at subsequent GR or;
      2) at each GR?
    Thanks in advance
    Saravana

    Hi kumar
    if you want to create inspection lot for REM then following are the settings
    1. inspection type 13 for inprocess check for repetative with task list selection
    2.  maintained inspection characteristics in rate routing for which you want to maintained inspection.like inspection point
    3. Inspection creation by tcode MFPR which creates inpsction lot for your production version. manually,
    Regards
    Pravin

  • Create Inspection lot at 'Network - Activity' level

    hi all,
    We are having a requirement to see if there's a possibility to Create inspection lot at 'Network - Activity' level for activities that are "In-house" processing. So that the user can record the Inspection information against a Network - Activity.
    Ex - Network Activity:
    1)Plate cuttingu2014 Inspect cut edges 
    2)Welding - Inspect Weld joint 
    3)Rolled tube - Check Inner diameter

    Any suggestions plz!!.

  • Creating Inspection Lots

    I need to create inspection lots using FM. I have the matnr and charg available. How to use this FM to create inspection lots?
    CALL FUNCTION 'QPL1_INSPECTION_LOT_CREATE'
      EXPORTING
        qals_imp              =
        rmqed_imp             =
    * IMPORTING
    *   E_KZSKIPLOT           =
    *   E_PRUEFLOS            =
    *   E_QALS                =
    *   SUBRC                 =
    *   E_SKIP_TO_STOCK       =

    We have created a function which creates inspection lots based on some Z-tables we have. The FM you mention creates the inspection lot but just stores it in memory. It is necessary to update table QALS. Here's the interesting part of the code we're using:
    LIKP data:
    MOVE ztaf07-proveedor TO l_likp-lifnr.
    MOVE ztaf07-cliente TO l_likp-kunnr.
    MOVE ztaf07-cliente TO l_likp-kunag.
    SELECT SINGLE vkorg FROM vbak
    INTO l_likp-vkorg
    WHERE vbeln = ztaf07-vbeln.
    IF sy-subrc <> 0.
    MOVE sy-subrc TO l_subrc.
    EXIT.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    LIPS data:
    MOVE ztaf08-matnr TO l_lips-matnr.
    MOVE ztaf08-werks TO l_lips-werks.
    MOVE ztaf08-c_fact TO l_lips-lgmng.
    MOVE ztaf08-vrkme TO l_lips-meins.
    MOVE ztaf08-charg TO l_lips-charg.
    MOVE ztaf07-fecha TO l_lips-mbdat.
    TVLK data:
    MOVE '89' TO l_tvlk-qherk. "Lot creation without reference
    CALL FUNCTION 'QAAT_SD_LOT_CREATION'
    EXPORTING
    i_kuwev = l_kuwev
    i_likp = l_likp
    i_lips = l_lips
    i_tvlk = l_tvlk
    IMPORTING
    e_prueflos = l_prueflos
    E_TEILLOS =
    EXCEPTIONS
    x_no_origin = 1
    OTHERS = 2.
    IF sy-subrc <> 0.
    MOVE sy-subrc TO l_subrc.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ELSE.
    MOVE l_prueflos TO l_lipsvb-qplos.
    MOVE 0 TO l_lipsvb-qtlos.
    MOVE 1 TO l_lipsvb-updkz.
    APPEND l_lipsvb.
    CALL FUNCTION 'QAAT_SD_LOT_POSTING'
    TABLES
    t_lips_tab = l_lipsvb.
    IF sy-subrc <> 0.
    MOVE sy-subrc TO l_subrc.
    ENDIF.
    COMMIT WORK.
    ENDIF.

  • Create Inspection Lot for Serial Number

    Hello,
    Is it possible to create an Inspection Lot and associate it to a Serial Number right away.
    I've done a process were I've change the Material and Serial Number of my equipment, so now the old inspection lot is not usefull no more and I would need to have a new inspection lot so that the movement to place the stock on unrestricted is cone for the new inspection lot.
    Or is that any other way to do this???
    Thanks in advance.
    BMO

    Atul,
    The inspection lot is created when the mobile is delivered from client and dismantled, and my stock gets increased for the returned material - that stock remains in Quality.
    Later when the Usage Decision for the Inspection Lot is given (depending on the selection) my stock passes from quality to unrestricted, and this is the normal process without issues.
    Possible exception:
    If in the midle of the process I've to change the serial number for this mobile or to change the Material + serial number, the first Inspection Lot created is not helpfull to me because I can´t change there the Material or serial number. So the Usage Decision would be given for the old serial number, isn't it?
    Today I found a Ztransaction that is used to create Inspection Lot. In the first step the material, goes in the warehouse in Quality and in the second step, when the Usage Decision is given, the stock passes from Quality to Unrestricted.
    For the substitution Material / Serial number everything is correct, but for the first one it's not, should this obsolete stock goes to scrap?
    Thanks,
    BMO.

  • Create Inspection Lot

    Hi,
    In my program, I want create an inspection lot with Function 'QPL1_INSPECTION_LOT_CREATE'. Before I created the inspection plan. I used control flags (RMQED) like the function 'CO_QM_INSPECTION_LOT_CREATE'. In 'QPL1_INSPECTION_LOT_CREATE' output, I have a subrc equalt to 0. Normaly, it must created a new input in QALS table but I have nothing!! I debuged the 'QPL1_INSPECTION_LOT_CREATE' and I see that the inspection lot obect number begin by 'TM' and not by 'QL'.
    Why the 'QPL1_INSPECTION_LOT_CREATE' process doesn't show error but doesn't create the inspection lot and why the inspection lot obect number begin by 'TM'???
    I see the functions 'OBJECT_NUMBER_GET_QL' and 'OBJECT_NUMBER_INSERT_QL'... but I don't know used it!
    What the process to create Inspection Lot??
    Thanks.

    Hi,
    Refer this:
    http://help.sap.com/printdocu/core/print46c/en/data/pdf/QMIMIL/QMIMIL.pdf
    http://sapqminfo.blogspot.com/search/label/Inspection%20Lot%20Creation

  • Create inspection lot move data from mseg to qals

    hello.
    When SAP create inspection lot from MIGO,  I need to move mseg-ablad ( uploading point) to qals-yyfield.
    In Migo we can have more than one pos, then system create differents inspection lot.
    Is it possible ??? are there any user exit to do that ??? i see user migo's exist  and inspecion lot's create, but in both cases i don't see all data to read an and move it.
    Regards.
    Antonio

    Namastey
    In my case i have Migo with more than one position, and for each position the system will create a new inspecion lot.
    Do you mean there are more than one Items in PO and for each Item there will be different inspection lot?
    Then,
    You need to get Material document number for inspection lot number and get MSEG-ABLAD which will be QALS-YYFIELD (YYABLAD).
    I hope, I have understood your question!!
    Amol.

  • Create inspection lot in sales return

    Hi Experts,
    When doing sales return (VA01) and return delivery order (VL01N), if I need to create inspection lot for QA guys, what is required to set?
    I have tried using SAP standard inspection type 06 or 10, no inspection lot is created.
    Please help!
    Regards,
    Daniel

    Hi
    Sales return inspection mainly deals with two scenarios: stock relevant and non stock relevant. 06 inspection origin/type is for non-stock relevant and the preferred one.
    The basic setting is already explained in previous post. Now few things to done are:
    1. Activate inspection type 06 for the materials
    2. Make sure tick box is not checked for movement type 651 in QCC0Q-inspection-Insp lot creation-insp for good movement--deactivate quality
    3. in Tcode VOV6, select schedule line category DN and check that movement type maintained in 651
    4. Check your inspection plan usage is correct as per your inspection type setup.
    Now your settings are completed for customer return inspection with 06 origin. Once any return delivery is done, a non-stock relevant lot will be created in SAP.

  • QM - linking newly created Inspection Lot to an existing Notification

    We have a business requirement to link a newly created inspection lot to an existing Quality notification. When defects are recorded in the Inspection Lot, the linked quality notification should be used as opposed to creation of a new notification.
    I am able to create the document flow to point the existing notification to Inspection Lot. In essence when the user displays the notification using QM02/QM03 and goes to document flow the newly created inspection lot gets displayed.
    Has anyone encountered similar business requirement? Any inputs will be very much appreciated.
    Thanks!
    Edited by: Sridhar Adurti on Aug 4, 2010 11:03 PM

    Dear Burno
    Linking an inspection with an existing notification is not possible.
    But what can you do is create another notification for this. There is a funcationality in notification called as Related notification wherein you will get to know if there was a notification generation for this material before and it will also give you the inspection lot and all the details.
    Regards
    Gajesh

  • Trouble Creating Inspection Lot list

    Hi,
    I am trying to create an inspection lot for MAT 1 in plant 0001, but I'm gettin an error which says "No valid inspection type for material was found or selected".
    Can any1 throw some light on it?
    Regards,
    Musarrat
    Message was edited by:
            Musarrat Husain

    hi husain
    you have not maintained any inspection type for the material in QM view .first maintian the qm view for that material and specify the inspection type and make active
    regards
    thyagarajan

  • Creating inspection lot for vendor returns

    Hi All,
    In Subcontracting, components are sent to vendor using Mov Type 541, if vendor returns the components without any value addition we recieve the goods with Mov type 542.
    Now, when we recieve the goods using 542 customer requires that the material has to be posted to quality inspection and a lot has to be created.
    I have already tried with inspection type 08 but its not working.
    Any ideas how it can be done?
    Regards
    Naveen Goveas

    Hi Naveen,
    You have come across a common problem in later releases of SAP. Ram is nearly right in the settings for control of inspection lots for goods movements. In the standard system movement type 542 has no inspection lot origin assigned, so even if you have maintained an inspection type for your material there is no "trigger" for the inspection lot creation from that movement type. Unfortunately, you cannot change the inspection lot origin settings for movement types. The only choice you have is to create (as a copy) a customer defined movement type (one which already has the appropriate inspection lot origin assigned) and use that instead. You have to also be careful about the 'Quantity' and 'Value' updating strings for your new movement type.
    Hope that helps.
    Colin

Maybe you are looking for

  • Unable to load the data into HFM

    Hello, We created new HFM app configured that with FDM, generated output file through FDM and loaded that file through HFM directly 5-6 times, there was no issue till here. Then I loaded the file through FDM 4 times successfully, even for different m

  • What happens when Time Machine starts to fill up a drive?

    Using Time Machine on a partitioned External HD has been an absolute snap! I love the app. My main disappointment with it is that it has no literature on HOW it works, and no real ways for me to set different controls for it other than on and off. My

  • Security question answers lost

    i forgot my security question answers! i dont know how to reset them or get my answers back. and i really don't want to call Apple support. heeelllpp

  • HT1338 os x lion

    i dont work safari i have error in update

  • I cannot install Adobe Reader X or 9.4 into Firefox. It tells me to review the Error Console, 203.

    This is the error I get: Firefox could not install the file at http://platformdl.adobe.com/NOS/getPlusPlus/1.6/gp.xpi because: Unexpected installation error Review the Error Console log for more details. -203 Any help would be greatly appreciated. I