GRFN_S_SV_ATTR SAP (Survey Entity Attribute) Structure details

Dictionary Type: Structure
Description: Survey Entity Attribute




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




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

GRFN_S_SV_ATTR 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 "Survey Entity Attribute" 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_GRFN_S_SV_ATTR TYPE GRFN_S_SV_ATTR.

The GRFN_S_SV_ATTR table consists of various fields, each holding specific information or linking keys about Survey Entity Attribute data available in SAP. These include SV_SURVEY (Survey instance: Survey ID), SV_TASKPLANID (Survey instance: taskplan id), SV_CREATED_BY (Created By), SV_CREATED_AT (Created At).. 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 GRFN_S_SV_ATTR 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
SVSurvey Object ID GRFN_REP_SV_SVYINSTCHAR32GRFN_GUID
SV_SURVEYSurvey instance: Survey ID GRFN_REP_SV_SURVEYCHAR32GRFN_GUID
SV_TASKPLANIDSurvey instance: taskplan id GRFN_REP_SV_TASKPLANIDCHAR32GRFN_GUID
SV_CREATED_BYCreated By GRFN_REP_SV_CREATED_BYCHAR12UNAME
SV_CREATED_ATCreated At GRFN_REP_SV_CREATED_ATDEC15TZNTSTMPS
SV_DUEDATESurvey Duedate GRFN_REP_SV_DUEDATEDATS8DATUM
SV_SENT_ATTimestamp of survey sending out GRFN_REP_SENTDEC15TZNTSTMPS
SV_COMPLETED_ATCompleted At GRFN_REP_COMP_ATDEC15TZNTSTMPS
SV_RECIPIENTRecipient GRFN_REP_RECIPIENTCHAR12UNAME
SV_OBJECT_IDSurvey instance object ID GRFN_REP_SV_OBJECT_IDCHAR50GRFN_API_OBJECT_ID
SV_ENTITY_IDSurvey instance object entity ID GRFN_REP_SV_OBJECT_ENTITY_IDCHAR20Assigned to domainGRFN_API_ENTITY_ID
SV_EMAILE-Mail Address GRFN_REP_EMAILCHAR241SXIDNAD_SMTPADR
SV_SCORE_ABSSurvey Score GRFN_REP_SV_SCORE_ABSDEC13(5)
SV_SCORE_PERPercentage GRFN_APERCENTAGEDEC7(4)
SV_RECIPIENT_TRecipient Name GRFN_REP_RECIPIENT_NAMECHAR80TEXT80
SV_OBJECT_TSurvey instance object GRFN_REP_SV_OBJECT_TCHAR40GRFN_DESCR
SV_ENTITY_TSurvey instance object entity GRFN_REP_SV_OBJECT_ENTITY_TCHAR100GRFN_OBJTYPE_TEXT
SV_TASKPLAN_TSurvey Task Plan GRFN_REP_SV_TASKPLANCHAR100TEXT100
SV_COMMENTSurvey Comment GRFN_REP_SV_COMMENTSTRG0
SV_TSurvey Title GRFN_REP_SV_TITLECHAR100TEXT100
SV_DSurvey Description GRFN_REP_SV_DESCCHAR255TEXT255

Key field Non-key field



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

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

How to access SAP table GRFN_S_SV_ATTR

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