GRPC_DS_S_Q_AND_A SAP (Datasheet questions and answers) Structure details

Dictionary Type: Structure
Description: Datasheet questions and answers




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




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

GRPC_DS_S_Q_AND_A 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 "Datasheet questions and answers" 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_GRPC_DS_S_Q_AND_A TYPE GRPC_DS_S_Q_AND_A.

The GRPC_DS_S_Q_AND_A table consists of various fields, each holding specific information or linking keys about Datasheet questions and answers data available in SAP. These include OBJECT_KEY (Object Sequence Number), PARENT_KEY (Object Sequence Number), IS_EXPANDED (New Input Values), IS_LEAF (New Input Values).. 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 (Deep)


SAP GRPC_DS_S_Q_AND_A 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
OBJECT_KEYObject Sequence Number GRFN_OBJECT_SEQNRINT410
PARENT_KEYObject Sequence Number GRFN_OBJECT_SEQNRINT410
IS_EXPANDEDNew Input Values GRFN_XFLAGCHAR1GRFN_XFLAG
IS_LEAFNew Input Values GRFN_XFLAGCHAR1GRFN_XFLAG
TREE_LEVELTree Level GRFN_REP_TREE_LEVELINT410INT4
V4_SURV_TMPL_IDQuestions and answers - survey template ID GRFN_REP_V4_SURVEY_TEMPL_IDCHAR32SYSUUID_C
V4_QUESTION_IDQuestions and answers - question ID GRFN_REP_V4_QUESTION_IDCHAR32SYSUUID_C
V4_ASSESSMNT_IDQuestions and answers - related assessment GUID GRFN_REP_V4_ASSESSMENT_IDCHAR32SYSUUID_C
V4_SIGNOFF_IDQuestions and answers - related sign off GUID GRFN_REP_V4_SIGNOFF_IDCHAR32SYSUUID_C
V4_CPLAN_IDQuestions and answers - related CAPA plan GUID GRFN_REP_V4_CPLAN_IDCHAR32SYSUUID_C
V4_QCATEGORYQuestions and answers - question category ID GRFN_REP_V4_QCATEGORYCHAR2GRFN_REP_QCATEGORY
V4_ATYPEQuestions and answers - answer type ID GRFN_REP_V4_ATYPECHAR1GRPC_D_ATYPE
V4_ACOMMENTQuestions and answers - answer comment GRFN_REP_V4_ACOMMENTCHAR15CHAR15
V4_CHOICESQuestions and answers - answer choice ID GRFN_REP_V4_ACHOICECHAR1GRFN_REP_ACHOICE
V4_RATINGQuestions and answers - rating ID GRFN_REP_V4_ARATINGNUMC2GRPC_ARATING
V4_TEXTQuestions and answers - question text GRFN_REP_V4_QTEXTCHAR255TEXT255
V4_QNUMBERQuestions and answers - question sequence GRFN_REP_V4_QSEQNUMC3NUM3
V4_CCHOICESQuestions and answers - Customer Defined Choice ID GRFN_REP_V4_CCHOICENUMC2NUMC2
V4_CCHOICES_TXTQuestions and answers - Customer Defined Choice GRFN_REP_V4_CCHOICE_TCHAR100GRFN_REP_TEXT_100
V4_IMP_LEVELQuestions and answers - Impact Level ID GRFN_REP_V4_IMP_LEVELNUMC2Assigned to domainGRFN_IMPACT_LEVEL
V4_PROB_LEVELQuestions and answers - Probability Level ID GRFN_REP_V4_PROB_LEVELNUMC3Assigned to domainGRRM_PROBABILITY_LEVEL
V4_SPEED_ONSETQuestions and answers - Speed of Onset ID GRFN_REP_V4_SPEED_OF_ONSETCHAR4Assigned to domainGRRM_SPEED_OF_ONSET
V4_PERCENTAGEPercentage (Question and answers) GRFN_REP_V4_PERCENTAGEDEC7(4)
V4_CURRENCYCurrency (Question and answers) GRFN_REP_V4_CURRENCYCUKY5Assigned to domainWAERSFWSH_TCURC
V4_AAMOUNT Question and answers - Amount GRFN_REP_V4_AAMOUNTCURR15(3)
V4_QCATEGORY_TQuestions and answers - question category description GRFN_REP_V4_QCATEGORY_TCHAR60TEXT60
V4_ATYPE_TQuestions and answers - answer type description GRFN_REP_V4_ATYPE_TCHAR60GRFN_REP_CHAR60
V4_CHOICES_TQuestions and answers - answer choice description GRFN_REP_V4_ACHOICE_TCHAR60GRFN_REP_CHAR60
V4_RATING_TQuestions and answers - rating description GRFN_REP_V4_ARATING_TCHAR60GRFN_REP_CHAR60
V4_IMP_LEVEL_TQuestions and answers - Impact Level GRFN_REP_V4_IMP_LEVEL_TCHAR100GRFN_REP_TEXT_100
V4_PROB_LEVEL_TQuestions and answers - Probability Level GRFN_REP_V4_PROB_LEVEL_TCHAR100GRFN_REP_TEXT_100
V4_SPEED_ONSET_TQuestions and answers - Speed of Onset GRFN_REP_V4_SPEED_OF_ONSET_TCHAR100GRFN_REP_TEXT_100
V4_COMMENTSQuestions and answers - comments GRFN_REP_V4_COMMENTSSTRG0
ANSWER 0

Key field Non-key field



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

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

How to access SAP table GRPC_DS_S_Q_AND_A

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