TCGOBJ
EHS: Table of Possible Object Types
TCGOBJ is an SAP database table in S/4HANA. EHS: Table of Possible Object Types. It contains 10 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_SpecCategory | view | from | BASIC | Specification Category |
Fields (10)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | objtype | ESEOBJTYPE | Specific. Categ. | |||
| tcodeshow | SYTCODE | Transaction code | ||||
| tcodechange | SYTCODE | Transaction code | ||||
| tcodeinfo | SYTCODE | Transaction code | ||||
| screen_open_fb | ESEFBNAM | Function Module | ||||
| screen_close_fb | ESEFBNAM | Function Module | ||||
| screen_init_fb | ESEFBNAM | Function Module | ||||
| screen_nr | SYDYNNR | Screen Number | ||||
| progname | SYREPID | Program Name | ||||
| non_pss_usage | BASE_NON_PSS_USAGE | Do Not Use in PSS |
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.
-- EHS: Table of Possible Object Types
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TCGOBJ (
OBJTYPE, -- Specific. Categ. [ESEOBJTYPE]
TCODESHOW, -- Transaction code [SYTCODE]
TCODECHANGE, -- Transaction code [SYTCODE]
TCODEINFO, -- Transaction code [SYTCODE]
SCREEN_OPEN_FB, -- Function Module [ESEFBNAM]
SCREEN_CLOSE_FB, -- Function Module [ESEFBNAM]
SCREEN_INIT_FB, -- Function Module [ESEFBNAM]
SCREEN_NR, -- Screen Number [SYDYNNR]
PROGNAME, -- Program Name [SYREPID]
NON_PSS_USAGE, -- Do Not Use in PSS [BASE_NON_PSS_USAGE]
PRIMARY KEY (OBJTYPE)
);
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