Model / CROSS

Module

CROSS — Cross-Application Foundation

40 tables defined at field level · 621 fields.

TableDescriptionFields
ADR2Telephone Numbers (Business Address Services) — the per-communication-type child of ADRC holding phone numbers for a given ADDRNUMBER, one of the sibling tables (with ADR3 fax, ADR6 e-mail) …17
ADR3Fax Numbers (Business Address Services) — the per-communication-type child of ADRC holding fax numbers for a given ADDRNUMBER, sibling to ADR2 (telephone) and ADR6 (e-mail), pointed at by AD…18
ADR6E-Mail Addresses (Business Address Services) — the per-communication-type child of ADRC holding e-mail (SMTP) addresses for a given ADDRNUMBER, sibling to ADR2 (telephone) and ADR3 (fax), po…16
ADRCAddresses (Business Address Services) — the central address table every ADRNR/ADDRNUMBER field in the model resolves to. ADRC holds the postal name, street, city, region, country, and defaul…37
AUSPCharacteristic Values — the actual characteristic-value assignments against a classified object (OBJEK), the table that carries a class's data onto an object instance. Each row assigns one c…25
CABNCharacteristic — the master definition of a classification characteristic (name, data type, length, decimals, unit, value-entry rules), the row ATINN in AUSP and CAWN resolves to. CABN defin…29
CAWNCharacteristic values — the predefined/allowed-value list for a characteristic defined in CABN, including value texts, floating-point ranges, and tolerances. Where AUSP records what value wa…29
CDHDRChange document header — the audit-trail record the ledger's provenance claim depends on: who changed what business object, in which transaction, and when. Every change captured by SAP's cha…14
CDPOSChange document items — the field-level detail under CDHDR, one row per changed field per change document: old value, new value, unit/currency context. This is where the audit trail actually…15
DD01LDomains — the ABAP Dictionary's atomic value-type registry: for every domain, its base datatype, length, decimals, case sensitivity, sign, conversion exit, and (via VALEXI/ENTITYTAB) whether…23
DD01TDomain texts — the language-dependent short description for every domain in DD01L. Small text-carrier table, carried complete. It matters to the sovereign mirror for the same reason all *T t…5
DD02LSAP Tables — the master registry of every table and structure in the ABAP Dictionary: its category (transparent, pooled, cluster, structure, view), delivery class, buffering behavior, and ac…28
DD02TSAP Table Texts — the language-dependent short description for every table registered in DD02L. Small text-carrier table, carried complete. Gives the mirror the human-readable label behind a…5
DD03LTable Fields — the field-level definition of every table in the ABAP Dictionary: field name, position, key flag, data element, check table, ABAP datatype, length, decimals, and domain. DD03L…27
DD03TTexts for fields (language dependent) — the language-dependent short description for every table field registered in DD03L. Small text-carrier table, carried complete. Lets the mirror surfac…5
DD04LData elements — the semantic layer between a domain (DD01L, pure datatype) and a table field (DD03L, physical placement): each data element binds a domain to field labels (short/medium/long/…34
DD04TData element texts — the language-dependent short/heading/short-medium-long field labels for every data element in DD04L. Small text-carrier table, carried complete. This is the source the m…9
DD07LValues for the domains — the fixed-value list (single values and value ranges) attached to a domain in DD01L when VALEXI is set. This is the table the mirror checks a crosswalk's claimed enu…7
DD08LRelationship definitions — the ABAP Dictionary's foreign-key registry: for every checked field on every table, which check table it points to, the cardinality of that relationship, and the e…14
DD09LTechnical settings of tables — the physical/storage configuration for each table registered in DD02L: data class, size category, buffering type, generic-buffer key-field count, change loggin…19
DD12LSecondary indexes, header — the registry of every secondary (non-primary) database index defined on a table, including uniqueness and per-database-system inclusion/exclusion. This matters to…19
DD25LAggregate Header (Views, MC Objects, Lock Objects) — the header registry for database views, maintenance/help views, matchcode objects, and lock objects: view name, aggregate type, view clas…19
DD30LSearch helps — the header registry for elementary and collective search helps (F4 value-help definitions): selection method, selection method type, exit module, hotkey, and dialog behavior. …19
DD40LTable Types (internal tables defined in the ABAP Dictionary) — the DD's table-type header registry: row type, row kind, key definition and category, generic-type flag, and access mode for in…24
JESTIndividual Object Status — the active/inactive system and user status assignments for a general status-management object (keyed by OBJNR, the same object-number key used across PM/PP/QM orde…5
JSTOStatus object information — the header record linking a general object number (OBJNR) to its object category (TJ03) and status profile (TJ20), and flagging whether change documents are activ…6
KLAHClass Header Data — the class master of SAP's classification system, the extension mechanism SAP itself sanctions for attaching arbitrary characteristics (CABN/CAWN) to any object without al…23
ONR00General Object Number — the number-range object that issues OBJNR values consumed by CO objects (AUFK-OBJNR, COSS/COSP-OBJNR) to tie a cost object into the Controlling object-number namespac…2
T000Clients — the root of the SAP client hierarchy (MANDT) that every table in this repository keys on as its first field. One row per client (production, test, sandbox).…17
T001Company Codes — the organizational-unit master every FI table's BUKRS field checks against. SAP's real T001 carries roughly 90 configuration-control fields (posting-period variants, workflow…18
T002Language Keys (Component BC-I18) — the master list of SAP language keys, the check table nearly every SPRAS field across every module already defined in this repository resolves against (ADR…4
T005Countries — the master check table nearly every LAND1/COUNTRY field across every module in this repository resolves against (ADRC.COUNTRY, T001.LAND1, ADR2/ADR3.COUNTRY, and dozens more). Ca…26
T006Units of Measurement — the most heavily-referenced check table in this repository (221 field-level references across MM/PM/PP/QM/SD tables already defined, per a repository-wide grep on 2026…23
T006AAssign Internal to Language-Dependent Unit — the language-dependent text table for T006 units of measurement: given an internal unit (MSEHI) and a language (SPRAS), returns the commercial 3-…7
TCURCCurrency Codes — the currency master that WAERS/PSWSL/HWAER fields across every FI table (BSEG, BSID, BSAD, BSIK, BSAK, ACDOCA) check against. One of the two most-referenced check tables in …6
TCURRExchange Rates — the from-currency/to-currency conversion rate table used to translate document-currency amounts (WRBTR) into local-currency amounts (DMBTR) across FI postings. Only meaningf…8
TCURTCurrency Code Names — the language-dependent short and long text for each currency key in TCURC, the table WAERS-typed fields' display text resolves through once a currency check-table hit i…5
TCURXDecimal Places in Currencies — the exception table listing currencies whose decimal-place count differs from the two-decimal default (e.g. JPY has 0, KWD has 3). Needed to correctly interpre…2
TJ02System status — the text and behavior-flag table for SAP's standard system statuses (e.g. CRTD Created, REL Released, TECO Technically Completed), the values JEST.STAT resolves to for system…3
TJ03Object types — the master list of general-status-management object categories (the values JSTO.OBTYP resolves to), one row per object type registered with status management, carrying its scr…9