SQADB03CH SAP (Decision Question Answers) Table details

Dictionary Type: Table
Description: Decision Question Answers




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




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

SQADB03CH is a standard SAP Table which is used to store Decision Question Answers data and is available within R/3 SAP systems depending on the version and release level.

The SQADB03CH table consists of various fields, each holding specific information or linking keys about Decision Question Answers data available in SAP. These include CHOID (Possible selection ID), OBJTYPE (Object type for reactions), OBJID (GUID (Global Unique Identifier)), ACTIV (Sense of group members (+ or -)).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SQADB03CH table 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
QUEIDUnique question ID SQUEIDCHAR20SQADB01SQUEIDSQA
CHOIDPossible selection ID SCHOIDCHAR15SQADB02CHSCHOID
OBJTYPEObject type for reactions SCHOBJTCHAR4SCONFOBJT
OBJIDGUID (Global Unique Identifier) UFARIIDCHAR32TEXT32
ACTIVSense of group members (+ or -) UFSENSECHAR1UFSENSE

Key field Non-key field



How do I retrieve data from SAP table SQADB03CH using ABAP code

The following ABAP code Example will allow you to do a basic selection on SQADB03CH to SELECT all data from the table
DATA: WA_SQADB03CH TYPE SQADB03CH.

SELECT SINGLE *
FROM SQADB03CH
INTO CORRESPONDING FIELDS OF WA_SQADB03CH
WHERE...

How to access SAP table SQADB03CH

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