SQA02CH_S SAP (Possible selection type definition) Structure details

Dictionary Type: Structure
Description: Possible selection type definition




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




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

SQA02CH_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 "Possible selection type definition" 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_SQA02CH_S TYPE SQA02CH_S.

The SQA02CH_S table consists of various fields, each holding specific information or linking keys about Possible selection type definition data available in SAP. These include SQAKONF (), LANGU (Language Key), KONFID (Configuration group ID), KTEXT (Configuration group short text).. 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 SQA02CH_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
SQADB03CH 0
SQAKONF 0
LANGULanguage Key SPRASLANG1ISOLASPRASSPRH_T002
KONFIDConfiguration group ID SCONFIDCHAR20SKONFIDSKN
KTEXTConfiguration group short text SKONFTXTCHAR100TEXT100
ADDONID_NQADB write R/3 industry sector enhancement SQAWADDONCHAR15SBRANCHSQAWADDON
ADDONID_OQADB read procedures R/3 industry enhancement SQARADDONCHAR15SBRANCHSQARADDON
NAMESPACEQADB write procedure name space name SQANAMECHAR10NAMESPACESQANAME
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 SYREPIDCHAR40PROGRAMM
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
ADDONIndustry SBRANCHCHAR15SQABRANCHSBRANCH
QUEIDUnique question ID SQUEIDCHAR20SQADB01SQUEIDSQA
CHOIDPossible selection ID SCHOIDCHAR15SCHOID
INACTIVEFlag: Selection inactive S_INACTIVECHAR1FLAG
SORTNRSelection sort number SQA_SORTNRINT410SQA_SORTNR
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
ADDONTIndustry SBRANCHCHAR15Assigned to domainSBRANCH
CHTEXTSelection name S_CHTEXTCHAR60TEXT60
MARKTable Control Selection Field SCHECKCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table SQA02CH_S

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