C_EntSrchCDSModelTP

DDL: C_ENTSRCHCDSMODELTP SQL: CENTSRCHCDSMDLTP Type: view CONSUMPTION

Consumption View for I_EntSrchCDSModelTP

C_EntSrchCDSModelTP is a Consumption CDS View that provides data about "Consumption View for I_EntSrchCDSModelTP" in SAP S/4HANA. It reads from 1 data source (I_EntSrchCDSModelTP) and exposes 23 fields with key field EntSrchModelName. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_EntSrchCDSModelTP I_EntSrchCDSModelTP from

Associations (1)

CardinalityTargetAliasCondition
[1..*] C_EntSrchCDSModelJSONTP _EntSrchCDSModelJSONTP $projection.EntSrchModelName = _EntSrchCDSModelJSONTP.EntSrchModelName

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName CENTSRCHCDSMDLTP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Consumption View for I_EntSrchCDSModelTP view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.compositionRoot true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #META view
ObjectModel.transactionalProcessingDelegated true view
ObjectModel.transactionalProcessingUnitRoot true view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled true view
ObjectModel.draftEnabled true view

Fields (23)

KeyFieldSource TableSource FieldDescription
KEY EntSrchModelName EntSrchModelName
EntSrchModelActivationStatus EntSrchModelActivationStatus
EntSrchModelDescription EntSrchModelDescription
EntSrchModelConnectorID EntSrchModelConnectorID
EntSrchModelConnectorStatus EntSrchModelConnectorStatus
EntSrchModelApplComponent EntSrchModelApplComponent
EntSrchModelApplComponentText EntSrchModelApplComponentText
EntSrchModelConnectorDesc EntSrchModelConnectorDesc
EntSrchModelCreatedByUser EntSrchModelCreatedByUser
EntSrchModelLastChangedByUser EntSrchModelLastChangedByUser
EntSrchModelLastChangedOnDate EntSrchModelLastChangedOnDate
EntSrchLastChangedTime EntSrchLastChangedTime
EntSrchModelActionFlag EntSrchModelActionFlag
EntSrchModelScope EntSrchModelScope
EntSrchModelSourceOrigin EntSrchModelSourceOrigin
MetadataExtnIsCrtedFrmEntSrch MetadataExtnIsCrtedFrmEntSrch
EntSrchModelIsModified EntSrchModelIsModified
EntSrchModelContract1 EntSrchModelContract1
EntSrchModelContract1RelState EntSrchModelContract1RelState
EntSrchModelContract0 EntSrchModelContract0
EntSrchModelContract0RelState EntSrchModelContract0RelState
EntSrchModelIsReleased EntSrchModelIsReleased
_EntSrchCDSModelJSONTP _EntSrchCDSModelJSONTP

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_EntSrchCDSModelTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: CENTSRCHCDSMDLTP

CREATE VIEW C_EntSrchCDSModelTP AS
SELECT
  EntSrchModelName,
  EntSrchModelActivationStatus,
  EntSrchModelDescription,
  EntSrchModelConnectorID,
  EntSrchModelConnectorStatus,
  EntSrchModelApplComponent,
  EntSrchModelApplComponentText,
  EntSrchModelConnectorDesc,
  EntSrchModelCreatedByUser,
  EntSrchModelLastChangedByUser,
  EntSrchModelLastChangedOnDate,
  EntSrchLastChangedTime,
  EntSrchModelActionFlag,
  EntSrchModelScope,
  EntSrchModelSourceOrigin,
  MetadataExtnIsCrtedFrmEntSrch,
  EntSrchModelIsModified,
  EntSrchModelContract1,
  EntSrchModelContract1RelState,
  EntSrchModelContract0,
  EntSrchModelContract0RelState,
  EntSrchModelIsReleased
FROM I_EntSrchCDSModelTP
LEFT OUTER JOIN C_EntSrchCDSModelJSONTP AS _EntSrchCDSModelJSONTP ON EntSrchModelName = _EntSrchCDSModelJSONTP.EntSrchModelName  -- association [1..*]
;