TQSS SAP (QM configuration: Client level) Table details

Dictionary Type: Table
Description: QM configuration: Client level




ABAP Code to SELECT data from TQSS
Related tables to TQSS
Access table TQSS




Table field list including key, data, relationships and ABAP select examples

TQSS is a standard SAP Table which is used to store QM configuration: Client level data and is available within R/3 SAP systems depending on the version and release level.

The TQSS table consists of various fields, each holding specific information or linking keys about QM configuration: Client level data available in SAP. These include HISTGRUPPE (Code Groups Are Maintained with History), KENNZAHLOB (Upper Allowed Value for the Quality Score), KENNZAHLUN (Lower Allowed Value for the Quality Score), KZMERKZENT (Trigger Central Replacement of Master Inspection Charac.).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TQSS table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
HISTGRUPPECode Groups Are Maintained with History QHISTGRUPPCHAR1QKZ
KENNZAHLOBUpper Allowed Value for the Quality Score QKENNZHLOBDEC3QKENNZAHL
KENNZAHLUNLower Allowed Value for the Quality Score QKENNZHLUNDEC3QKENNZAHL
KZMERKZENTTrigger Central Replacement of Master Inspection Charac. QMERKERSCHAR1QKZ
KZMETHZENTTrigger Central Replacement of Inspection Method QMETHERSCHAR1QKZ
KZMERKALEDistribute Master Inspection Characs on Saving QKZMERKALECHAR1QKZ
KZMETHALEDistribute Inspection Methods on Saving QKZMETHALECHAR1QKZ
KZCDGRPALEDistribute Code Groups on Saving QKZ_CODEGROUP_ALECHAR1QKZ
UNPLMKLower Number for Unplanned Characteristic QUNPLMKNUMC4QMERKNRP
QKZMINMinimum Quality Score for Good Quality QKZMINDEC3QKENNZAHL
FBNAMEVEFunction Module Name QFBNAMEVECHAR30QFKTNAME
MATSPEZLower Char. No. for Chars from Mat. Spec./Config./Batch QMATSPEZNKNUMC4QMERKNRP
QMCAPIDParameters for BOM Explosion QMCAPIDCHAR4TC04CAPIDCSA
MS_FLAGIndicator: Multiple Specifications Q_MS_FLGCHAR1Q_MS_FLG
CP_FLAGDisplay control-plan fields? QP_CP_FLAGCHAR1QKZ
RFCDEST_CPROLogical Destination (Specified in Function Call) RFCDESTCHAR32RFCDESRFCDESTRFCF4_RFCDESTYPEALL
SWITCHESCustomizing Switch for BAdI BADI_QM_CLIENT_SETTINGS QMS_SWITCHESCHAR126

Key field Non-key field



How do I retrieve data from SAP table TQSS using ABAP code

The following ABAP code Example will allow you to do a basic selection on TQSS to SELECT all data from the table
DATA: WA_TQSS TYPE TQSS.

SELECT SINGLE *
FROM TQSS
INTO CORRESPONDING FIELDS OF WA_TQSS
WHERE...

How to access SAP table TQSS

Within an ECC or HANA version of SAP you can also view further information about TQSS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!