Multiple inspection against Batch

Hi,
My client doing the inprocess quality checking of the same set of inprocess characteristics every hour for a particular bacth during production. They have both REM and PP-PI and we are using 03 and 13 inspection types for inprocess checking.Now how to handle multiple inspection of same set of characteristics for every hour?
Regards
Sandip

1.Select the "Inspection points based on time " in routing Header
2.In Operation overview under Inspection points put time 60 min.
3.check T code QE70
This will create the Inspection point per Hr..........which will allow you to do the multiple RR on same set of chars

Similar Messages

  • Multiple notification against single inspection lot (03 inspection type)

    Dear friends
    While recording the defects multiple times against single inspection lot (03type) , all the defects are added in single notification, but my client requirement is they want different notification.  if any body knows please tell me.
    Note : in inspection type there is a option of multiple notification against single inspection lot, but this is
    not working (i think it will work only serial number,equipment and  functional location get changed)
    Please do the needful
    Regards

    Hi Karthikeyan
    As you mentioned it is not possible to create notification  other than based on the object types.
    A work out can be make an action box in the notification for creating another notification with the help of ABAP ( call transaction QM01) and while doing this the entire datas of the inspection lot gets copied into the notification. you may have to use a user exit also.
    Defect can be recorded in the item level by the user.
    Sounds difficult but certainly possible
    Regards
    gajesh

  • QM Related (Multiple Inspection Lots)

    Dear Gurus,
    Can anyone explain me the process of creating mulitple inspection lots.
    one way that I knew, is that to setup 'partial lots' in the master recipe and make the system work to create multiple inspection lots.... Are there any other methods to accomplish this?
    Thanks

    Thanks for your concerns!..
    The requirement is that the site is required to create multiple inspection lots (of 03 type - Inprocess inspection type) for the same batch number that is tied to a process order....with the constraint that the process order has and will have only one phase..
    Any lights?... Thanks,

  • How to stop this multiple entry against same condition type in pricing

    My client is using manual condition type for the basic price "ZBPR". Now system allowing multiple entry against this condition type in the pricing screen during order creation i.e in the first line if we put ZBPR 00 , in the second line system allowing to put another value against same ZBPR say for example 2000 & doing all subsequent calculations on the basis of 3000 .which is not at all acceptable by my client .Please suggest how to stop this multiple entry against same condition type

    You have to make the condition type as Mandatory and not manual.
    If you are entering many condition records of the ZPR0 then the latest entry will be taken for further processing for subtotal rebate and total price.
    For all the other entered condition records will have yellow traffic signal which is not active.
    you can assign a routine with the help pf your abaper...
    In the Transaction VOFM  define a requirement such that
    you condition type takes value only one at the time of order entry.
    regards,
    Amlan Sarkar

  • Cant able to do UD for Goods Receipt Inspection against Purchase Order

    Hi Experts,
    I am facing problem while doing UD for Goods Receipt Inspection against Purchase Order.
    The Problem is,
    "Selected set code does not exist, or data entered is incomplete
    Message no. QV121
    Diagnosis
    Code  in code group * (selected set 1000 in plant ) does not exist.
    Procedure
    Enter a valid combination or complete combination, or make sure that the combination is available in the selected set."
    And the Result Recording for Inspection lot is completed.
    kindly suggest..
    Thanks in Advance,
    Naveen

    Hi Naveen,
    1.     Go to QCC0 > Quality inspection  >  Inspection lot creation  > Maintain Inspection Types > Select 01 (or the type which you are using) and double click on it.
    2.     Check what code is maintained in UD Selected Set
    3.     Create the same code in QS51 for your plant.
    Regards,
    Anand Rao

  • Urgent:  making multiple inspection characterstics in QP01 bdc

    Hi,
    I had made a BDC on QP01 in which i am able to upload 1 line for the
    inspection characterstic of a single Operation .
    Now the problem is there are around 10 to 15 lines for the inspection characterstic of a single Operation and i am not able to do it through it my bdc. now anybody can provide me some knowledge about it as how it is to be done?
    plzz help me out as it is really urgent to me and help will be definately rewarded.

    Hi,
    I had made bdc on transaction CA02. Its similiar to your requirement in which there are multiple inspection characterstics for single operation. Through BDC its possible. Please go through the below code.
    LOOP AT i_route_file INTO wa_route_file.
        AT NEW plnnr.
          PERFORM : zf_prepare_bdcdata_prg   USING 'SAPLCPDI'  '1010',
                    zf_prepare_bdcdata_value USING 'BDC_OKCODE' '/00',
                    zf_prepare_bdcdata_value USING 'RC271-PLNNR'
                                                   wa_route_file-plnnr.
    *--Conversion of date to internal format.
          PERFORM zf_conv_date.
          PERFORM zf_prepare_bdcdata_value USING 'RC271-STTAG' v_date.
        ENDAT.
        lv_arbpl = wa_route_file-arbpl.
        lv_steus = wa_route_file-steus.
        lv_ltxa1 = wa_route_file-ltxa1.
    *--Operation data
        AT NEW vornr.
          v_inscounter = 1.
          PERFORM : zf_prepare_bdcdata_prg   USING 'SAPLCPDI' '1400',
                    zf_prepare_bdcdata_value USING 'BDC_OKCODE' '/00',
                    zf_prepare_bdcdata_value USING 'RC27X-ENTRY_ACT' '1'.
    *--Conversion of vornr to internal format
          PERFORM zf_conv_vornr.
          READ TABLE i_opno INTO wa_opno WITH KEY plnnr = wa_route_file-plnnr
                                                  vornr = wa_route_file-vornr.
          IF sy-subrc <> 0.
            DESCRIBE TABLE i_opno LINES v_lines.
            v_num = v_lines + 1.
          ELSE.
            v_num = sy-tabix.
          ENDIF.
          CLEAR v_fieldnm.
          CONCATENATE 'PLPOD-ARBPL(' v_num ')' INTO v_fieldnm.
          PERFORM : zf_prepare_bdcdata_value USING v_fieldnm lv_arbpl.
          CLEAR v_fieldnm.
          CONCATENATE 'PLPOD-STEUS(' v_num ')' INTO v_fieldnm.
          PERFORM : zf_prepare_bdcdata_value USING v_fieldnm lv_steus.
          CLEAR v_fieldnm.
          CONCATENATE 'PLPOD-LTXA1(' v_num ')' INTO v_fieldnm.
          PERFORM : zf_prepare_bdcdata_value USING v_fieldnm lv_ltxa1,
                    zf_prepare_bdcdata_prg   USING 'SAPLCPDI' '1400',
                    zf_prepare_bdcdata_value USING 'BDC_OKCODE' '=QMUE',
                    zf_prepare_bdcdata_value USING 'RC27X-ENTRY_ACT' '1'.
          CLEAR v_fieldnm.
          CONCATENATE 'RC27X-FLG_SEL(' v_num ')' INTO v_fieldnm.
          PERFORM: zf_prepare_bdcdata_value USING v_fieldnm 'X'.
        ENDAT.
    *--Inspection Characteristics
        PERFORM: zf_prepare_bdcdata_prg   USING 'SAPLQPAA' '0150',
                 zf_prepare_bdcdata_value USING 'BDC_OKCODE' '/00'.
        CLEAR v_fieldnm.
        CONCATENATE 'PLMKB-VERWMERKM(' v_inscounter ')' INTO v_fieldnm.
        PERFORM: zf_prepare_bdcdata_value USING v_fieldnm
                                                wa_route_file-verwmerkm.
        CLEAR v_fieldnm.
        CONCATENATE 'PLMKB-MKVERSION(' v_inscounter ')' INTO v_fieldnm.
        PERFORM: zf_prepare_bdcdata_value USING v_fieldnm
                                                wa_route_file-mkversion.
        CLEAR v_fieldnm.
        CONCATENATE 'PLMKB-PMETHODE(' v_inscounter ')' INTO v_fieldnm.
        PERFORM: zf_prepare_bdcdata_value USING v_fieldnm
                                                wa_route_file-pmethode.
        CLEAR v_fieldnm.
        CONCATENATE 'PLMKB-PMTVERSION(' v_inscounter ')' INTO v_fieldnm.
        PERFORM: zf_prepare_bdcdata_value USING v_fieldnm
                                                wa_route_file-pmtversion.
        CLEAR v_fieldnm.
        CONCATENATE 'PLMKB-STICHPRVER(' v_inscounter ')' INTO v_fieldnm.
        PERFORM: zf_prepare_bdcdata_value USING v_fieldnm
                                                wa_route_file-stichprver.
        CLEAR v_fieldnm.
        CONCATENATE 'QFLTP-SOLLWERT(' v_inscounter ')' INTO v_fieldnm.
        PERFORM: zf_prepare_bdcdata_value USING v_fieldnm
                                                wa_route_file-sollwert.
        CLEAR v_fieldnm.
        CONCATENATE 'QFLTP-TOLERANZUN(' v_inscounter ')' INTO v_fieldnm.
        PERFORM: zf_prepare_bdcdata_value USING v_fieldnm
                                                wa_route_file-toleranzun.
        CLEAR v_fieldnm.
        CONCATENATE 'QFLTP-TOLERANZOB(' v_inscounter ')' INTO v_fieldnm.
        PERFORM: zf_prepare_bdcdata_value USING v_fieldnm
                                                wa_route_file-toleranzob.
        CLEAR v_fieldnm.
        CONCATENATE 'PLMKB-DUMMY10(' v_inscounter ')' INTO v_fieldnm.
        PERFORM: zf_prepare_bdcdata_value USING v_fieldnm
                                                wa_route_file-dummy10.
        PERFORM: zf_prepare_bdcdata_prg   USING 'SAPLQPAA' '1501',
                 zf_prepare_bdcdata_value USING 'BDC_OKCODE' '=ENT1',
                 zf_prepare_bdcdata_value USING 'PLMKB-VERWMERKM'
                                                wa_route_file-verwmerkm,
                 zf_prepare_bdcdata_value USING 'PLMKB-QPMK_WERKS'
                                                wa_route_file-qpmk_werks,
                 zf_prepare_bdcdata_value USING 'PLMKB-MKVERSION'
                                                wa_route_file-mkversion,
                 zf_prepare_bdcdata_value USING 'PLMKB-PMETHODE'
                                                wa_route_file-pmethode,
                 zf_prepare_bdcdata_value USING 'PLMKB-QMTB_WERKS'
                                                wa_route_file-qmtb_werks,
                 zf_prepare_bdcdata_value USING 'PLMKB-PMTVERSION'
                                                wa_route_file-pmtversion.
        PERFORM: zf_prepare_bdcdata_prg   USING 'SAPLQPAA' '1502',
                 zf_prepare_bdcdata_value USING 'BDC_OKCODE' '=ENT1',
                 zf_prepare_bdcdata_value USING 'BDC_CURSOR' 'PLMKB-PMETHODE',
                 zf_prepare_bdcdata_value USING 'PLMKB-PMETHODE'
                                                wa_route_file-pmethode,
                 zf_prepare_bdcdata_value USING 'PLMKB-QMTB_WERKS'
                                                wa_route_file-qmtb_werks,
                 zf_prepare_bdcdata_value USING 'PLMKB-PMTVERSION'
                                                wa_route_file-pmtversion.
        PERFORM: zf_prepare_bdcdata_prg   USING 'SAPLQPAA' '1502',
                 zf_prepare_bdcdata_value USING 'BDC_OKCODE' '=ENT1',
                 zf_prepare_bdcdata_value USING 'BDC_CURSOR' 'PLMKB-PMETHODE',
                 zf_prepare_bdcdata_value USING 'PLMKB-PMETHODE'
                                                 wa_route_file-pmethode,
                 zf_prepare_bdcdata_value USING 'PLMKB-QMTB_WERKS'
                                                 wa_route_file-qmtb_werks,
                 zf_prepare_bdcdata_value USING 'PLMKB-PMTVERSION'
                                                 wa_route_file-pmtversion.
        PERFORM: zf_prepare_bdcdata_prg   USING 'SAPLQPAA' '0150',
                 zf_prepare_bdcdata_value USING 'BDC_OKCODE' '=QMD1',
                 zf_prepare_bdcdata_value USING 'RQPAS-ENTRY_ACT' '1'.
        CLEAR v_fieldnm.
        CONCATENATE 'RQPAS-SEL_FLG(' v_inscounter ')' INTO v_fieldnm.
        PERFORM: zf_prepare_bdcdata_value USING v_fieldnm 'X'.
        PERFORM: zf_prepare_bdcdata_prg   USING 'SAPLQPAA' '0160',
                 zf_prepare_bdcdata_value USING 'BDC_OKCODE' '=QMAM',
                 zf_prepare_bdcdata_value USING 'PLMKB-STICHPRVER'
                                                wa_route_file-stichprver.
        PERFORM: zf_prepare_bdcdata_prg   USING 'SAPLQPAA' '0160',
                 zf_prepare_bdcdata_value USING 'BDC_OKCODE' '/00',
                 zf_prepare_bdcdata_value USING 'BDC_CURSOR'
                                                'PLMKB-PROBENR',
                 zf_prepare_bdcdata_value USING 'PLMKB-PROBENR'
                                               wa_route_file-probenr,
                 zf_prepare_bdcdata_value USING 'PLMKB-PMETHODE'
                                               wa_route_file-pmethode,
                 zf_prepare_bdcdata_value USING 'PLMKB-QMTB_WERKS'
                                      wa_route_file-qmtb_werks,
                 zf_prepare_bdcdata_value USING 'PLMKB-PMTVERSION'
                                       wa_route_file-pmtversion.
        PERFORM: zf_prepare_bdcdata_prg   USING 'SAPLQPAA' '1502',
                 zf_prepare_bdcdata_value USING 'BDC_OKCODE' '=ENT1',
                 zf_prepare_bdcdata_value USING 'BDC_CURSOR' 'PLMKB-PMETHODE',
                 zf_prepare_bdcdata_value USING 'PLMKB-PMETHODE'
                                                 wa_route_file-pmethode,
                 zf_prepare_bdcdata_value USING 'PLMKB-QMTB_WERKS'
                                                 wa_route_file-qmtb_werks,
                 zf_prepare_bdcdata_value USING 'PLMKB-PMTVERSION'
                                                 wa_route_file-pmtversion.
        PERFORM: zf_prepare_bdcdata_prg   USING 'SAPLQPAA' '0160',
                 zf_prepare_bdcdata_value USING 'BDC_OKCODE' '=QMBU',
                 zf_prepare_bdcdata_value USING 'PLMKB-PROBENR'
                                                wa_route_file-probenr,
                 zf_prepare_bdcdata_value USING 'PLMKB-PMETHODE'
                                                wa_route_file-pmethode,
                 zf_prepare_bdcdata_value USING 'PLMKB-QMTB_WERKS'
                                                wa_route_file-qmtb_werks,
                 zf_prepare_bdcdata_value USING 'PLMKB-PMTVERSION'
                                                wa_route_file-pmtversion.
        PERFORM: zf_prepare_bdcdata_prg   USING 'SAPLQPAA' '1502',
               zf_prepare_bdcdata_value USING 'BDC_OKCODE' '=ENT1',
               zf_prepare_bdcdata_value USING 'BDC_CURSOR' 'PLMKB-PMETHODE',
               zf_prepare_bdcdata_value USING 'PLMKB-PMETHODE'
                                               wa_route_file-pmethode,
               zf_prepare_bdcdata_value USING 'PLMKB-QMTB_WERKS'
                                               wa_route_file-qmtb_werks,
               zf_prepare_bdcdata_value USING 'PLMKB-PMTVERSION'
                                               wa_route_file-pmtversion.
        v_inscounter = v_inscounter + 1.
        AT END OF plnnr.
    *--Call transaction CA02- Change Routing
          CALL TRANSACTION 'CA02' USING i_bdcdata
                                  MESSAGES INTO i_messtab
                                  MODE 'N'
                                  UPDATE 'S'.
          COMMIT WORK AND WAIT.
        ENDAT.
      ENDLOOP.
    Please ask if any queries....

  • Creation of multiple inspection points

    Hello experts,
    I try to figure out how to create multiple inspection points for one operation at process order release.
    It means that the release of the process order triggers:
    - inspection lot creation (lot origin 03)
    - inspection points creation for operation with inspection characteristics assigned to it
    In the recipe header, I entered inspection points = 150 - generated inspection point, qty or time
    (module function QAPP_CUST_IP_CREATE is activated for "automatic creation of insp. points")
    In the operation header, I select time related -and enter 1 HR
    However no inspection point is created at process order release. Only inspection point identifier is created automatically when I select the next inspection point in TR QE51N.
    Do you have any tips on the subject ?
    Thanks in advance
    Best regards
    Amaury

    Dear Amuary
    Doubt if there is any solution in standard. Use exit so that thr first 3 inspection points gets activated quickly. Try these exits
    QAPP0001
    User exit QAPP 1 (create inspection point)
    |  QAPP0002 |User exit QAPP 2 (create inspection point & other data)    
    Regards
    Gajesh

  • Create multiple deliveries against the same customer return order

    I want to create multiple deliveries against the same Customer return order. But once the RF transaction is run it closes all the lines.  We need to be able to receive multiple times against the same RA number and create different deliveries. Any ideas?
    Will reward points to any helpful answers

    are the deliveries being created by RF monitor ?
    Or only picking is happening by RF?

  • QM In-Process Inspection for Batch Managed Material

    Hi,
    I have a issue related to UD of In-Process inspection for batch managed material. The production process is discrete manufacting for a cold rolling mill. A production order can have mutiple coils as per the production amount. To track the individual coil , batch management has ben activated. We have both in-process as well as inspection after production here.
    For inspection after production we are fine as we are doing partial confirmation after every coil and have separate inspection lot having different batch number.
    But for in-process I can have only one inspection lot for the production order (created on release of the production order). I can do the result recording but while trying to do UD u2013 it is asking for a batch number as the material is batch managed. W/o entering the batch number system is not allowing me to do the UD.
    Is there any solution/work around of this problem.
    -Regards
    ashim

    Hi Ashim,
    you raised a very good question? i am helpless here to execute same scenario,
    but i disussed with my QM guy here, he said, once the material is batch managed then it has to ahve batch in UD.
    so i discussed ur case, which is very much valid for heavy ind like cement and all,
    so what i suggest, u create a dummy batch in the UD for in process (no inventory posting)
    and at confimation give ur usual batch (if system propose the dummy batch which u give in the UD for inprocess, try to change there--- i hope it should allow)
    i would really like to here answer from u for this.
    try to do as suggested, and let me know the results.
    REgards,
    Pravin mukkawar

  • Multiple Inspection lots

    Hi All -
    Client does multiple goods receipts for a process order and the requirement is to create multiple inspection lots one at order level and other at each goods receipt level.
    Is there any way to generate inspection lot at order level and for every goods receipt for the same process order ?
    Please advice..
    S

    Only if you are using DMR's at the characteristic level to create skip characteristics.
    In that case, you put on all the characteristics that need to be tested over the life of the order.  Then the DMR makes characteristics optional or required as you prcoess the inspection lots.
    The problem usually lies in how to reset all characteristics to the initial level.  Characteristics can also get out of sync due to failures.  A failed charateristic usually causes the DMR to make the characteristic required on the next inspection.  Then it might be "off schedule" with regards to other or similar characteristics.  This can be somewhat mitigated by using dependent characteristics so a group of characteristics follow the same DMR.
    It works best when you have a very rigid receipt process.  I.e. you know for a given material, that you'll do X number of receipts over the life of the order and all the receipts are of the same size.
    FF

  • Recurring inspection of batches

    Hi,
    Recurring inspection of batches - 09 inspection type
    lets say
    Manufacturing date - 01/01/2010
    GR date - 01/02/2010
    material master setting
    Total Shelf life in - 60days
    Inspection Interval -  60days
    next inspection lot date in Batch is showing - 30/03/2010 considering GR date + 60 days
    in this case next Inspection lot is considering GR date
    actually it should consider Manufacturing date

    Hi,
    Ok logically it is right that inspection date is after expiry date then no use but its happen many times in system. I do not think when system calculates inspection date system chek for expiry date..
    In above case in case of expiry suppose qty gose in block stock then afetr reaching inspection date nothing will happen in system.
    Document posting happens through QI07 will appear in lot of expiry only..
    About your doubt inspection interval concept is to assured  quality of material  .Earlier mail I have replied you once you check at time of GR then it has calculate by considering GR date .
    Ex-Interval defined is 60 days what it means I have to check quality of material every 60 days okay.
    today I hav made GR which has manufacturing date of 30 days before.
    So today I am going to check it then I will check it next time after 60 days.
    As per your understanding if system considers manufacturing date to calculate next inspection date then in above example today date I have Made GR though I have given 60 time interval system will create lo inspection lot for next inspection immidiately after 30 days
    Regards
    SANIL

  • BAPI to store multiple plants against single material

    Hi ,
    Is there a BAPI to store multiple plants against single material and  to store multiple sales organizations against single material.
    Thanks
    Regards,
    Vipin

    Hi,
    Im afraid whether you will be able to upload multiple plant and sales view together in one post. Probably check the BAPI which one of our sdn guys have suggested.
    I have only used IDocs to post and through that i can say you for sure, it is only possible to upload one at a time.
    And so does through your MM01 and MM02. You can attach only one plant at a time.
    Regards,
    Yogesh

  • Process Order creates Multiple Inspection for Same Batch

    Hi Guys,
    Expert opinion is needed to have this issue fixed.
    Issue:When a new Process Order is created it automatically creates in storage location A.  There are times when a process order needs to be created into another storage location B.  When the Process Order is created and then is changed from A to B  it will  create two inspection lots for one batch, one for each storage location.  From the plant perspective they only need one Inspection lot as they will not create two set of samples for testing since it is the same batch it just went into a different storage location then it was originally created for.  Is there a way to change SAP  so that it only creates one Inspection lot per batch.
    Control InspLot field in QM view for Insp Type 04 is X
    We had different scenarios with same Batch
    SCENARIO #1:  Sloc is changed to B prior to Release, in CRTD status of order Sloc was A
    So there are 2 Insp. Lot created one for A & another for B after GR in Sloc B
    SCENARIO #2:  Sloc is changed to B after  Release
    IL is created after Release of order with Sloc A, after changing Sloc B in process order and performing GR, new IL is created for Sloc B
    Business scenario is certain times of the year where one creates a PO with one Sloc and then it needs to be GR into a different Sloc.
    They are generating a lot of IL’s that are not used and it seems like every year they need to get UD’s made on IL’s for finance to close out the year which is cumbersome.
    Please suggest way out, objective is one process should have one IL per Batch irrespective of Sloc
    Regards
    Nitin Desai

    There are several things that come to mind.
    First and foremost, get the planning right so that the process orders are created properly the first time around.  This is a business issue.  Yes.. I don't know your business.. no, you really aren't all that different then the thousands of other businesses using SAP.  The root cause of this is you don't know what is going where when you order it or in the case of process orders, where you intend to make it or store it.  That's a basic planning problem.
    2 - you must have early lot creation turned on, "Y".  You can't be using "X".  X would only create an 04 lot when you do the GR so if you change the storage location prior to the Process order being released I'm not sure how you are generating two lots.  Are you sure all the lots in question are 04 lots? Are you maybe seeing an 03 lot?  Or possibly an 08 lot?  Something doesn't sound right here.
    3 - If you receive into two storage locations from one process order, you will get two inspection lots.  No way around this.  There is stock associated with these.  You could use customization to suppress the second receipt but that stock would go right to UR with no inspection.
    4. Don't change the storage locations  in the process orders at all.  You can use the stock posting screen in the UD and change the storage location when you make the UD.
    5.  Another option is to again, don't change the storage location in the PO but use QAC2 transaction to transfer the inspection lot into the proper storage location.
    You need to explain your scenarios better cause I really don't see how you are getting the two lots when you make all your changes in the process order prior to releasing the process order.  That doesn't make any sense at all.
    Craig

  • FF68 - Manual Check Deposit - entering multiple invoices against one check

    We are requiring the functionality to enter multiple invoice numbers into the layout against one customer and one check payment to then allow these to be cleared as part of the batch processing.
    Currently it only appears to allow you to enter one invoice number per check payment or post on account to the customer and clear as a second manual step.
    Has anyone implemented the multiple invoice clearing from one check within FF68?

    Hi Sonia
    Was BDC session generated on processing FF68?
    Auro

  • Exclude Quality Inspection from Batch Determination

    Hi Guys
    I have am stuck with  a very strange scenario and need your help to sort this out please
    In the process orders I have set auto-batch determination on release and in the checking rule I have excluded the quality inspection lot.
    Now when I am release the process order on batch determination it picks up the quality inspection batch!
    Can you please let me know where and how this can be resolved
    Thanks in advance
    Rahul

    "Also when I do the material availability check the QI stock is not considered."
    Presumably, this availability check is run when order is status CRTD. Please check if the same checking rule has been applied to "Creation" & "Release" in OPJK. If not, check the differences between these checking rules in OVZ9.
    "However I am not sure if the checking rule decides the batch determination, please correct me if I am wrong. And let me know where do we maintain the relationship between the cheking rule and batch determination procedure!"
    Yes, they are related. Batches go through 3 stages to be determined.
    Stage 1: Check against Stock
    Stage 2: Check against Classification
    Stage 3: Availability Check.
    It may be possible that stage 3 is not a dynamic availability check, in which case the checking rule is irrelevant. However, if it is a dynamic availability check, the checking rule is relevant.
    The quickest way to determine if a dynamic ATP check is executed is to set a breakpoint at Function Module AVAILABILITY_CHECK_CONTROLLER in se37. This breakpoint should be reached when you release the order. The first line of code in the function module is:
    CHECK NOT P_ATPCSX[] IS INITIAL.
    Double click on P_ATPCSX[] to see if it contains entries. If this table contains entries, a dynamic ATP check is executed.
    Also, When you enter CO09 for the material, plant and checking rule, is the QI stock displayed?

