RSAUPROF
Audit: Audit-Konfigurationsparameter (Audit-Profil)
RSAUPROF is an SAP database table in S/4HANA. Audit: Audit-Konfigurationsparameter (Audit-Profil). It contains 12 fields. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| c_rsau_params | view | from | C-View for SAL related parameters | |
| 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 |
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-Konfigurationsparameter (Audit-Profil)
-- 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