GRPCSTMPLT SAP (Survey template) Table details

Dictionary Type: Table
Description: Survey template




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




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

GRPCSTMPLT is a standard SAP Table which is used to store Survey template data and is available within R/3 SAP systems depending on the version and release level.

The GRPCSTMPLT table consists of various fields, each holding specific information or linking keys about Survey template data available in SAP. These include SURVEY_ID (Survey ID), ISACTIVE (Is Active?), QCATEGORY (Question Category), VALUATION_ID (Valuation ID).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)

Text table = GRPCSTMPLT_T


SAP GRPCSTMPLT 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
MANDTClient MANDTCLNT3T000MANDT
SURVEY_IDSurvey ID GRPC_SURVEY_IDCHAR32SYSUUID_C
ISACTIVEIs Active? GRPC_ISACTIVECHAR1GRPC_ISACTIVE
QCATEGORYQuestion Category GRPC_QCATEGORYCHAR2GRPCQCATEGORYGRPC_D_QCATEGORY
VALUATION_IDValuation ID GRFN_VALUATION_IDCHAR10GRFNVALUATIONCHAR10
VALUATION_DATAValuation data GRFN_VALUATION_DATARSTR0
CRTDBYUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
CRTDDTField of type DATS DATSDATS8DATS
CRTDTMField of type TIMS TIMSTIMS6TIME
MDFDBYUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
MDFDDTField of type DATS DATSDATS8DATS
MDFDTMField of type TIMS TIMSTIMS6TIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM GRPCSTMPLT
INTO CORRESPONDING FIELDS OF WA_GRPCSTMPLT
WHERE...

How to access SAP table GRPCSTMPLT

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