I_SAFETYINSTRUCTIONTP

CDS View

FSI: Transactional View

I_SAFETYINSTRUCTIONTP is a CDS View in S/4HANA. FSI: Transactional View. It contains 2 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
C_EquipSafetyInstructionTP view from CONSUMPTION SI for Equip.: Root Consumption View
C_GenericSafetyInstructionTP view from CONSUMPTION Generic SI: Root Consumption View
C_SafetyInstructionTP view from CONSUMPTION Consumption View for Safety Instruction
C_SubstSafetyInstructionTP view from CONSUMPTION Consumption View for SI for Substance

Fields (2)

KeyField CDS FieldsUsed in Views
CreatedByUser CreatedByUser 2
LastChangedByUser LastChangedByUser 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.

-- FSI: Transactional View
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SAFETYINSTRUCTIONTP (
    CREATEDBYUSER,
    LASTCHANGEDBYUSER
);