ALLO_TAG_ASSIGN
Allocation Tag assignment table
ALLO_TAG_ASSIGN is an SAP database table in S/4HANA. Allocation Tag assignment table. It contains 12 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_AllocTagObjectAssignment | view | from | BASIC | Assign tag to cycle and segment |
| I_UnivAllocTagObjectAssignment | view_entity | from | BASIC | Tag to Allocation Object Assignment |
Fields (12)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | allocationtagid | fco_tag_id | Allocation Tags | |||
| KEY | allocationtype | dbnam | Table | |||
| KEY | allocationcycle | cycle | Cycle | |||
| KEY | allocationcyclestartdate | fco_alloc_valid_from | Valid From | |||
| KEY | allocationcyclesegment | fco_alloc_segment_number | Segment Number | |||
| allocationtagcreatedbyuser | fco_tag_created_user | Created By | ||||
| allocationtagchangedbyuser | fco_tag_changed_user | Changed By | ||||
| lastchangedatetime | timestampl | Time Stamp | ||||
| creationdatetime | timestampl | Time Stamp | ||||
| allocationcreatedate | erfdt | Entered On | ||||
| lastchangedate | aendt | Changed On |
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.
-- Allocation Tag assignment table
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ALLO_TAG_ASSIGN (
MANDT, -- Client [mandt]
ALLOCATIONTAGID, -- Allocation Tags [fco_tag_id]
ALLOCATIONTYPE, -- Table [dbnam]
ALLOCATIONCYCLE, -- Cycle [cycle]
ALLOCATIONCYCLESTARTDATE, -- Valid From [fco_alloc_valid_from]
ALLOCATIONCYCLESEGMENT, -- Segment Number [fco_alloc_segment_number]
ALLOCATIONTAGCREATEDBYUSER, -- Created By [fco_tag_created_user]
ALLOCATIONTAGCHANGEDBYUSER, -- Changed By [fco_tag_changed_user]
LASTCHANGEDATETIME, -- Time Stamp [timestampl]
CREATIONDATETIME, -- Time Stamp [timestampl]
ALLOCATIONCREATEDATE, -- Entered On [erfdt]
LASTCHANGEDATE, -- Changed On [aendt]
PRIMARY KEY (MANDT, ALLOCATIONTAGID, ALLOCATIONTYPE, ALLOCATIONCYCLE, ALLOCATIONCYCLESTARTDATE, ALLOCATIONCYCLESEGMENT)
);
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