The CYTSTR_TAB table in SAP ERP or S/4HANA stores Time stream keys data. There are total 13 fields in CYTSTR_TAB table. The Time stream keys table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CYTSTR_TAB table. It is in R/3 Application development: Capacity Planning (CY) ABAP package and is part of the Capacity Evaluations (PP-CRP-ALY) module.
SAP CYTSTR_TAB Table Fields
Following is the list of fields that are available in SAP CYTSTR_TAB table. The primary key fields of the table are MANDT (Client), KAPID (Capacity ID), VERSN (Active Version of Available Capacity), TYP (Component of the Version Number).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| KAPID | Capacity ID | KAPID | * | NUMC (8) |
| VERSN | Active Version of Available Capacity | KAPVERSAKT | * | NUMC (2) |
| TYP | Component of the Version Number | CHAR2 | CHAR (2) | |
| TSTRTYPE | Time stream: Type | TSTRTYPE | CHAR (2) | |
| TSTREAMID | Working time from sales view | TSTRIDSD | * | CHAR (10) |
| CALENDARID | Calendar ID | TSTRCALID | TTSTR | CHAR (2) |
| CREATED | Time at which object was created | TSTRCREATS | DEC (15) | |
| CREATEDBY | User that created object | TSTRCREATN | USR02 | CHAR (12) |
| CHANGED | Time at which object was last changed | TSTRCHANGS | DEC (15) | |
| CHANGEDBY | Last user to change object | TSTRCHANGN | USR02 | CHAR (12) |
| GENERATE | Time stream: Time of last generation | TSTRGENERS | DEC (15) | |
| GENERATEBY | Time stream: User who generated object | TSTRGENERN | * | CHAR (12) |


