A_REUseEnableLdngObjAssgmt

DDL: A_REUSEENABLELDNGOBJASSGMT Type: view_entity CONSUMPTION

Usage Enablement Leading Cost Object

A_REUseEnableLdngObjAssgmt is a Consumption CDS View that provides data about "Usage Enablement Leading Cost Object" in SAP S/4HANA. It reads from 1 data source (R_REUseEnableLdngObjAssgmtTP) and exposes 12 fields with key fields InternalRealEstateNumber, REObjectAssignmentType, REStatusObjectTarget, ValidityStartEndDateValue.

Data Sources (1)

SourceAliasJoin Type
R_REUseEnableLdngObjAssgmtTP R_REUseEnableLdngObjAssgmtTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label Usage Enablement Leading Cost Object view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name REUseEnableLdngObjAssgmt_Type view

Fields (12)

KeyFieldSource TableSource FieldDescription
KEY InternalRealEstateNumber InternalRealEstateNumber RE Key
KEY REObjectAssignmentType REObjectAssignmentType Assignment Type
KEY REStatusObjectTarget REStatusObjectTarget Object Number
KEY ValidityStartEndDateValue ValidityStartEndDateValue Validity Period
ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate ValidTo
REStatusObjectSourceIsArchived REStatusObjectSourceIsArchived
REAccountingObjectType REObjectTypeTarget BusObjType
virtualREIdentificationKeyrecaidentkey
virtualREIdentificationrecaident
virtualCompanyCodebukrs
virtualREObjectTextrecnvdmobjname

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_REUseEnableLdngObjAssgmt.
-- 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_REUseEnableLdngObjAssgmt AS
SELECT
  InternalRealEstateNumber,
  REObjectAssignmentType,
  REStatusObjectTarget,
  ValidityStartEndDateValue,
  ValidityStartDate,
  ValidityEndDate,
  REStatusObjectSourceIsArchived,
  REObjectTypeTarget AS REAccountingObjectType,
  virtual REIdentificationKey : recaidentkey AS virtualREIdentificationKeyrecaidentkey,
  virtual REIdentification : recaident AS virtualREIdentificationrecaident,
  virtual CompanyCode : bukrs AS virtualCompanyCodebukrs,
  virtual REObjectText : recnvdmobjname AS virtualREObjectTextrecnvdmobjname
FROM R_REUseEnableLdngObjAssgmtTP
;