I_LOCATION

CDS View

Location

I_LOCATION is a CDS View in S/4HANA. Location. It contains 6 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
C_MaintPlngBcktAssetLocationVH view_entity from CONSUMPTION Asset Location
C_PMAssetLocationVH view from CONSUMPTION Asset Location Value Help
C_PPM_ProjectElementLocationVH view from CONSUMPTION Value Help for Location
I_InternalOrderLocationVH view_entity from COMPOSITE Location
I_WorkCenterLocation view from BASIC Work Center Location
P_FixedAssetOvwLocationVH view from BASIC

Fields (6)

KeyField CDS FieldsUsed in Views
KEY Location Location,WorkCenterLocation 2
KEY Plant Plant,WorkCenterPlant 2
_Address _Address 1
_Plant _Plant 2
AddressID AddressID 2
LocationName LocationName,WorkCenterLocationName 2

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.

-- Location
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_LOCATION (
    LOCATION,
    PLANT,
    _ADDRESS,
    _PLANT,
    ADDRESSID,
    LOCATIONNAME,
    PRIMARY KEY (LOCATION, PLANT)
);