CFIN_AVSO_DOCE

Transparent Table Temporary Data

CFin Rpld Sales Document (API)

CFIN_AVSO_DOCE is an SAP database table in S/4HANA. CFin Rpld Sales Document (API). It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_CFinRpldSalesDocument view_entity from CONSUMPTION CFin Rpld Sales Document (API)

Fields (1)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client

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.

-- CFin Rpld Sales Document (API)
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CFIN_AVSO_DOCE (
    MANDT,  -- Client [mandt]
    PRIMARY KEY (MANDT)
);