QPAC SAP (Inspection catalog codes for selected sets) Table details

Dictionary Type: Table
Description: Inspection catalog codes for selected sets




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




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

QPAC is a standard SAP Table which is used to store Inspection catalog codes for selected sets data and is available within R/3 SAP systems depending on the version and release level.

The QPAC table consists of various fields, each holding specific information or linking keys about Inspection catalog codes for selected sets data available in SAP. These include WERKS (Plant), KATALOGART (Catalog), AUSWAHLMGE (Selected Set), CODEGRUPPE (Code Group).. 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 QPAC 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
KATALOGARTCatalog QKATARTCHAR1TQ15QKATARTQKT
AUSWAHLMGESelected Set QAUSWAHLMGCHAR8QPAMQAUSWAHLMGAWM
CODEGRUPPECode Group QCODEGRPCHAR8QPGRQCODEGRPCGP
CODECode QCODECHAR4QPCDQCODEQCODE
VERSIONAMVersion Number of the Selected Set Record QVERSNRAMCHAR6ALPHAQVERSNR
GUELTIGABValid-From Date DATUVDATS8DATUM
VERSIONCDVersion Number of the Code Record QVERSNRCDCHAR6ALPHAQVERSNR
MASSNAHMEShort Text for Task QMASSKTEXTCHAR40QKURZTEXT
LTEXTMASSVLong Text Exists for the Task QLTEXTMSCHAR1QKZ
AUSWIRKUNGShort Text About Effect QAUSWKTEXTCHAR40QKURZTEXT
LTEXTAUSWVLong Text Exists for the Effect QLTEXTAWCHAR1QKZ
BEWERTUNGCode Valuation QBEWERTUNGCHAR1QBEWERTUNG
FEHLKLASSEDefect Class QFEHLKLASCHAR2TQ17QFEHLKLAS
WAEHRUNGCurrency Key WAERSCUKY5TCURCWAERSFWS
FKOSTENNonconformity Costs QFKOSTENCURR10(2) QFKOSTEN
MUSSTEXTKZText Must Be Entered when Results Are Confirmed QMUSSTKZCHAR1QKZ
AENDERKZConsider Long-Term Characteristics for Stock Proposal Q1LZEITMKCHAR1Q1LZEITMK
ERSTELLERName of User Who Created the Data Record QERSTELLERCHAR12QAENDERER
E_DATUMDate on Which the Data Record Was Created QDATUMERSTDATS8DATUM
AENDERERName of User who Most Recently Changed the Data Record QAENDERERCHAR12QAENDERER
A_DATUMDate on Which Data Record Was Changed QDATUMAENDDATS8DATUM
GELOESCHTField Not Used as of 3.0 Field Reserved for SAP Q_UNUSED01CHAR1CHAR1
QKENNZAHLQuality Score QKENNZINT410QKENNZ
FOLGEAKTIFollow-Up Action QFOLGEAKTICHAR8TQ07QFOLGEAKTI
BB_VORSCHStock Posting Proposal Q_BB_VORCHAR1QKZ
BB_DUNKELBackground Processing of Stock Screen Q_BB_DARKCHAR1QKZ
FELDNAMEPosting Proposal in Usage Decision QMGBUCHCHAR10QMGBUCH

Key field Non-key field



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

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

SELECT SINGLE *
FROM QPAC
INTO CORRESPONDING FIELDS OF WA_QPAC
WHERE...

How to access SAP table QPAC

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