UDMBPTEMPASSIGNM
Temporary Assignments in Business Partner
UDMBPTEMPASSIGNM is an SAP database table in S/4HANA. Temporary Assignments in Business Partner. 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.
-- Temporary Assignments in Business Partner
-- 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