Maybe you are looking for

  • Windows 7 and Bonjour--Printer issue--Need Help ASAP, Please!

    Okay, add my name to the growing list of people with Windows 7 issues. (Actually, add my wife's name. I have a Mac, and I'm glad I do.) Anyway--she has a new HP laptop with Windows 7 preloaded. We use Airport Express as a wireless router for our 5 ye

  • TC8305C continuously dropping connection on PS3

    Ive tried several times to call comcast about my gateway TC8305C continuously and consistently dropping my connection on my PS3 and they offer absolutely no help (no surprise there) and redirecting me to Sony . Ive called Sony and after evaluating my

  • Adding Phones in the CCME 3.2.1 GUI

    For some reason when I attempt to add a phone in the Call Manager Express GUI I get an error saying there are no new phones to add. I have a max phones of 24, and I only configured 5 in the CLI. What step am I missing? Any help would be appreciated!

  • How to load shockwave (swf) files in N95 8G.

    Can anyone help me upload the swf files in my N95 8G, have tried both PC Suite and Media transfer but no luck, any ideas please thanks.

  • Logic issue with MS Band Sleep Tracking

    If I do a both ends of the candle night, so hit the sack at 2am on the 10th of the month, then try to make amends that night by turning in at 10pm then the Band tracker records this as no sleep at all on the 9th, but 2 sleeps on the 10th. Well that j