SDSAM_DAT is an SAP Structure so does not store data like a database table does but can be used to process "DDIC: Info for List Display of Logs" 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_SDSAM_DAT TYPE SDSAM_DAT .
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 |
TOTAL | SDSAM_COUNT | INT4 | 10 | Total | ||
T100_TEXT | SDSAM_T100_TEXT | CHAR | 273 | Message Text | ||
VBELN | VGBEL | CHAR | 10 |
* | Document number of the reference document | ALPHA |
POSNR | VGPOS | NUMC | 6 |
* | Item number of the reference item | |
CHCKD | ANKREUZ | CHAR | 1 | Field for Selecting an Entry | ||
VBELN_REF | VGBEL | CHAR | 10 |
* | Document number of the reference document | ALPHA |
POSNR_REF | VGPOS | NUMC | 6 |
* | Item number of the reference item | |
ICON_EXP | ICON_2 | CHAR | 2 | Icon for ALV/VL35 |
Key field | |
Non-key field |