A_RevnGrowthPromnCustAssgmt

DDL: A_REVNGROWTHPROMNCUSTASSGMT Type: view_entity CONSUMPTION Package: RGM_PROMOTION_PROXY

RGM Promotion Proxy Customer

A_RevnGrowthPromnCustAssgmt is a Consumption CDS View that provides data about "RGM Promotion Proxy Customer" in SAP S/4HANA. It reads from 1 data source (R_RevnGrowthPromnCustAssgmtTP) and exposes 9 fields with key field RevnGrowthPromnCustAssgmtUUID. It is exposed through 1 OData service (API_REVNGROWTHMGMTPROMOTION). Part of development package RGM_PROMOTION_PROXY.

Data Sources (1)

SourceAliasJoin Type
R_RevnGrowthPromnCustAssgmtTP R_RevnGrowthPromnCustAssgmtTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label RGM Promotion Proxy Customer view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
OData.entityType.name PromotionCustomer_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_REVNGROWTHMGMTPROMOTION API_REVNGROWTHMGMTPROMOTION V4 C2 NOT_RELEASED

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY RevnGrowthPromnCustAssgmtUUID RevnGrowthPromnCustAssgmtUUID
RevnGrowthMgmtPromotionUUID RevnGrowthMgmtPromotionUUID
Customer Customer Sold-to Party
CustomerHierarchyRootNode CustomerHierarchyRootNode
CustomerHierarchyNodeID CustomerHierarchyNodeID
CustomerHierarchyNodeType CustomerHierarchyNodeType
ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate ValidTo
_Customer _Customer

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_RevnGrowthPromnCustAssgmt.
-- 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_RevnGrowthPromnCustAssgmt AS
SELECT
  RevnGrowthPromnCustAssgmtUUID,
  RevnGrowthMgmtPromotionUUID,
  Customer,
  CustomerHierarchyRootNode,
  CustomerHierarchyNodeID,
  CustomerHierarchyNodeType,
  ValidityStartDate,
  ValidityEndDate
FROM R_RevnGrowthPromnCustAssgmtTP
;