UDMBPTEMPASSIGNM
Temporäre Zuordnungen im Geschäftspartner
UDMBPTEMPASSIGNM is an SAP database table in S/4HANA. Temporäre Zuordnungen im Geschäftspartner. It contains 8 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_BPCollectionsSgmtTmpAssgmt | view | from | BASIC | Temporary Collections Segment Assignment |
| P_TemporaryBPCollectionSegment | view | from | BASIC |
Fields (8)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | partner | bu_partner | Busn. Partner | |||
| KEY | coll_segment | bdm_coll_segment | Segment | |||
| KEY | valid_until | udm_valid_until | Closed On | |||
| KEY | date_to | udm_date_to | Valid To | |||
| date_from | udm_date_from | Valid From | ||||
| coll_group | udm_coll_group | Collection Group | ||||
| coll_specialist | bdm_coll_specialist | Specialist |
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.
-- Temporäre Zuordnungen im Geschäftspartner
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE UDMBPTEMPASSIGNM (
MANDT, -- Client [mandt]
PARTNER, -- Busn. Partner [bu_partner]
COLL_SEGMENT, -- Segment [bdm_coll_segment]
VALID_UNTIL, -- Closed On [udm_valid_until]
DATE_TO, -- Valid To [udm_date_to]
DATE_FROM, -- Valid From [udm_date_from]
COLL_GROUP, -- Collection Group [udm_coll_group]
COLL_SPECIALIST, -- Specialist [bdm_coll_specialist]
PRIMARY KEY (MANDT, PARTNER, COLL_SEGMENT, VALID_UNTIL, DATE_TO)
);
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