SCOL_TOOLS_DATA is an SAP Structure so does not store data like a database table does but can be used to process "ESF Administration: Data Fields" 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_SCOL_TOOLS_DATA TYPE SCOL_TOOLS_DATA .
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 |
EXP_DUMP | CHAR | 1 | ||||
PME_MODE | CHAR | 1 | ||||
DBG_MODE | CHAR | 1 | ||||
DBG_GUIHOST | CHAR | 32 | ||||
DBG_SMODULE | CHAR | 30 | ||||
DBG_METHOD | CHAR | 61 | ||||
DBG_USESNC | CHAR | 1 | ||||
DBG_SERVER | CHAR | 32 | ||||
TRACELEVEL | SCOL_TRACELEVEL | CHAR | 1 | Trace Level | ||
TRACEMAXROWS | NUMC | 2 |
Key field | |
Non-key field |