QPAM
Inspection catalog selected sets
QPAM is an SAP database table in S/4HANA. Inspection catalog selected sets. It contains 15 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CharcAttribSelectedCodeSet | view | from | BASIC | Selected Set for Characteristic Attribute |
| I_InspectionSelectedSet | view | from | BASIC | Inspection Selected Set |
| I_UsageDcsnSelectedCodeSet | view | from | BASIC | Selected Set of Codes for Usage Decision |
Fields (15)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | werks | werks_d | Plant | |||
| KEY | katalogart | qkatart | Catalog | |||
| KEY | auswahlmge | qauswahlmg | Selected Set | |||
| ksp01 | spras | Language | ||||
| ktx01 | qktextam | Short Text | ||||
| ltextv | qltextmge | Long Text | ||||
| ersteller | qersteller | Created By | ||||
| e_datum | qdatumerst | Created On | ||||
| aenderer | qaenderer | Changed By | ||||
| a_datum | qdatumaend | Changed On | ||||
| verwendung | qverw | Record Used | ||||
| status | qloeschkz1 | Status | ||||
| defaultcodegr | qdefaultcodegrp | Default Code Group | ||||
| defaultcode | qdefaultcode | Default Code |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Inspection catalog selected sets
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE QPAM (
MANDT, -- Client [mandt]
WERKS, -- Plant [werks_d]
KATALOGART, -- Catalog [qkatart]
AUSWAHLMGE, -- Selected Set [qauswahlmg]
KSP01, -- Language [spras]
KTX01, -- Short Text [qktextam]
LTEXTV, -- Long Text [qltextmge]
ERSTELLER, -- Created By [qersteller]
E_DATUM, -- Created On [qdatumerst]
AENDERER, -- Changed By [qaenderer]
A_DATUM, -- Changed On [qdatumaend]
VERWENDUNG, -- Record Used [qverw]
STATUS, -- Status [qloeschkz1]
DEFAULTCODEGR, -- Default Code Group [qdefaultcodegrp]
DEFAULTCODE, -- Default Code [qdefaultcode]
PRIMARY KEY (MANDT, WERKS, KATALOGART, AUSWAHLMGE)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA