P_RSAU_BUF_VIEW
Display Audit Log Data (Classic Format)
P_RSAU_BUF_VIEW is a CDS View that provides data about "Display Audit Log Data (Classic Format)" in SAP S/4HANA. It reads from 3 data sources (rsau_buf_flag, P_RSAU_META_DATA, rsau_buf_data) and exposes 21 fields with key fields area, subid, slgdattim, slgproc, slgmand.
Data Sources (3)
| Source | Alias | Join Type |
|---|---|---|
| rsau_buf_flag | flg | left_outer |
| P_RSAU_META_DATA | meta | left_outer |
| rsau_buf_data | rsau_buf_data | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PRSAU_BUF_VIEW | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.dataMaintenance | #DISPLAY_ONLY | view | |
| EndUserText.label | Display Audit Log Data (Classic Format) | view |
Fields (21)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | area | rsau_buf_data | area | Settings Area |
| KEY | subid | rsau_buf_data | subid | Topic ID |
| KEY | slgdattim | rsau_buf_data | slgdattim | System log time stamp |
| KEY | slgproc | rsau_buf_data | slgproc | Process |
| KEY | slgmand | rsau_buf_data | slgmand | Client |
| KEY | sid | rsau_buf_data | sid | SID |
| KEY | instance | rsau_buf_data | instance | TaskCount |
| KEY | counter | rsau_buf_data | counter | Version |
| slgltrm2 | rsau_buf_data | slgltrm2 | Terminal | |
| slguser | rsau_buf_data | slguser | User | |
| slgtc | rsau_buf_data | slgtc | Transaction Code | |
| slgrepna | rsau_buf_data | slgrepna | Program | |
| term_ipv6 | rsau_buf_data | term_ipv6 | Peer Address | |
| sal_data | rsau_buf_data | sal_data | Variable Data | |
| mfd_flag | rsau_buf_flag | mfd_flag | Deletion Flag | |
| alert_flag | rsau_buf_flag | alert_flag | Alert ID | |
| subclasid | P_RSAU_META_DATA | subclasid | Subgroup | |
| severity | P_RSAU_META_DATA | severity | Thresh.Val. Severity | |
| txt | P_RSAU_META_DATA | txt | Version Dscrptn | |
| var_set_1 | P_RSAU_META_DATA | var_set_1 | ||
| msg |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view P_RSAU_BUF_VIEW.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: PRSAU_BUF_VIEW
CREATE VIEW P_RSAU_BUF_VIEW AS
SELECT
rsau_buf_data.area AS area,
rsau_buf_data.subid AS subid,
rsau_buf_data.slgdattim AS slgdattim,
rsau_buf_data.slgproc AS slgproc,
rsau_buf_data.slgmand AS slgmand,
rsau_buf_data.sid AS sid,
rsau_buf_data.instance AS instance,
rsau_buf_data.counter AS counter,
rsau_buf_data.slgltrm2 AS slgltrm2,
rsau_buf_data.slguser AS slguser,
rsau_buf_data.slgtc AS slgtc,
rsau_buf_data.slgrepna AS slgrepna,
rsau_buf_data.term_ipv6 AS term_ipv6,
rsau_buf_data.sal_data AS sal_data,
flg.mfd_flag AS mfd_flag,
flg.alert_flag AS alert_flag,
meta.subclasid AS subclasid,
meta.severity AS severity,
meta.txt AS txt,
meta.var_set_1 AS var_set_1,
concat(rsau_buf_data.area, rsau_buf_data.subid ) AS msg
FROM rsau_buf_data
LEFT OUTER JOIN rsau_buf_flag AS flg ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN P_RSAU_META_DATA AS meta ON /* join condition not captured in parsed metadata */
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- 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
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA