ESTPS

Transparent Table Application Table

EHS: Phrasenauswahlmenge

ESTPS is an SAP database table in S/4HANA. EHS: Phrasenauswahlmenge. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_SpecificationPhraseSet view from BASIC Specification Phrase Set

Fields (2)

KeyField Data ElementDescription DomainTypeLength
phrsel esephrsel Phrase set
rem eserem Note

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: Phrasenauswahlmenge
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ESTPS (
    PHRSEL,  -- Phrase set [esephrsel]
    REM      -- Note [eserem]
);