I_ATPConfCmpstnReservationSts

DDL: I_ATPCONFCMPSTNRESERVATIONSTS Type: view_entity BASIC

ATP Confirmation Composition Reservation Status

I_ATPConfCmpstnReservationSts is a Basic CDS View that provides data about "ATP Confirmation Composition Reservation Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field ATPConfCmpstnReservationStatus.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.technicalName IATPCONFCMPRESST view
EndUserText.label ATP Confirmation Composition Reservation Status view
ObjectModel.representativeKey ATPConfCmpstnReservationStatus view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY ATPConfCmpstnReservationStatus Lower Value

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 I_ATPConfCmpstnReservationSts.
-- 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.

CREATE VIEW I_ATPConfCmpstnReservationSts AS
SELECT
  cast(domvalue_l as atp_conf_cmpstn_resvn_status) AS ATPConfCmpstnReservationStatus
FROM dd07l
;