GMSPCLASSTEXTS
Sponsored Class Description texts
GMSPCLASSTEXTS is an SAP database table in S/4HANA. Sponsored Class Description texts. It contains 6 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_SponsoredClassCoreText | view | from | BASIC | Sponsored Class - Text |
| I_SponsoredClassText | view | from | BASIC | Sponsored Class - Text |
Fields (6)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | MANDT | Client | |||
| KEY | language | SPRAS | Language | |||
| KEY | sponsored_class | GM_SPONSORED_CLASS | Sponsored Class | |||
| description | GM_CLASS_TEXT | Class Description | ||||
| search_text | GM_CLASS_SEARCH | Class Search | ||||
| sponsoredclassname | GMIS_SPCLASS_NAME | SP Class Name |
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.
-- Sponsored Class Description texts
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE GMSPCLASSTEXTS (
CLIENT, -- Client [MANDT]
LANGUAGE, -- Language [SPRAS]
SPONSORED_CLASS, -- Sponsored Class [GM_SPONSORED_CLASS]
DESCRIPTION, -- Class Description [GM_CLASS_TEXT]
SEARCH_TEXT, -- Class Search [GM_CLASS_SEARCH]
SPONSOREDCLASSNAME, -- SP Class Name [GMIS_SPCLASS_NAME]
PRIMARY KEY (CLIENT, LANGUAGE, SPONSORED_CLASS)
);
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