SATC_RT_RUN - Movement data (runtime repository) - Header
Movement data (runtime repository) - Header information is stored in SAP table SATC_RT_RUN.
It is part of development package SATC_STDLIB_RUN_TIME_CORE in software component BC-DWB-TOO-ATF. This development package consists of objects that can be grouped under "INTERNAL: - *NO* REUSE - runtime implementation details".
It is part of development package SATC_STDLIB_RUN_TIME_CORE in software component BC-DWB-TOO-ATF. This development package consists of objects that can be grouped under "INTERNAL: - *NO* REUSE - runtime implementation details".
Fields for table SATC_RT_RUN
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| EXEC_ID | Project execution ID | X | SATC_D_PROJECT_EXECUTION_ID | RAW | 16 | |
| PROJECT_ID | Project ID | SATC_D_PROJECT_ID | RAW | 16 | ||
| PROJECT_EXT_ID | ID of "Project Extension" data | SATC_D_PROJECT_EXT_ID | RAW | 16 | ||
| TITLE | General description | SATC_D_DESCRIPTION | CHAR | 256 | ||
| STATE | State of project execution | SATC_D_PROJECT_EXECUTION_STATE | INT1 | 1 | ||
| CANCEL_REQUEST | Boolean Variable (X=True, Space=False) | SAP_BOOL | CHAR | 2 | ||
| CREATED_ON_TS | Created on .. timestamp | SATC_D_CREATED_ON | DEC | 8 | ||
| UPDATED_ON | Last modification on .. timestamp | SATC_D_MODIFIED_ON | DEC | 8 | ||
| VALID_UNTIL | Expires on .. timestamp | SATC_D_VALID_UPTO | DEC | 8 | ||
| CREATED_BY | Created by | SATC_D_CREATED_BY | CHAR | 24 | ||
| SYSID | Name of SAP System | SYSYSID | CHAR | 16 | ||
| CLIENT | Client ID | SYMANDT | CLNT | 6 | * | |
| APP_CONFIG_NAME | Configuration within application layer | SATC_D_APP_CONFIG_NAME | CHAR | 32 | ||
| APP_CONFIG_FACTORY_NAME | Factory of application layer for operation on config. data | SATC_D_APP_CONFIG_FACTORY_NAME | CHAR | 60 | ||
| EXTERNAL_KEY | External key - Of no particular meaning to ATC itself | SATC_D_EXTERNAL_KEY | CHAR | 16 | ||
| HOSTED_DATA | Serialized data | SATC_D_SERIALIZED_DATA | RSTR | 8 |