The Function Module SWT_TRACE_WRITE (Workflow: Trace schreiben) is a standard Function Module in SAP ERP and is part of the function group SWT1 within the package SWT.
Function Module | SWT_TRACE_WRITE |
Short Text | Workflow: Trace schreiben |
Function Group | SWT1 |
Package | SWT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ACTION | LIKE | SWT_ACT-TACTION | Action executed in workflow trace | |
DATA_STR | LIKE | Data structure (alternative to DATA_LST) | ||
FUNCNAME | LIKE | SWT_LOG-FUNCNAME | Name of calling function | |
HROBJID | TYPE | ANY | Entry refers to this HR object ID | |
HROBJTYPE | LIKE | SWT_LOG-OBJTYPE | Entry refers to this HR object type | |
NAME_STR | LIKE | SWT_LOGDAT-STRUCTNAME | Structure name (alternative to NAME_LST) | |
OWN_MODID | LIKE | SWT_LOG-OWNMODID | ID of calling workflow module | |
SEVERITY | LIKE | SWT_LOG-SEVERITY | 9 | Severity of log entry |
SPA_ID | LIKE | RSEUX-CR_VALUE | 'SWT' | GPA/SPA Id for internal use |
THEIR_MODID | LIKE | SWT_LOG-THEIRMODID | ID of the workflow module called |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATA_LST | TYPE | STANDARD TABLE | List of data structures (alt. to DATA_STR) | |
LEVEL_LST | TYPE | STANDARD TABLE | Hierarchy level of log entry | |
NAME_LST | TYPE | STANDARD TABLE | List of structure names (alternative to NAME_STR) |
This function module does not define any Exceptions.