Skip to main content

SAP Quality Management Transaction Codes

 SAP Quality Management transaction codes are listed here.

Quality Management General Transaction Code List

T-CodesFunction
Q000Quality management
QA00Quality inspection
QA01Create Inspection Lot
QA01A Create Inspection Lot
QA02Change Inspection Lot
QA02A Change Inspection Lot
QA03Display inspection lot
QA05Job planning: Periodic inspection
QA06Job overview: Periodic inspection
QA07Trigger for recurring inspection
QA07L Deadline Monitoring Log
QA08Collective Processing of Insp. Setup
QA09No. range maintenance for insp.lots
QA10Trigger automatic usage decision
QA10L Log for Automatic Usage Decision
QA11Record usage decision
QA12Change usage decision with history
QA13Display usage decision
QA14Change UD without history
QA16Collective UD for accepted lots
QA17Job planning for auto usage decision
QA18Job overview for auto usage decision
QA19Automatic usage decision
QA22Change inspection point quantities
QA23Display insp. point quantities
QA32Change data for inspection lot
QA32WP QA32 -Call from Workplace/MiniApp
QA33Display data for inspection lot
QA40Auto. Usage Decision for Production
QA40L Log for Automatic Usage Decision
QA41Scheduling UD for Production Lots
QA42Job planning: UD prod. insp.lots
QA51Scheduling Source Inspections
QA52Source inspections: Job overview
QAC1Change insp. lot actual quantity
QAC2Transfer stock to insp. lot
QAC3Reset sample
QAERDisplay archive objects
QAS1Download Insp. Specs. (Obsolete)
QAS2Download Basic Data (Obsolete)
QAS3Upload Results (Obsolete)
QAS4Upload UD (Obsolete)
QC01Create certificate profile
QC02Change certificate profile
QC03Display certificate profile
QC06Immediate delete of cert. profiles
QC11Create cert. profile assignment
QC12Change cert. profile assignment
QC13Display cert. profile assignment
QC14Create cert.prof.assign.w/copy model
QC15Create cert. profile assignment
QC16Change cert. profile assignment
QC17Display cert. profile assignment
QC18Create cert.prof.assign.w/copy model
QC20Certificates for Deliveries
QC21Quality certificate for the insp.lot
QC22Quality Certificate for Batch
QC31Archive display: Delivery item
QC32Archive display: Inspection lot
QC40Internet Certificate for Delivery
QC40A Internet Certificate for Delivery
QC42Batch certificate on WWW
QC51Create certificate in procurement
QC52Change certificate in procurement
QC53Display certificate in procurement
QC55Worklist: Certificates - Procurement
QCC0QM: Direct Access to IMG
QCC1Direct Access to IMG: Notification
QCC2IMG Direct Access: QM Q-Notification
QCC3IMG Direct Access: QM Q-Inspection
QCC4IMG Direct Access: QM Q-Planning
QCC5IMG Direct Selection: QM Bus. Add-In
QCC_STABI Copy Stability Study Customizing
QCC_STABI_NK Copy Stability Study Number Ranges
QCCCQM standard settings complete
QCCFQM standard forms
QCCKQM standard settings: Catalogs
QCCMQM std. settings: Qual. notifs.
QCCNQM standard number ranges
QCCPQM std. settings: Quality planning
QCCSQM sampling schemes
QCCTQM standard texts
QCCUQM standard settings: Environment
QCCWQM std. settings: Quality inspection
QCCYTransport QM tolerance key
QCCZQM std. settings: Qual. certificates
QCE2Edit Communication Support
QCE3Display Communication Support
QCYFQM standard forms (general)
QCYTQM standard texts (general)

Transaction Code List for Inspection Lot or Quality Info Records


T-codesFunction
QALSInspection lot record
QAMBLink inspection lot - material document
QAVEInspection usage decision
QDPSInspection stages
QMATInspection type - material parameters
QINFInspection info record (vendor - material)
QDQLQuality level
QDPSInspection stages

Transaction Code List Related to Quality Notification


T-codesFunction
TQ80Notification types
QMELQuality notification
QMFEQuality notification – items
QMURQuality notification – causes
QMSMQuality notification – tasks
QMMAQuality notification – activities
QMIHQuality message - maintenance data excerpt


Transaction Code List Related to Certificate Profile


T-codesFunction
QCVMTCertificate profile characteristic level: texts
QCVMCertificate profile characteristic level
QCVKCertificate profile header

Comments

Popular posts from this blog

Adding New Input Fields to SAP Confirmations Screen (CO11N/COR6N) Without Coding

It is possible to add additional input fields in the SAP production order confirmation screen without coding. We can do this just adding fields to a structure which is included in AFRU table (Confirmation table). Process Steps Step 1:   Go to below customizing path. SIMG > Production > Shop Floor Control > Operations > Confirmation > Single Screen Entry > Define Single Screen Entry for Confirming Production Order Step 2:  Double click on the standard profile. Add "Customer Specific Fields of CI_AFRU" in the detail area. Step 3:  Go to default tab. Select an option from the "Customer Specific Fields" area. Then click on save button. Step 4:  Go to transaction code "SE11". Select database table and put "AFRU" and click on change button. Step 5:  Go to the include marked in the screenshot and double click on the data element of the include. Step 6:  Double click on "CI_AFRU". Step 7:  Click on "Yes" in the pop u...

Creating a Search Help and Assigning it to Another Table in SE11

In SAP ABAP, a search help is a feature that provides a user interface for searching and selecting data values from a list. A search help is essentially a dialog box that displays a list of possible values for a particular field or selection criterion. Once a search help is defined and assigned to a data element or domain, it can be used in various SAP applications, such as data entry screens, reports, and dialog programs. To use a search help in a program or report, you can call the function module "F4_HELP" or "F4IF_INT_TABLE_VALUE_REQUEST" to display the search help dialog box and retrieve the selected values. You can also customize the search help behavior and appearance using various parameters and options. There are two types of search help available in SAP ABAP: elementary search help and collective search help. Elementary search help is used to display a list of possible values for a single input field. It is used when the user needs to select a single valu...

Transporting Data Migration Cockpit Project between Clients

SAP Data Migration Cockpit (DMC) is a tool provided by SAP to assist in the process of migrating data from legacy systems or external sources into an SAP system. The DMC offers a user-friendly interface for designing, executing, and monitoring data migration activities. Steps to Transport Data Migration Cockpit Project There are two ways to transport data migration cockpit project between clients. They are Export/import method Transport request generation method Export/Import Method Process steps for export/import method are Exporting the Project Go to transaction code "LTMOM" Then go to "Go to>Export/Import Project". If this functionality is not available in this t-code, go to transaction code "SE38" and run the report "/LTB/MC_PROJ_Q2P" Select the "Export Project" radio button and provide "Mass Transfer ID". Then click on execute. Show the location on your PC and click on save. Project will be exported. Importing the Proj...