R_REIntegObjectStatusObjectTP

DDL: R_REINTEGOBJECTSTATUSOBJECTTP Type: view_entity TRANSACTIONAL Package: RAP_RE_IP

IntegrationObject Status Object TP

R_REIntegObjectStatusObjectTP is a Transactional CDS View that provides data about "IntegrationObject Status Object TP" in SAP S/4HANA. It reads from 1 data source (I_REIntegrationObjectStatusObj) and exposes 10 fields with key fields InternalRealEstateNumber, StatusProfile, StatusCode. Part of development package RAP_RE_IP.

Data Sources (1)

SourceAliasJoin Type
I_REIntegrationObjectStatusObj I_REIntegrationObjectStatusObj from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label IntegrationObject Status Object TP view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.representativeKey StatusCode view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY InternalRealEstateNumber InternalRealEstateNumber RE Key
KEY StatusProfile StatusProfile Status Profile
KEY StatusCode StatusCode Statuscode
StatusCodeForEdit StatusCode Statuscode
REStatusObject REStatusObject Val. Obj. No.
IsUserStatus IsUserStatus
StatusIsInactive StatusIsInactive
_StatusCode _StatusCode
_StatusProfile _StatusProfile
_REIntegrationObjectTP _REIntegrationObjectTP

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 R_REIntegObjectStatusObjectTP.
-- 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 R_REIntegObjectStatusObjectTP AS
SELECT
  InternalRealEstateNumber,
  StatusProfile,
  StatusCode,
  StatusCode AS StatusCodeForEdit,
  REStatusObject,
  IsUserStatus,
  StatusIsInactive
FROM I_REIntegrationObjectStatusObj
;