Calibration Report

Published on January 2017 | Categories: Documents | Downloads: 62 | Comments: 0 | Views: 451
of x
Download PDF   Embed   Report

Comments

Content



Calibration report / certificate:
SMARTFORM developed as per requirements. It’s completely abap development. I used below table
for getting my requirements.
QAMR QAMV QAVE QALS QPCT TQ76T AFIH
MIC Table logic
Which fileds and tables tobe used for MIC results (both qualit and quanti)
QPMK has the actual MIC values.
PLMK is is the table for the values maintained for a characteristic in inspection plans. Not
necessarily a MIC.
The spec values for an inspection lot are found in QAMV table. ( I think I remembered that right).
Depending on where your specs are set up and what the purpose of your report is, this might be
what you actually want.
1) the values can be the same in both tables, QPMK PLMK and should be the same if you use
referenced (i.e. locked) characteristics in your inspection plans. They can be different if you unlock
the MICS in the plans and maintain the values in the plan. I can't tell you which one is correct for
your implementation. It depends on what your design is, how consistent the design, what you might
do in the future, what exceptions you might have to your standard process and what you are using
the reported values for.
2) If you are viewing via SE16 there are more fields available than can be shown on the standard
250 character line length. Change the line length to say 500 and you'll see the additional fields in
the display. Alternatively deselect from the display the fields you don't need to see and manually
select the fields you want. Typcially the qualitative result will be in the following fields:
(KATALGART1)
(GRUPPE1)
(CODE1)
Table QASE is used when you use physical samples or inspection points. Use QAMR when you
don't.
Use MESSWERT for the value. You'll also need to read MESSWERTNI. If MESSWERTNI is set,
then a value of zero in Messert means a zero, if not set, a value of zero means null. Most of SAP
fields with numbers in them have a similar matching field to indicate this.
For getting the result and specification in one shot kindly use this BAPI -
BAPI_INSPOPER_GETDETAIL
If you pass inspection lot in this you will get the specification as well as the recorded values
in this. You can easily create a z report from this.

Tables and fields for quality certificate generation in smartform
QALS QAMR QASR and QASE are to be used.
tables are QALS, qave, QMEL QMFE QAMV qmtb, QAMR, QASE, qasr

How to get MIC longtext from results QAMV table.
To get the long text we have to use READ_TEXT function module.What parameters we have
to pass to get the long text of MIC after assigning the MIC's to Inspection Lot(It will be saved
in QAMV table).
Insp lot (PRUEFLOS), node number (VORGLFNR) & chara MERKNR are key field in QAMV table.
So to select long text from this table you need to pass these three field combination.
Please try this
CONCATENATE sy-mandt
ls_plmk-plnty
ls_plmk-plnnr
ls_plmk-plnkn
ls_plmk-kzeinstell
ls_plmk-merknr
ls_plmk-zaehl
INTO lv_name RESPECTING BLANKS
CALL FUNCTION READ_TEXT
EXPORTING
id = 'QM'
language = sy-langu
name = lv_name
object = 'QSS'

Tables related to test certificate
1) QALS - Here you will get the connection between Inspection lot, type, sale order, delivery details
Pass the inspection lot number to these tables to get the actual results and specification
2) QAMR : Characteristic results during inspection processing
3) QAMV Characteristic specifications for inspection processing
Regarding the profile you will get the details in
QCVK Certificate profile header
QCVM Certificate profile characteristic level
QCVMT Certificate profile characteristic level: texts
Inspection operation in table QAMR
In table QAMR are stored the summarized values of the inspection characteristics of the
inspection lot. the keys of this table are PRUEFLOS,
VORGLFNR, MERKNR where can i find the inpection operation of one record? someting to do
with the field VORGLFNR (Current Node Number from Order Counter APLZL)?

thanks for your responses, i have tryed the tables PLMK PLKO and QAMV but cant find what i
want.
I want to know if there is any result for any characteristic for an inspection lot and an
operation. For example if in the operation 0010 of the inspection lot 12345667 i have some
value recorded.

any idea how to do this?

Please try PLPO
http://www.benx.de/en/sap/table/QAMV-QM--Results-for-Inspection-Lot-thread-
2-13576.htm






Sponsor Documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close