EVER

Transparent Table Application Table

IS-U Vertrag

EVER is an SAP database table in S/4HANA. IS-U Vertrag. It contains 3 fields. 16 CDS views read from this table.

CDS Views using this table (16)

ViewTypeJoinVDMDescription
CRMS4_IU_C_CONBP view inner Connection object by business partner
CRMS4_IU_C_CONVAR view_entity left_outer Connection Object by Various Fields
CRMS4_IU_C_PODBP view inner Point of Delivery by Business Partner
CRMS4_IU_C_PODCA view inner Point of Delivery by Contract Account
CRMS4_IU_I_UTCT view inner Utilities Contract
I_UtilitiesContract view from BASIC Contract
ISU_C4C_BILLDT_V view from Latest bill date
ISU_C4C_BP_PREMISE_V view_entity inner Premises linked to business partner
ISU_C4C_PREMISE_CONTRACTS_V view_entity left_outer Contracts details in premise
ISU_C4C_PREMISE_SERVICES_V view_entity left_outer Services in a premise
SHSM_I_EAUSC view inner Move-Out Doc. by Contract
SHSM_I_EDISCDOCISUCONTR view inner CDS SH for Disc. Doc. with Ref. Obj. IS Contract
SHSM_I_EEINC view inner Move-In Doc. by Contract
SHSM_I_EEINE view inner Move-In Doc. by Premise
SHSM_M_EVEXA view from Contracts by Old Contract Number Search Help
SHSM_V_EVERG view from Business Partner for Contract Search Help

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY vertrag vertrag Contract
lastportion portionltz Last Portion

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.

-- IS-U Vertrag
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE EVER (
    MANDT,        -- Client [mandt]
    VERTRAG,      -- Contract [vertrag]
    LASTPORTION,  -- Last Portion [portionltz]
    PRIMARY KEY (MANDT, VERTRAG)
);