SAP SUR_EHS_QUESTLIST Question list of an EHS questionnaire for Web Survey Table data and field list

SUR_EHS_QUESTLIST 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 "Question list of an EHS questionnaire for Web Survey" 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_SUR_EHS_QUESTLIST TYPE SUR_EHS_QUESTLIST.

The SUR_EHS_QUESTLIST table consists of various fields, each holding specific information or linking keys about Question list of an EHS questionnaire for Web Survey data available in SAP. These include QUEST_QCATALOG (Number of Question Catalog), QUEST_GROUP (Catalog Group), QUEST_ID (Number of Catalog Entry), QUEST_OCCUR (Index of Catalog Entry in Questionnaire)... 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. .

SUR_EHS_QUESTLIST structure Technical Details:

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


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

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the SUR_EHS_QUESTLIST table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
Q_IDNumber of General Questionnaire EHS00_QIDNUMC6NUMC06
QUEST_QCATALOGNumber of Question Catalog EHS00_QCATALOGNUMC3NUMC03OHC
QUEST_GROUPCatalog Group EHS00_QGROUPNUMC2NUMC02
QUEST_IDNumber of Catalog Entry EHS00_QUESTIDNUMC5NUMC05
QUEST_OCCURIndex of Catalog Entry in Questionnaire EHS00_QOCCURNUMC3NUMC03
SPRASLanguage EHS00_SPRASLANG1Assigned to domainISOLASPRAS
SCORINGWeighting EHS00_SCORECHAR2CHAR02
MANDATORYAnswer Required EHS00_MANDATORYCHAR1BOOLEAN
QUEST_POSPosition of Catalog Entries in Questionnaire EHS00_QPOSNUMC3NUMC03
TARGET_REFSurvey: Reference between question and target item SUR_TARGET_REFCHAR1
PRE_PARAMSurvey: field contains default parameters SUR_PRE_PARAMCHAR1XFELD
CONSTANTSurvey: field value SUR_FIELD_VALUECHAR255
CATEGORYSurvey: Application SUR_CATEGORYCHAR12SUR_APPLI
FIELDNAMESurvey: field SUR_FIELD_IDCHAR30Assigned to domainFDNAME
UNIT_FLAGSurvey: Field with unit SUR_UNIT_FLAGCHAR1XFELD
COMMENT_FLAGSurvey: field with commentary SUR_COMMENT_FLAGCHAR1XFELD
COMPARE_FLAGSurvey: field with comparison value SUR_COMPARE_FLAGCHAR1XFELD
QUEST_TYPECatalog Entry Category EHS00_QTYPECHAR2CHAR02
ANSWER_TYPEAnswer Type EHS00_ANSWERTYPNUMC3NUMC03
TEXTCatalog Entry Text EHS00_TXT255CHAR255TEXT255

Key field Non-key field



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

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

How to access SAP table SUR_EHS_QUESTLIST

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

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