WBRC
Complaints in Settlement Management
WBRC is an SAP database table in S/4HANA. Complaints in Settlement Management. It contains 16 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_WBRC_ValueHelp | view | from | BASIC |
Fields (16)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | claimnumber | CLAIMNUMBER | Complaint No. | |||
| claimreason | CLAIMREASON | Complaint Reason | ||||
| wbeln | WLF_CWB_WBELN | Referenced Doc. | ||||
| posnr | WLF_CWB_POSNR | Refd Doc. Item | ||||
| ab_document | WLF_AB_DOCUMENT | Is Settl. Mgmt Doc. | ||||
| erdat | ERDAT | Created On | ||||
| erzet | ERZET | Time | ||||
| ernam | ERNAM | Created By | ||||
| aedat | AEDAT | Changed On | ||||
| claimstatus | CLAIMSTATUS | Complaint Status | ||||
| closed | WLF_CWB_CLOSED | Closed On | ||||
| blocked | WLF_CWB_BLOCKED | Complaint Locked | ||||
| last_role | WZRE_COMPLAINT_ROLE | Complaints-Role | ||||
| language | SPRAS | Language | ||||
| _dataaging | DATA_TEMPERATURE | Data Aging |
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.
-- Complaints in Settlement Management
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE WBRC (
MANDT, -- Client [MANDT]
CLAIMNUMBER, -- Complaint No. [CLAIMNUMBER]
CLAIMREASON, -- Complaint Reason [CLAIMREASON]
WBELN, -- Referenced Doc. [WLF_CWB_WBELN]
POSNR, -- Refd Doc. Item [WLF_CWB_POSNR]
AB_DOCUMENT, -- Is Settl. Mgmt Doc. [WLF_AB_DOCUMENT]
ERDAT, -- Created On [ERDAT]
ERZET, -- Time [ERZET]
ERNAM, -- Created By [ERNAM]
AEDAT, -- Changed On [AEDAT]
CLAIMSTATUS, -- Complaint Status [CLAIMSTATUS]
CLOSED, -- Closed On [WLF_CWB_CLOSED]
BLOCKED, -- Complaint Locked [WLF_CWB_BLOCKED]
LAST_ROLE, -- Complaints-Role [WZRE_COMPLAINT_ROLE]
LANGUAGE, -- Language [SPRAS]
_DATAAGING, -- Data Aging [DATA_TEMPERATURE]
PRIMARY KEY (MANDT, CLAIMNUMBER)
);
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