TPAR
Business Partner: Functions
TPAR is an SAP database table in S/4HANA. Business Partner: Functions. It contains 9 fields. 7 CDS views read from this table.
CDS Views using this table (7)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_BPSupplierPartnerFunction | view | inner | BASIC | Supplier Partner Function WYT3 |
| I_BusinessPartnerPartFunc | view | inner | BASIC | Core view for BP Partner Functions |
| I_CustomerPartnerFunction | view | inner | BASIC | Core for BP Partner Functions |
| I_CustSalesPartnerFunc | view | inner | BASIC | Customer Sales Area Partner Function |
| I_PartnerFunction | view | from | BASIC | Partner Function |
| I_SupplierPartnerFunc | view | inner | BASIC | Supplier Purchasing Partner Function |
| I_SupplierPartnerFunc_2 | view | inner | BASIC | Interface for Supplier PF |
Fields (9)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | parvw | parvw | Partner Functn | |||
| stein | stein | Unique | ||||
| uparv | uparv | HighPartFunct. | ||||
| fehgr | fehgr | Incompl.Proced. | ||||
| ernam | ernam | Created By | ||||
| nrart | nrart | Partner Type | ||||
| hityp | hityp_kh | Hierarchy type | ||||
| addr_operation | sd_tpar_operation | Address Detn |
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.
-- Business Partner: Functions
-- Category TRANSPARENT · Delivery class G
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TPAR (
MANDT, -- Client [mandt]
PARVW, -- Partner Functn [parvw]
STEIN, -- Unique [stein]
UPARV, -- HighPartFunct. [uparv]
FEHGR, -- Incompl.Proced. [fehgr]
ERNAM, -- Created By [ernam]
NRART, -- Partner Type [nrart]
HITYP, -- Hierarchy type [hityp_kh]
ADDR_OPERATION, -- Address Detn [sd_tpar_operation]
PRIMARY KEY (MANDT, PARVW)
);
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