Hi QM Experts,
How can i create control inspection plan for equipments?
Regards,
Aktolga
Hi QM Experts,
How can i create control inspection plan for equipments?
Regards,
Aktolga
Hi
I am in a Pharmaceutical environment and using QM with Inspection Lots.
I have a requirement to ship samples of a product that has been semi finished by an external supplier against a Purchase Order then send it for testing to a specific external company, I would like to do this with out releasing the stock to allow the shipment. When the testing is complete the inspection lot can be released and then the samples consumed.
My Ideal solution would be that when the inspection lot is created we can assign the ship to party and then ship the goods using SD delivery functionality and therefore confirm the goods issue so we have a record it has been shipped
I do not want to release the goods to allow shipment and I need to show the total goods receipt to pay the supplier against his invoice.
Has anyone tried or had to do something like this before? I can t believe that SAP needs a work around to manage this
Hi ,
I'm facing a problem regarding 100% weight-loss for a specific batch .
I'm stating the procedure : For any market paddy quality testing happens and same is posted in quality result QA32 session . After that , it's done usage decision to allow for production usage in the same . Then , we do 512 movement to deduct moisture and process loss from stock in ZQM403 session .
Now , my asking why suddenly this 100% weight-loss was happened ?
Attaching , the output and input screen of ZQM403 session .
regards
Patel
Hi,
I have a sellable packaged chemical which has an 04 inspection lot and then we store it in the warehouse for maybe a few months. Then sales order drops in and we do a 10 inspection lot for the sellable packaged product. I want to have a cert profile which can draw the results from the 10 and the 04 MICs. However the profile header gives me the ability to only hold the one inspection type and origin. How do I assign both the 10 and the 04 to the profile header ?
Thanks
Dear Gurus,
We have set tolerance key +50ml and set inside one of the mic of the parameter, at qs23, success.
But when we put in inside the task list at IA06, we have face error "Control indicator and tolerance key are not compatible".
Below are the setting:
Tolerance key = +50ml
Target value = 1000.0
Lower spec limit = 1000.0
Upper limit = 1050.0
Awaiting for you kind reply. Thanks!
Regards,
Nur
Hi,
I want to change UD after long term inspection result recording.
But it will give status check error - LTIN.
Please guide in this.
Regards,
KA
Dear All,
We are using following BAPI BAPI_INSPOPER_RECORDRESULTS to transfer the inspection result to another lot through an enhancement during result recording for inspection type 10
RR value will be copied to other lot for same delivery number
But RR value is not copied to other lot when there is a batch split in the same delivery
IS there is any other BAPI available to handle for batch split in the delivery?
Hope my question is clear
Abu
Hi Experts,
When the record is getting created using FM QB_VB_QINF_POST, in Tcode QI02: i am getting a popup.as below. the popup shows the same meterial, vendor and plant information. If we select first one, no data created. data created for second one . I think there is a problem in creating record in FM.
followed the below link.
https://scn.sap.com/thread/1757441
I didn't do (Pass the info record number to QINF_OLD_IMP only,) .
Please suggest how to supress from this popup.
Best regards,
Narasimha.
Hello,
I have an issue in the SAP Audit Management. Most of the audits created in it via the transaction PLMD_AUDIT have the checkbox "Unplanned Audits" checked and greyed out.
Unfortunately these are not really unplanned audits and therefore we want to remove this mark.
Deepanshu Saxena already asked at http://scn.sap.com/thread/3561345 ("SAP Audit Management - Unplanned Audit checkbox greyed out") basically the same question. Unfortunately his question is still marked as "Not Answered". Does anybody have any clue how to resolve this issue?
If you need any further information don't hesitate to ask!
Kind regards,
Michael
can we able to create custom adobe form for transaction qa32, if so kindly give me guidance of were to assign the output type.
Dear all,
Please help me to solve this issue.
There is a material document has been cancelled but inspection lot with status REL SKIP SPRQ QLCH still exist. Normally, the inspection lot will be disappear automatically after some days in this case. But now it does not work. Actually, i don't know how to config.
And inspection lot on MD04 is not disappear.
Please help,
Thanks & Best Regards,
Quang
Dear Gurus,
May I know is there any way to delete the inspection point created? As I search, there is not possible. I wonder if there are any user exit can apply to able this function?
As currently got case user is wrongly created inspection point and want to delete it from the screen.
Awaiting for your reply.
Thanks.
Regards,
Nur.
My current configuration for notification creation is one notification for one Lot . When ever the spec is out of the tolerance limit a defect needs to be logged an auto notification for an inspection lot is created . When I went back to the same result and update the result to good then defect needs to be removed and the notification needs to be marked and completed and Deleted (NOCO DLFL) .
In the same inspection point when ever there is a another Bad result then it should reopen the same notification and add the defects in to the same notification which is not happening now .
I looked into the configuration but I didn't find any clue.I am not sure is there any enhancement that is stopping this to happen. Can anyone help me where I need to start looking at for this issue ? .
Thanks & Regards
Suman
Two questions here. Both of them aim to prevent shipments on a material with an open quality notification.
1. Is it possible to prevent a shipment in the system due to an open quality notification?
If so, details will on how to set it up will be greatly appreciated.
2. Is it possible to prevent a 101 and or a 261 movement type with an open QN.
Essentially, what is the best practice to ensure defective materials do not ship? All your input and responses will be greatly appreciated.
Thanks
Hi Experts,
I'm using QIRF_GET_DEFECT_ITEMS2 bapi to record defects. But when the bapi is executing it give below errors.
Inspection lot operation not found You must enter an operation for this record type |
Below is the code.
LOOP AT it_defects_display into wa_defects_display.
clear: wa_defects,wa_qmife,wa_location.
read table it_location into wa_location with key kurztextcd = wa_defects_display-kurztextcd.
if wa_inspection_points is not initial.
wa_qmife-satzart = 'Q95'.
else.
wa_qmife-satzart = 'Q91'.
endif.
wa_qmife-prueflos = wa_yarn-prueflos.
wa_qmife-vornr = zst_ny_qm_operations-inspoper.
read table it_defects into wa_defects with key code = wa_defects_display-code.
wa_qmife-fegrp = wa_defects-codegruppe.
wa_qmife-fecod = wa_defects_display-code.
wa_qmife-fekat = wa_defects-katalogart.
wa_qmife-anzfehler = wa_defects_display-noofdefect.
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
EXPORTING
INPUT = v_posnr
IMPORTING
OUTPUT = wa_qmife-posnr.
wa_qmife-otkat = wa_location-katalogart.
wa_qmife-otgrp = wa_location-codegruppe.
wa_qmife-oteil = wa_location-code.
APPEND wa_qmife to it_qmife.
v_posnr = v_posnr + 1.
ENDLOOP.
Is anything i'm doing wrong? Pls. help
Hi,
I have one material which have Inspection Type 01 activated for the Inspection lot generate at GR Time.
we have done the GR for the Material and Batch combination and Inspection lot generate with qty 6240 Pcs on dated 04.02.2016 and Same day we have done 102 movement for this material and batch item.
Also i had checked in quality client, Normally for the GR Inspection lot, when we done 102 movement same time inspection lot is status changed from REL to LTCA But in this case Lot is available Open with REL status after 102 movement.
i had checked stock is not available in MMBE for this material and batch combination but inspection lot showing open with Qty 6240 qty.
Inspection lot Showing in MD04 with Material & plant input with 6240 Pces qty and same issue facing.
Also, we are not able to cancel the inspection lot with QA02 function ---> cancel lot because it was in gray mode.
Also QM02 Special changes ---> Correct the actual qty from 6240 to 0 Pcsqty but error message "LO Stock in quality control doesn’t reached in 6240 PEç"
we go to transaction MD04 is visible the quantity of 6240 PEÇ and the purchases area doesn’t buy this material because is visible the quantity in stock. What kind of procedure can we perform so that this stock appears in quantity 0 in MD04?
please provide your inputs
Dear QM-experts!
I have issue with WMS-SAP integration. In our bussines process when stock is blocked in WMS, Q-notification have to be created in SAP, but I can't find suitable IDoc. Is there any IDoc for Q-notif. creation?
How to default (tick mark) the "Documentation required indicator" in QM view of material master? MARC-KZDKZ (Documentation reqd)
Dear All,
I have inspection lot with inspection type 04 and user has to do RR.
Inspection lot have Operation 0010, 0020, 0030, 0040 and 0050.
for the Operation 0030 user has done changes 18 times RR for the Char and duplicate entries are found in table QASE with Combination Inspection lot number, Node, Char and Resultno screen shot attched.
When user run the TCode QE51N & QE03 for operation 0030 that ABAP Run time error come and not able to Lock the Results.
please help. also provide if any sap note available.
ABAP Run time error also attached.
thanks in advance.
I am working on a scenario related to In coming inspection.I have created sampling scheme/Sampling procedure assigned the sampling scheme into the sampling procedure.
I need to do Tightened/Normal inspection based on the rejection & acceptance qty of the goods receipt.
1.Should i activate DMR for this scenario
2.How will the system know when to do the normal & when to do Tightened inspection or the user has to do anything manually to do Tightened/Normal inspection