CONTROL SAP (Control structure for controlling the DD09L activator) Structure details

Dictionary Type: Structure
Description: Control structure for controlling the DD09L activator




ABAP Code to SELECT data from CONTROL
Related tables to CONTROL
Access table CONTROL




Structure field list including key, data, relationships and ABAP select examples

CONTROL is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Control structure for controlling the DD09L activator" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CONTROL TYPE CONTROL.

The CONTROL table consists of various fields, each holding specific information or linking keys about Control structure for controlling the DD09L activator data available in SAP. These include FESTWT_CHE (Switch for check routine check_Festwerte (X=perform)), PUFFER_CHE (Switch for check routine check_Pufferungsart (X=perform)), SPEICH_CHE (Switch for check routine check_Speicherungsart (X=execute)), FLDANZ_CHE (Switch for check routine CHECK_SCHLFELDANZ (X=Perform)).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CONTROL structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TABNAM_CHESwitch for check routine CHECK_TABNAME (X = perform) TABNAM_CHECHAR1AS4FLAG
FESTWT_CHESwitch for check routine check_Festwerte (X=perform) FESTWT_CHECHAR1AS4FLAG
PUFFER_CHESwitch for check routine check_Pufferungsart (X=perform) PUFFER_CHECHAR1AS4FLAG
SPEICH_CHESwitch for check routine check_Speicherungsart (X=execute) SPEICH_CHECHAR1AS4FLAG
FLDANZ_CHESwitch for check routine CHECK_SCHLFELDANZ (X=Perform) FLDANZ_CHECHAR1AS4FLAG
AKTIVIERENSwitch for activation (X=activate, BLANK=check only) AKTIVIERENCHAR1AS4FLAG
MASSENGENSwitch for writing inact. nametab (X inactive, ' ' active) MASSENGENCHAR1AS4FLAG
AKTSPERRESwitch for activation lock (X=On, BLANK=Off) AKTSPERRECHAR1AS4FLAG
AEND_FLAGIndicator for various upgrade/activation variants AEND_FLAGNUMC2AEND_FLAG
TRANSAKTFlag: (X) transaction activated, (SPACE) not activated TRANSAKTCHAR1TRANSAKT
OBJSPERREFlag for whether DD09L entry is to be locked OBJSPERRECHAR1AS4FLAG
NO_TRCHESwitch for checks prior to change to type TRANSP NO_TRCHECHAR1AS4FLAG
UMSETZUNGFlag: conversion? UMSETZUNGCHAR1AS4FLAG
APP_PROTDD: flag if log should be added APP_PROTCHAR1DDFLAG

Key field Non-key field



How do I retrieve data from SAP structure CONTROL using ABAP code?

As CONTROL is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CONTROL as there is no data to select.

How to access SAP table CONTROL

Within an ECC or HANA version of SAP you can also view further information about CONTROL and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!