SNAP is an SAP Table so does not store data like a database table does but can be used to process "ABAP/4 Snapshot for Runtime Errors" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Table. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_SNAP TYPE SNAP .
Below is the documentation avaialable and full details of the fields which make up this Table.
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.
Delivery Class: L - Table for storing temporary data, delivered empty
Display/Maintenance via SM30: Not Allowed
Enhancement category i: Cannot Be Enhanced
See here for more information about this and other SAP enhancement categories
Field | Data Element | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
DATUM | SYDATUM | DATS | 8 | System Date | ||
UZEIT | SYUZEIT | TIMS | 6 | System Time | ||
AHOST | SNAP_SYINST | CHAR | 32 | Name of Current Application Server | ||
UNAME | SYUNAME | CHAR | 12 | User Name | ||
MANDT | SYMANDT | CLNT | 3 |
* | Client ID | |
MODNO | SYWPID | INT4 | 10 | Index of Work Process | ||
SEQNO | SYCHAR03 | CHAR | 3 | CHAR03 data element for SYST | ||
XHOLD | S380XHOLD | CHAR | 1 | Storage of Short Dump | ||
FLIST | SYCHAR200 | CHAR | 200 | CHAR(200) | ||
FLIST02 | SYCHAR200 | CHAR | 200 | CHAR(200) | ||
FLIST03 | SYCHAR200 | CHAR | 200 | CHAR(200) | ||
FLIST04 | SYCHAR200 | CHAR | 200 | CHAR(200) | ||
FLIST05 | SYCHAR200 | CHAR | 200 | CHAR(200) | ||
FLIST06 | SYCHAR200 | CHAR | 200 | CHAR(200) | ||
FLIST07 | SYCHAR200 | CHAR | 200 | CHAR(200) | ||
FLIST08 | SYCHAR200 | CHAR | 200 | CHAR(200) |
Key field | |
Non-key field |