TQSS1 SAP (QM configuration: Plant level) Table details

Dictionary Type: Table
Description: QM configuration: Plant level




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




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

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

The TQSS1 table consists of various fields, each holding specific information or linking keys about QM configuration: Plant level data available in SAP. These include WERKS (Plant), MERKKL (Weighting of the Characteristic), FEHLERKL (Defect Class), HISTMERK (Insp. Characteristics Are Maintained with History).. 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 TQSS1 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 MANDTCLNT3T000MANDT
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MERKKLWeighting of the Characteristic QMERKKLASCHAR2TQ17AQMERKKLAS
FEHLERKLDefect Class QFEHLKLASCHAR2TQ17QFEHLKLAS
HISTMERKInsp. Characteristics Are Maintained with History QHISTMERKCHAR1QKZ
HISTMETHInspection Methods Are Maintained with History QHISTMETHCHAR1QKZ
HISTMENGESelected Sets Are Maintained with History QHISTMENGECHAR1QKZ
PLAUSIFAKFactor (%) with Which the Plausibility Limit Is Calculated QPLAUSIFAKDEC5(2) QPLAUSIF
NKSTMSGTYPMessage Category if There Are Too Many Decimal Places QNKSTMSGTYPCHAR1QNKSTMSGTYP
NKSTELLOFNumber of Additional Decimal Places for Statistical Values QNKSTELLOFINT13QSTELLEN
NKSTATDecimal Places for Statistical Values, e.g. Indexes QNKSTATINT13QSTELLEN
EINFACHERFKey for Configuration of Recording Function QERFASKONFCHAR1TQ74QERFASKONF
RDKLASPLAUMarginal Classes up to the Plausibility Limits QRDKLASPLACHAR1QKZ
LGORTRLAGEReturn Storage Location QLGO_RUECKCHAR4T001LLGORT
KOSTLZERSTCost Center for Destroyed Quantity at Inspection QKOSTLZERCHAR10CSKSALPHAKOSTL
KOSTLSCHRCost Center for Scrap Postings QKOSTLSCHRCHAR10CSKSALPHAKOSTL
KOSTRCHKRSControlling Area for Inspection Lot Cost Centers QKOKRSCHAR4TKA01CACCDCAC
STARTPROBEStarting Value for the Assignment of Sample Numbers QSTARTPROBNUMC6QASVQPROBENR
INKREPROBEIncrement for the Assignment of Sample Numbers QINKREPROBNUMC6QASVQPROBENR
SELEZEITSelection Period for Inspection Lot Processing in Days QSELEZEITINT25QANZAHL2
STPREINSSample n=1: Recording of Summarized Statistics QSTPREINSCHAR1QKZ
SLWBEZIdentification for the Inspection Point Field Combination QSLWBEZCHAR3TQ79QSLWBEZQBK
PPVEMENGESelected Set for Inspection Point Valuation QPPVEMENGECHAR8QPAMQAUSWAHLMG
PPVEWERKPlant of Selected Set for Inspection Point Valuation QPPVEWERKCHAR4T001WWERKS
PPVECODEGRCode Group for Inspection Point Valuation QPPVECODGRCHAR8QPGRQCODEGRP
PPVECODECode for Inspection Point Valuation QPPVECODECHAR4QPCDQCODE
PPKZTLZUPartial Lot Assignment in an Inspection During Production QPPKZTLZUCHAR1QPPKZTLZU
PPSTPRVERFreely-Defined Inspection Points QPPSTPRVERCHAR8QDSVQSTPRVER
IHSTPRVERSampling Procedure for Inspection in Plant Maintenance QIHSTPRVERCHAR8QDSVQSTPRVER
PVSTPRVERSampling Procedure for Sample Management QPVSTPRVERCHAR8QDSVQSTPRVER
VOSTPRVERSampling Method (Proposal) QVOSTPRVERCHAR8QDSVQSTPRVER
KZGEBRecording of the No. of Containers for Inspection Lot QKZGEBCHAR1QKZGEB
AUARTPEROrder Type for Long-Running QM Orders QAUARTPERCHAR4T003OAUFART
AUARTEINZLOrder Type for QM Orders with Single Assignment to Insp. Lot QAUARTEINZCHAR4T003OAUFART
SKIP_TIMEWaiting Time (Minutes) Since Insp. Lot Creation for Skip Lot QSKIP_TIMENUMC4NUMC4
AUD_HOURSWaiting Time in Hours Since Insp. Lot Creation (auto. UD) QAUD_HOURSNUMC4NUMC4
AUD_MINUTWaiting Time in Minutes Since Insp. Lot Creation (Auto. UD) QAUD_MINUTNUMC4NUMC4
VALNOSPECBatch Valuation Possible Without Specification QVALNOSPECCHAR1QKZ
ARTQMATInspection Type for Available Stock in Quality Inspection QARTQMATCHAR8TQ30QPART
IMMEDIATE_CHDOCImmediate Creation of Change Docs for Inspection Results QIMMEDIATE_CHDOCCHAR1QKZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM TQSS1
INTO CORRESPONDING FIELDS OF WA_TQSS1
WHERE...

How to access SAP table TQSS1

Within an ECC or HANA version of SAP you can also view further information about TQSS1 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!