I_REKEYASSGMT

CDS View

Real Estate Key Assgmt

I_REKEYASSGMT is a CDS View in S/4HANA. Real Estate Key Assgmt. It contains 13 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_REObjectByIntFinNumber view from BASIC Real Estate Obj by Internal FIN Number
I_REObjectByStatusObject view from COMPOSITE Real Estate Object by Status Object
I_REObjectTypeDetails view_entity from COMPOSITE Real Estate Object Type Details

Fields (13)

KeyField CDS FieldsUsed in Views
ArchitecturalObject ArchitecturalObject 1
CompanyCode CompanyCode 1
RealEstateBuilding RealEstateBuilding 1
RealEstateContract RealEstateContract 1
RealEstateObjectType RealEstateObjectType 1
RealEstateProperty RealEstateProperty 1
REBusinessEntity REBusinessEntity 1
REIdentificationKey REIdentificationKey 1
REInternalFinNumber REInternalFinNumber 1
RERentalObject RERentalObject 1
REServiceChargeKey REServiceChargeKey 1
RESettlementUnitID RESettlementUnitID 1
REStatusObject REStatusObjectParent 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Real Estate Key Assgmt
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_REKEYASSGMT (
    ARCHITECTURALOBJECT,
    COMPANYCODE,
    REALESTATEBUILDING,
    REALESTATECONTRACT,
    REALESTATEOBJECTTYPE,
    REALESTATEPROPERTY,
    REBUSINESSENTITY,
    REIDENTIFICATIONKEY,
    REINTERNALFINNUMBER,
    RERENTALOBJECT,
    RESERVICECHARGEKEY,
    RESETTLEMENTUNITID,
    RESTATUSOBJECT
);