TISU_SC_SIMHEAD
IS-U-BR Dyn.Sch.Serv: Simulation Header
TISU_SC_SIMHEAD is an SAP database table in S/4HANA. IS-U-BR Dyn.Sch.Serv: Simulation Header. It contains 17 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_UtilitiesScheduleSimulation | view | from | BASIC |
Fields (17)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | simulation_id | DEISU_CALENDAR_SIMULATION_ID | Simulation ID | |||
| check_id | DEISU_CHECK_ID_BR | Check ID | ||||
| factory_calendar | WFCID | Factory Cal. ID | ||||
| date_from | DATE_FROM | From date | ||||
| date_to | DATE_TO | To Date | ||||
| created_on | ERDAT | Created On | ||||
| created_by | ERNAM | Created By | ||||
| changed_on | AEDAT | Changed On | ||||
| changed_by | AENAM | Changed By | ||||
| sent_approval_on | DEISU_SENT_APPROVAL_DATE | SentApproval | ||||
| sent_approval_by | DEISU_SENT_APPROVAL_BY | Sent Approval by | ||||
| user_for_approver | DEISU_USER_FOR_APPROVER | User for Approver | ||||
| approved_on | DATBW | Approval date | ||||
| approved_by | DEISU_APPROVED_BY_USER | Approved by | ||||
| rejected | PKW_REJCT | Rejected | ||||
| description | DEISU_SC_DESCRIPTION | Description |
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.
-- IS-U-BR Dyn.Sch.Serv: Simulation Header
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TISU_SC_SIMHEAD (
MANDT, -- Client [MANDT]
SIMULATION_ID, -- Simulation ID [DEISU_CALENDAR_SIMULATION_ID]
CHECK_ID, -- Check ID [DEISU_CHECK_ID_BR]
FACTORY_CALENDAR, -- Factory Cal. ID [WFCID]
DATE_FROM, -- From date [DATE_FROM]
DATE_TO, -- To Date [DATE_TO]
CREATED_ON, -- Created On [ERDAT]
CREATED_BY, -- Created By [ERNAM]
CHANGED_ON, -- Changed On [AEDAT]
CHANGED_BY, -- Changed By [AENAM]
SENT_APPROVAL_ON, -- SentApproval [DEISU_SENT_APPROVAL_DATE]
SENT_APPROVAL_BY, -- Sent Approval by [DEISU_SENT_APPROVAL_BY]
USER_FOR_APPROVER, -- User for Approver [DEISU_USER_FOR_APPROVER]
APPROVED_ON, -- Approval date [DATBW]
APPROVED_BY, -- Approved by [DEISU_APPROVED_BY_USER]
REJECTED, -- Rejected [PKW_REJCT]
DESCRIPTION, -- Description [DEISU_SC_DESCRIPTION]
PRIMARY KEY (MANDT, SIMULATION_ID)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA