T682

Transparent Table Control Table (SAP+Cust)

Conditions: Access Sequences

T682 is an SAP database table in S/4HANA. Conditions: Access Sequences. It contains 12 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
Fac_Ad_Cds_Ctab view inner View of Condition Tables
I_PricingAccessSequence view from BASIC Access Sequence for Pricing
I_SalesPricingAccessSequence view from BASIC Access Sequence for Pricing

Fields (12)

KeyField Data ElementDescription DomainTypeLength
KEY kvewe KVEWE Usage
KEY kappl KAPPL Application
KEY kozgf KOZGF Access Sequence
kozgv KOZGV Access Category
kzakt KZAKT Active
kkmod KKMOD Cond.module pl
rptsx RPTSX Report suffix
mandt MANDT Client
sypsy SYSYSID SAP System ID
sysid SYSYSID SAP System ID
saprl SYSAPRL SAP Release
ext_counter_used EXT_COUNTER_USED Checkbox (obsolete)

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.

-- Conditions: Access Sequences
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T682 (
    KVEWE,             -- Usage [KVEWE]
    KAPPL,             -- Application [KAPPL]
    KOZGF,             -- Access Sequence [KOZGF]
    KOZGV,             -- Access Category [KOZGV]
    KZAKT,             -- Active [KZAKT]
    KKMOD,             -- Cond.module pl [KKMOD]
    RPTSX,             -- Report suffix [RPTSX]
    MANDT,             -- Client [MANDT]
    SYPSY,             -- SAP System ID [SYSYSID]
    SYSID,             -- SAP System ID [SYSYSID]
    SAPRL,             -- SAP Release [SYSAPRL]
    EXT_COUNTER_USED,  -- Checkbox (obsolete) [EXT_COUNTER_USED]
    PRIMARY KEY (KVEWE, KAPPL, KOZGF)
);