C_REIntegObjAcctObjAssgmtDEX

DDL: C_REINTEGOBJACCTOBJASSGMTDEX SQL: CREINTOBJACCASS Type: view CONSUMPTION Package: ODATA_RE_IP

Extractor for REIntegObjectAcctObjAssgmt

C_REIntegObjAcctObjAssgmtDEX (Consumption)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

Cross Applications

C_REIntegObjAcctObjAssgmtDEX is a Consumption CDS View that provides data about "Extractor for REIntegObjectAcctObjAssgmt" in SAP S/4HANA. It reads from 1 data source (I_REIntegObjectAcctObjAssgmt) and exposes 22 fields with key fields InternalRealEstateNumber, REAccountingObject, ValidityEndDate. Part of development package ODATA_RE_IP.

SAP API Hub

CategoryConsumption
StateC1
Line of BusinessCross Applications
Application ComponentRE-FX-IP-2CL
CapabilitiesData Source for Data Extraction
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Not Released
PackageCross Applications for SAP S/4HANA Cloud Public Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
I_REIntegObjectAcctObjAssgmt I_REIntegObjectAcctObjAssgmt from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName CREINTOBJACCASS view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.supportedCapabilities #EXTRACTION_DATA_SOURCE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label Extractor for REIntegObjectAcctObjAssgmt view

Fields (22)

KeyFieldSource TableSource FieldDescription
KEY InternalRealEstateNumber InternalRealEstateNumber Internal Key of Real Estate Object
KEY REAccountingObject REAccountingObject Object Number Account Assignment
KEY ValidityEndDate ValidityEndDate Validity End Date
ValidityStartDate ValidityStartDate Validity Start Date
REStatusObjectSource REStatusObjectSource Object Number
CompanyCode CompanyCode Receiver Company Code
REAccountingObjectType REAccountingObjectType Object Type
REOnlyInfoAssgmt REOnlyInfoAssgmt Informational Assignment
REIsLeadingObject REIsLeadingObject Leading object Indicator
REIntegObjSpaceGroupType REIntegObjSpaceGroupType Group Type
REParentIntegObjectType REParentIntegObjectType Parent Object Type
REParentIntegObjectExternalID REParentIntegObjectExternalID Parent External Identification
CostCenter CostCenter Cost Center
InternalOrder InternalOrder Internal Order
OrderType OrderType Order Type
ControllingArea ControllingArea Controlling Area
ProfitCenter ProfitCenter Profit Center
_CompanyCode _CompanyCode
_CostCenter _CostCenter
_InternalOrder _InternalOrder
_REObjectTypeDetails _REObjectTypeDetails
_WBSElement _WBSElement

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_REIntegObjAcctObjAssgmtDEX.
-- 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: CREINTOBJACCASS

CREATE VIEW C_REIntegObjAcctObjAssgmtDEX AS
SELECT
  InternalRealEstateNumber,
  REAccountingObject,
  ValidityEndDate,
  ValidityStartDate,
  REStatusObjectSource,
  CompanyCode,
  REAccountingObjectType,
  REOnlyInfoAssgmt,
  REIsLeadingObject,
  REIntegObjSpaceGroupType,
  REParentIntegObjectType,
  REParentIntegObjectExternalID,
  CostCenter,
  InternalOrder,
  OrderType,
  ControllingArea,
  ProfitCenter
FROM I_REIntegObjectAcctObjAssgmt
;