GRRM_S_KRI_SURVEY_INFOSET SAP (KRI Survey Infoset) Structure details

Dictionary Type: Structure
Description: KRI Survey Infoset




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




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

GRRM_S_KRI_SURVEY_INFOSET 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 "KRI Survey Infoset" 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_GRRM_S_KRI_SURVEY_INFOSET TYPE GRRM_S_KRI_SURVEY_INFOSET.

The GRRM_S_KRI_SURVEY_INFOSET table consists of various fields, each holding specific information or linking keys about KRI Survey Infoset data available in SAP. These include START_DATE (Start Date), QUESTION_NUMBER (Number of Infotype Record with Same Key), ATYPE (Answer Type), C_YES (Dummy for B20 int1 (Local Everywhere)).. 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 or numeric)


SAP GRRM_S_KRI_SURVEY_INFOSET 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
OBJECTIDObject ID GRFN_API_OBJECT_IDCHAR50CHAR50
START_DATEStart Date BEGDATUMDATS8DATUMBEG
QUESTION_NUMBERNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
ATYPEAnswer Type GRPC_ATYPECHAR1GRPC_D_ATYPE
C_YESDummy for B20 int1 (Local Everywhere) INT1INT13INT1
C_NADummy for B20 int1 (Local Everywhere) INT1INT13INT1
C_NODummy for B20 int1 (Local Everywhere) INT1INT13INT1
R_1Dummy for B20 int1 (Local Everywhere) INT1INT13INT1
R_2Dummy for B20 int1 (Local Everywhere) INT1INT13INT1
R_3Dummy for B20 int1 (Local Everywhere) INT1INT13INT1
R_4Dummy for B20 int1 (Local Everywhere) INT1INT13INT1
R_5Dummy for B20 int1 (Local Everywhere) INT1INT13INT1
CHOICESAnswer Yes/No/NA GRPC_ACHOICECHAR1GRPC_ACHOICE
RATINGAnswer Rating in Number GRRM_ARATING_NINT13INT1
PERCENTAGEPercentage GRFN_APERCENTAGEDEC7(4)
AMOUNTAmount GRFN_AAMOUNTCURR15(3)
CURRENCYCurrency GRFN_ACURRENCYCUKY5
IMPACT_LEVELImpact Level GRFN_IMPACT_LEVELNUMC2Assigned to domainGRFN_IMPACT_LEVEL
PROB_LEVELProbability Level GRRM_PROBABILITY_LEVEL_IDNUMC3Assigned to domainGRRM_PROBABILITY_LEVEL
SPEED_OF_ONSETSpeed of Onset GRRM_SPEED_OF_ONSETCHAR4Assigned to domainGRRM_SPEED_OF_ONSET
CUST_CHOICECustomer Defined Choice GRFN_ACUST_CHOICENUMC2NUMC2

Key field Non-key field



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

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

How to access SAP table GRRM_S_KRI_SURVEY_INFOSET

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