CDS_VIEWS_PKG_APPCOMP

CDS View

CDS Views Package and Application Component Info

CDS_VIEWS_PKG_APPCOMP is a CDS View in S/4HANA. CDS Views Package and Application Component Info. It contains 5 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
Cds_Views_Info view left_outer List of All CDS Views with details
Cds_Views_Info_Extn view left_outer List of All CDS Views with details-Extn
Vb_Cdsviews_Appl_Text_Query view inner View Browser CDS Views Application Component Query

Fields (5)

KeyField CDS FieldsUsed in Views
_CDSAppCompText _CDSAppCompText 2
ApplicationComponent ApplicationComponent 2
ApplicationComponentName ApplicationComponentName 2
CDSViewPackage CDSViewPackage 2
CDSViewSourceSystem CDSViewSourceSystem 2

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.

-- CDS Views Package and Application Component Info
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CDS_VIEWS_PKG_APPCOMP (
    _CDSAPPCOMPTEXT,
    APPLICATIONCOMPONENT,
    APPLICATIONCOMPONENTNAME,
    CDSVIEWPACKAGE,
    CDSVIEWSOURCESYSTEM
);