RSAUPROF
Audit: Audit configuration parameters (audit profile)
RSAUPROF is an SAP database table in S/4HANA. Audit: Audit configuration parameters (audit profile). It contains 12 fields. 7 CDS views read from this table.
CDS Views using this table (7)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| c_rsau_params | view | from | C-View for SAL related parameters | |
| GET_RSAU_OP_MODE | view_entity | from | Get System Operation Mode | |
| P_RSAU_ARCH_MGMT | view_entity | from | Archive Management Configuration(BC_SAL) | |
| P_RSAUPROF | view | from | Security Audit Log - Configuration Data | |
| RSAU_GET_AR | view | inner | Security Audit Log - Get Access Rule | |
| RSAUPROF_HEAD_X | view | from | Helper for RSAUPROF_HEAD | |
| SAIS_USER_F4_X | view_entity | from | BC-SEC Value Help for Users (Helper) |
Fields (12)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | profname | RSAUPNAME | Profile name | |||
| KEY | slotno | RSAUSLOTNO | Audit log: Number of the recording parameter (slot) | |||
| currprof | RSAUCPROF | Current Profile | ||||
| classes | RSAUCLASID | Class | ||||
| severity | RSAUSEVERI | Level | ||||
| client | MANDT | Client | ||||
| uname | XUBNAME | User | ||||
| status | RSAUSTATUS | Active | ||||
| cuname | RSAUCUNAME | Changed by | ||||
| cdate | RSAUCDATE | Changed on | ||||
| selvar | RSAUSELVAR | SelVariant | ||||
| msgvect | RSAUMSGVEC | SelVector |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Audit: Audit configuration parameters (audit profile)
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE RSAUPROF (
PROFNAME, -- Profile name [RSAUPNAME]
SLOTNO, -- Audit log: Number of the recording parameter (slot) [RSAUSLOTNO]
CURRPROF, -- Current Profile [RSAUCPROF]
CLASSES, -- Class [RSAUCLASID]
SEVERITY, -- Level [RSAUSEVERI]
CLIENT, -- Client [MANDT]
UNAME, -- User [XUBNAME]
STATUS, -- Active [RSAUSTATUS]
CUNAME, -- Changed by [RSAUCUNAME]
CDATE, -- Changed on [RSAUCDATE]
SELVAR, -- SelVariant [RSAUSELVAR]
MSGVECT, -- SelVector [RSAUMSGVEC]
PRIMARY KEY (PROFNAME, SLOTNO)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA