TB039A
BP ID Types
TB039A is an SAP database table in S/4HANA. BP ID Types. It contains 9 fields. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_BuPaIdentificationType | view | from | BASIC | CDS View for BP Identification Types |
| I_BusPartIdentificationType | view | from | COMPOSITE | Business Partner identification Type View |
| I_BusPartIdentificationType | view | union | COMPOSITE | Business Partner identification Type View |
| P_BPUsrPersonExternalIDCust | view_entity | from | BASIC | BP Person External ID Cust.(TB039A) |
| R_BPUsrPersonExternalID | view_entity | inner | COMPOSITE | Business User Person External ID |
Fields (9)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | MANDT | Client | |||
| KEY | type | BU_ID_TYPE | ID Type | |||
| category | BU_ID_CATEGORY | ID Categ. | ||||
| xpropose | BU_ID_XPROPOSE | Default | ||||
| xperson | BU_ID_XPERSON | Persons | ||||
| xorganisation | BU_ID_XORGANISATION | Organizations | ||||
| xgroup | BU_ID_XGROUP | Groups | ||||
| xspd_relevant | BU_ID_XSPD | Sensitive Pers. Data | ||||
| xvalidate | BU_ID_XVALIDATE | Validate ID |
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.
-- BP ID Types
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TB039A (
CLIENT, -- Client [MANDT]
TYPE, -- ID Type [BU_ID_TYPE]
CATEGORY, -- ID Categ. [BU_ID_CATEGORY]
XPROPOSE, -- Default [BU_ID_XPROPOSE]
XPERSON, -- Persons [BU_ID_XPERSON]
XORGANISATION, -- Organizations [BU_ID_XORGANISATION]
XGROUP, -- Groups [BU_ID_XGROUP]
XSPD_RELEVANT, -- Sensitive Pers. Data [BU_ID_XSPD]
XVALIDATE, -- Validate ID [BU_ID_XVALIDATE]
PRIMARY KEY (CLIENT, TYPE)
);
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