A_ACMTrdgContrApplStatus

DDL: A_ACMTRDGCONTRAPPLSTATUS Type: view_entity CONSUMPTION

Application Status

A_ACMTrdgContrApplStatus is a Consumption CDS View that provides data about "Application Status" in SAP S/4HANA. It reads from 1 data source (R_ACMTrdgContrApplStsTP) and exposes 2 fields with key field ACMTradingContractApplStatus.

Data Sources (1)

SourceAliasJoin Type
R_ACMTrdgContrApplStsTP R_ACMTrdgContrApplStsTP projection

Annotations (8)

NameValueLevelField
OData.entityType.name ContractApplicationStatus_Type view
EndUserText.label Application Status view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ACMTradingContractApplStatus ACMTradingContractApplStatus
ACMTrdgContrStatusCategory ACMTrdgContrStatusCategory

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 A_ACMTrdgContrApplStatus.
-- 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 A_ACMTrdgContrApplStatus AS
SELECT
  ACMTradingContractApplStatus,
  ACMTrdgContrStatusCategory
FROM R_ACMTrdgContrApplStsTP
;