SSSO_INCIDENT_ROOT is an SAP Structure so does not store data like a database table does but can be used to process "Incident Root" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_SSSO_INCIDENT_ROOT TYPE SSSO_INCIDENT_ROOT .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
.INCLUDE | /BOBF/S_ADMIN | Administrative data | ||||
DATETIME_CR | /BOBF/DATETIME_CR | DEC | 15 | Date/Time of Item Creation | TSTLC | |
USER_ID_CR | /BOBF/USER_ID_CR | CHAR | 12 | Object Created By | ||
DATETIME_CH | /BOBF/DATETIME_CH | DEC | 15 | Date/Time of Item Change | TSTLC | |
USER_ID_CH | /BOBF/USER_ID_CH | CHAR | 12 | Object Changed By | ||
ID | EHHSS_INC_ID | CHAR | 20 | Incident ID | ALPHA | |
CATEGORY | EHHSS_INC_CATEGORY_CODE | CHAR | 3 | Incident Category | ||
STATUS | EHHSS_INC_STATUS_CODE | CHAR | 2 | Incident Record Status | DFVAL | |
CATEGORY_DESC | EHHSS_INC_CATEGORY_CODE_DESC | CHAR | 60 | Incident Category Description | ||
STATUS_DESC | EHHSS_INC_STATUS_CODE_DESC | CHAR | 60 | Incident Status Description | ||
DEFAULT_LANGUAGE | EHFND_LANGU | LANG | 1 |
* | Language Key | ISOLA |
INC_GROUP_DESC | EHHSS_INC_GROUP_CODE_DESC | CHAR | 255 | Incident Group Description | ||
REGULATIONS_DESC | EHHSS_INC_REGULATIONS_DESC | CHAR | 255 | Regulations Relevant to Incident |
Key field | |
Non-key field |