ABCALTCNTL
Alternative Control of the Alternative-Based Confirmation
ABCALTCNTL is an SAP database table in S/4HANA. Alternative Control of the Alternative-Based Confirmation. It contains 13 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| CDS_ATP_SDM_ALTCTLCHARC_STATUS | view | from | Status for Silent Data Migration of Alt Ctl and Charc Assgmt | |
| I_AltvBsdConfAlternativeCtrl | view | from | BASIC | Alternative Control |
| I_AltvBsdConfAltvCtrl | view | from | BASIC | Alternative Control |
Fields (13)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | altvbsdconfalternativectrluuid | atp_abc_altv_ctrl_uuid | Alternative Control UUID | |||
| altvbsdconfaltvctrlgroupuuid | atp_abc_altv_ctrl_group_uuid | Alt. Ctrl Group ID | ||||
| atprelevantdocumentclass | atp_relevant_document_class | Document Class | ||||
| altvbsdconfsubstnstrgyuuid | atp_abc_sub_strategy_uuid | Substitution Strategy UUID | ||||
| ismarkedfordeletion | atp_abc_is_marked_for_deletion | Marked for deletion | ||||
| creationdatetime | atp_abc_creation_timestamp | Created On | ||||
| createdbyuser | vdm_createdbyuserid | Created By | ||||
| lastchangedatetime | atp_abc_lastchange_timestamp | Changed On | ||||
| lastchangedbyuser | vdm_lastchangedbyuserid | Changed By | ||||
| alternativecontrolisactive | atp_abc_altv_ctrl_is_active | Is Active | ||||
| busprpsofrefdvalueiscompleted | cvp_xblck | Purpose Completed | ||||
| charcvalauthzngroup | charcvalauthzngroup | Authorization Group |
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.
-- Alternative Control of the Alternative-Based Confirmation
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ABCALTCNTL (
MANDT, -- Client [mandt]
ALTVBSDCONFALTERNATIVECTRLUUID, -- Alternative Control UUID [atp_abc_altv_ctrl_uuid]
ALTVBSDCONFALTVCTRLGROUPUUID, -- Alt. Ctrl Group ID [atp_abc_altv_ctrl_group_uuid]
ATPRELEVANTDOCUMENTCLASS, -- Document Class [atp_relevant_document_class]
ALTVBSDCONFSUBSTNSTRGYUUID, -- Substitution Strategy UUID [atp_abc_sub_strategy_uuid]
ISMARKEDFORDELETION, -- Marked for deletion [atp_abc_is_marked_for_deletion]
CREATIONDATETIME, -- Created On [atp_abc_creation_timestamp]
CREATEDBYUSER, -- Created By [vdm_createdbyuserid]
LASTCHANGEDATETIME, -- Changed On [atp_abc_lastchange_timestamp]
LASTCHANGEDBYUSER, -- Changed By [vdm_lastchangedbyuserid]
ALTERNATIVECONTROLISACTIVE, -- Is Active [atp_abc_altv_ctrl_is_active]
BUSPRPSOFREFDVALUEISCOMPLETED, -- Purpose Completed [cvp_xblck]
CHARCVALAUTHZNGROUP, -- Authorization Group [charcvalauthzngroup]
PRIMARY KEY (MANDT, ALTVBSDCONFALTERNATIVECTRLUUID)
);
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