SQAKONFG_S SAP (Dialog Configuration Group) Structure details

Dictionary Type: Structure
Description: Dialog Configuration Group




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




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

SQAKONFG_S 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 "Dialog Configuration Group" 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_SQAKONFG_S TYPE SQAKONFG_S.

The SQAKONFG_S table consists of various fields, each holding specific information or linking keys about Dialog Configuration Group data available in SAP. These include LANGU (Language Key), KONFID (Configuration group ID), KTEXT (Configuration group short text), ADDONID_N (QADB write R/3 industry sector enhancement).. 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 SQAKONFG_S 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
LANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
KONFIDConfiguration group ID SCONFIDCHAR20Assigned to domainSKONFIDSKN
KTEXTConfiguration group short text SKONFTXTCHAR100TEXT100
ADDONID_NQADB write R/3 industry sector enhancement SQAWADDONCHAR15Assigned to domainSBRANCHSQAWADDON
ADDONID_OQADB read procedures R/3 industry enhancement SQARADDONCHAR15Assigned to domainSBRANCHSQARADDON
NAMESPACEQADB write procedure name space name SQANAMECHAR10Assigned to domainNAMESPACESQANAME
D_CHANGEDData changed in dialog flag SQACHANGECHAR1
T_MODEDialog processing mode SQAMODECHAR3SQAMODE
ENQUEDFlag: Object is locked SQAENQCHAR1
TCFlag: Modular table control used SQATCCHAR1
TC_HANDLEEncapsulated table control handle STC_HANDLECHAR40STC_HANDLE
TC_DYNNRDynpro Number SYDYNNRCHAR4SYCHAR04
TC_REPIDABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
OBJECTS 0
D_OBJECTS 0
VISCOL 0
OBJT_VISObject type column visible S_OBJTVISCHAR1CHAR1
OBJI_VISObject ID column visible S_OBJIDVISCHAR1CHAR1
CURSOR_IXRow Index of Internal Tables SYTABIXINT410SYST_LONG

Key field Non-key field



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

As SQAKONFG_S 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 SQAKONFG_S as there is no data to select.

How to access SAP table SQAKONFG_S

Within an ECC or HANA version of SAP you can also view further information about SQAKONFG_S 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!