I_TRACKTOOLUSAGEEQUIPMENT

CDS View

List of equipment for processing

I_TRACKTOOLUSAGEEQUIPMENT is a CDS View in S/4HANA. List of equipment for processing. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_ShopFloorExecToolEquipRegnVH view from COMPOSITE Value help view for equipment valid for registration
I_TrackToolUsage view from COMPOSITE Track Tool Usage

Fields (3)

KeyField CDS FieldsUsed in Views
KEY Equipment Equipment 2
_EquipmentProdnRsceTool _EquipmentProdnRsceTool 1
ShopFloorRtgPRTIsRegistrable ShopFloorRtgPRTIsRegistrable 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.

-- List of equipment for processing
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_TRACKTOOLUSAGEEQUIPMENT (
    EQUIPMENT,
    _EQUIPMENTPRODNRSCETOOL,
    SHOPFLOORRTGPRTISREGISTRABLE,
    PRIMARY KEY (EQUIPMENT)
);