FTG_HEADER
Feature Toggle
FTG_HEADER is an SAP database table in S/4HANA. Feature Toggle. It contains 23 fields. 6 CDS views read from this table.
CDS Views using this table (6)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| ftg_enabled | view_entity | inner | Enabled feature toggles | |
| ftg_enabled_for_client | view_entity | inner | Enabled feature toggles (for client) | |
| I_CnsldtnFeatureToggle | view_entity | inner | BASIC | Consolidation Feature Toggle |
| I_FeatureToggleHeader | view_entity | from | BASIC | Feature Toggle Header |
| p_aps_iam_feature_scope_c | view_entity | from | IAM: Feature Togle | |
| vfs_ftg_all | view | left_outer | VFS: FTG sub facets |
Fields (23)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | id | ftg_id | Feature Toggle ID | |||
| KEY | version | r3state | Program Status | |||
| language_version | abap_language_version | Language Version | ||||
| feature_state | ftg_feature_state | Feature Toggle Lifecycle State | ||||
| validation_step | ftg_validation_step | |||||
| rollout_step | ftg_rollout_step | |||||
| strategy | ftg_rollout_strategy | Feature Toggle Rollout Strategy | ||||
| rollout_event | ftg_rollout_event | Rollout mode in case of scheduled rollout strategy. | ||||
| rollout_date | xsddate_d | Date | ||||
| changed_at | xsddatetime_z | Time | ||||
| changed_by | wb_changed_by | Last Changed By | ||||
| created_at | xsddatetime_z | Time | ||||
| created_by | wb_created_by | Created By | ||||
| toggle_transaction | tcode | Transaction Code | ||||
| reference_product | ftg_prd_technical_name | |||||
| planned_rtc_v | ftg_planned_rtc_v | |||||
| planned_rtc_sp | ftg_planned_rtc_sp | |||||
| planned_ga_v | ftg_planned_ga_v | |||||
| planned_ga_sp | ftg_planned_ga_sp | |||||
| planned_gr_v | ftg_planned_gr_v | |||||
| planned_gr_sp | ftg_planned_gr_sp | |||||
| configurable | ftg_configurable | |||||
| default_enabled_for | ftg_default_enabled_for |
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.
-- Feature Toggle
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FTG_HEADER (
ID, -- Feature Toggle ID [ftg_id]
VERSION, -- Program Status [r3state]
LANGUAGE_VERSION, -- Language Version [abap_language_version]
FEATURE_STATE, -- Feature Toggle Lifecycle State [ftg_feature_state]
VALIDATION_STEP, -- ftg_validation_step
ROLLOUT_STEP, -- ftg_rollout_step
STRATEGY, -- Feature Toggle Rollout Strategy [ftg_rollout_strategy]
ROLLOUT_EVENT, -- Rollout mode in case of scheduled rollout strategy. [ftg_rollout_event]
ROLLOUT_DATE, -- Date [xsddate_d]
CHANGED_AT, -- Time [xsddatetime_z]
CHANGED_BY, -- Last Changed By [wb_changed_by]
CREATED_AT, -- Time [xsddatetime_z]
CREATED_BY, -- Created By [wb_created_by]
TOGGLE_TRANSACTION, -- Transaction Code [tcode]
REFERENCE_PRODUCT, -- ftg_prd_technical_name
PLANNED_RTC_V, -- ftg_planned_rtc_v
PLANNED_RTC_SP, -- ftg_planned_rtc_sp
PLANNED_GA_V, -- ftg_planned_ga_v
PLANNED_GA_SP, -- ftg_planned_ga_sp
PLANNED_GR_V, -- ftg_planned_gr_v
PLANNED_GR_SP, -- ftg_planned_gr_sp
CONFIGURABLE, -- ftg_configurable
DEFAULT_ENABLED_FOR, -- ftg_default_enabled_for
PRIMARY KEY (ID, VERSION)
);
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