Data Element list used by SAP ABAP Function Module RSAU_GET_AUDIT_CONFIG (Aktuelle Audit-Konfiguration des Servers ermitteln)
SAP ABAP Function Module
RSAU_GET_AUDIT_CONFIG (Aktuelle Audit-Konfiguration des Servers ermitteln) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | RSAUENABLE | Audit: Enable | SOURCE VALUE(ENABLE) LIKE RSAUINFO-ENABLE |
|
| 2 | RSAUFNUM | Audit log: number of the current audit log | SOURCE VALUE(CURFILENUM) LIKE RSAUINFO-FILENUMBER |
|
| 3 | RSAUFSTAT | Audit log: Processing status of an audit file | SOURCE VALUE(FILESTATUS) LIKE RSAUINFO-FILESTATUS |
|
| 4 | RSAULOGPOS | Size of current audit log | SOURCE VALUE(POSITION) LIKE RSAUINFO-POS |
|
| 5 | RSAUMAXSIZ | Max. size of the audit log per day | SOURCE VALUE(SIZEOFFILE) LIKE RSAUINFO-FILEMAX |
|
| 6 | RSAUMAXSIZ | Max. size of the audit log per day | SOURCE VALUE(MAXFILESIZE) LIKE RSAUINFO-MAXFILESIZ |
|
| 7 | RSAUMAXSIZ | Max. size of the audit log per day | SOURCE VALUE(CURFILESIZE) LIKE RSAUINFO-CURFILSIZE |
|
| 8 | RSAUSHMDAT | Date the audit log was last written to | SOURCE VALUE(DATE) LIKE RSAUINFO-SHMDATE |
|
| 9 | RSAUSHMUSERSEL | User Selection Variant | SOURCE VALUE(USER_SELECTION) TYPE RSAUSHMUSERSEL |
|
| 10 | RSAUSHMVER | Version of the audit shared memory | SOURCE VALUE(VERSION) LIKE RSAUINFO-VERSION |
|
| 11 | RSAUSLOTCN | Number of records available for control information | SOURCE VALUE(SLOTCOUNT) LIKE RSAUINFO-SLOTCOUNT |
|
| 12 | SAP_BOOL | Boolean Variable (X=True, Space=False) |