KNB5
Customer master (dunning data)
KNB5 is an SAP database table in S/4HANA. Customer master (dunning data). It contains 11 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| FNDEI_KNB5_BLOCKINGINFO | view | from | Filter View for table KNB5 | |
| FNDEI_KNB5_FILTER | view | from | Filter View for table KNB5 | |
| I_CustomerDunning | view | from | BASIC | Customer Company Code Dunning Fields |
Fields (11)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | kunnr | kunnr | Customer | |||
| KEY | bukrs | bukrs | Company Code | |||
| KEY | maber | maber | Dunning Area | |||
| mahna | mahna | Dunn.Procedure | ||||
| mansp | mansp | Dunn. Block | ||||
| madat | madat | Last Dunned | ||||
| mahns | mahns_d | Dunning Level | ||||
| knrma | knrma | Dunn.Recipient | ||||
| gmvdt | gmvdt | Leg.Dunn.Proc. | ||||
| busab | busab_ma | Dunning Clerk |
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.
-- Customer master (dunning data)
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE KNB5 (
MANDT, -- Client [mandt]
KUNNR, -- Customer [kunnr]
BUKRS, -- Company Code [bukrs]
MABER, -- Dunning Area [maber]
MAHNA, -- Dunn.Procedure [mahna]
MANSP, -- Dunn. Block [mansp]
MADAT, -- Last Dunned [madat]
MAHNS, -- Dunning Level [mahns_d]
KNRMA, -- Dunn.Recipient [knrma]
GMVDT, -- Leg.Dunn.Proc. [gmvdt]
BUSAB, -- Dunning Clerk [busab_ma]
PRIMARY KEY (MANDT, KUNNR, BUKRS, MABER)
);
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