/SAPSRM/S_PDO_QSTN_ATTRIBUTES SAP (Questionnaire Attributes) Structure details

Dictionary Type: Structure
Description: Questionnaire Attributes




ABAP Code to SELECT data from /SAPSRM/S_PDO_QSTN_ATTRIBUTES
Related tables to /SAPSRM/S_PDO_QSTN_ATTRIBUTES
Access table /SAPSRM/S_PDO_QSTN_ATTRIBUTES




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

/SAPSRM/S_PDO_QSTN_ATTRIBUTES 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 "Questionnaire Attributes" 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_/SAPSRM/S_PDO_QSTN_ATTRIBUTES TYPE /SAPSRM/S_PDO_QSTN_ATTRIBUTES.

The /SAPSRM/S_PDO_QSTN_ATTRIBUTES table consists of various fields, each holding specific information or linking keys about Questionnaire Attributes data available in SAP. These include SUPPLIER_NAME (Search Help Field 1 (Name 1/Last Name)), EVAL_AREA_ID (Survey Evaluation Area), EVAL_AREA_NAME (Evaluation Area Description), EVAL_CAT_ID (Survey Evaluation Category).. 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: Can be enhanced (character-type)


SAP /SAPSRM/S_PDO_QSTN_ATTRIBUTES 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
SUPPLIER_IDID of an SRM Supplier /SAPSRM/SURVEY_SUPPLIER_IDCHAR10Assigned to domainALPHABU_PARTNERBBP_BUPA_VENDOR
SUPPLIER_NAMESearch Help Field 1 (Name 1/Last Name) BU_MCNAME1CHAR35CHAR35
EVAL_AREA_IDSurvey Evaluation Area /SAPSRM/SURVEY_EVAL_AREACHAR4/SAPSRM/SURVEY_EVAL_AREA/SAPSRM/H_PDO_SURVEY_EVAL_AREA
EVAL_AREA_NAMEEvaluation Area Description /SAPSRM/EVAL_AREA_DESCRCHAR40TEXT40
EVAL_CAT_IDSurvey Evaluation Category /SAPSRM/SURVEY_EVAL_CATCHAR4/SAPSRM/SURVEY_EVAL_CAT/SAPSRM/H_PDO_SURVEY_EVAL_CAT
EVAL_CAT_NAMEEvaluation Category Descrition /SAPSRM/EVAL_CAT_DESCRIPTIONCHAR20TEXT20
SURVEY_DEADLINESurvey Deadline /SAPSRM/SURVEY_DEADLINEDATS8DATE
EVAL_START_DATEStart of Survey Evaluation Period /SAPSRM/SURVEY_EVAL_PRD_STARTDATS8DATE
EVAL_END_DATEEnd of Survey Evaluation Period /SAPSRM/SURVEY_EVAL_PRD_ENDDATS8DATE
SURVEY_MANAGERSurvey Owner /SAPSRM/SURVEY_MANAGERCHAR10Assigned to domainALPHABU_PARTNERBBP_BUPA_EMPLOYEE
DUNS_NUMBERDun & Bradstreet Number BBP_CT_DUNSCHAR9CHAR9
PLANT_IDSurvey Participant Plant/Location /SAPSRM/SURVEY_PRTCPNT_PLANTCHAR4Assigned to domainWERKSBBP_BUPA_LOCATION

Key field Non-key field



How do I retrieve data from SAP structure /SAPSRM/S_PDO_QSTN_ATTRIBUTES using ABAP code?

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

How to access SAP table /SAPSRM/S_PDO_QSTN_ATTRIBUTES

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