SAP ABAP Class CL_GRFN_SURVEY_RESPONSE_MODEL (Survey Response Model)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC (Application Component) Governance, Risk and Compliance
⤷ GRFN_UTILITIES (Package) Various helping infrastructure for GRC ABAP
⤷ GRC (Application Component) Governance, Risk and Compliance
⤷ GRFN_UTILITIES (Package) Various helping infrastructure for GRC ABAP
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_MODEL | Interface for handling of GRC API models | 20080725 |
Properties
Class | CL_GRFN_SURVEY_RESPONSE_MODEL | |
Short Description | Survey Response Model | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRFN_UTILITIES | Various helping infrastructure for GRC ABAP |
Created | 20080725 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_GRFN_SURVEY_RESPONSE_MODEL has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GRFN_API_MODEL | Interface for handling of GRC API models | 20080725 |
Friends
Class CL_GRFN_SURVEY_RESPONSE_MODEL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MO_INSTANCE | Static Attribute | Private | Object reference (TYPE REF TO) | CL_GRFN_SURVEY_RESPONSE_MODEL | Survey Response Model | 20080725 | ||
2 | MT_SURVEY_RESPONSE | Instance attribute | Private | Type reference (TYPE) | YT_SURVEY_RESPONSE | 20080725 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | GET_INSTANCE | Static method | Private | Method | 20080725 | |
2 | GET_RESPONSE | Instance method | Public | Method | 20080725 | |
3 | READ_RESPONSE_FROM_DB | Instance method | Private | Method | 20080725 | |
4 | SET_RESPONSE | Instance method | Public | Method | 20080725 |
Events
Class CL_GRFN_SURVEY_RESPONSE_MODEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_SURVEY_RESPONSE | Protected | See coding | 20080725 | begin of ys_survey_response.
include type grpcqanswer.
types: bstat type grpc_buf_status,
end of ys_survey_response
|
||
2 | YT_SURVEY_RESPONSE | Protected | See coding | 20080725 | yt_survey_response type standard table of ys_survey_response with default key
|
Method Signatures
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | EO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_SURVEY_RESPONSE_MODEL | Survey Response Model | 20080725 |
Method GET_INSTANCE on class CL_GRFN_SURVEY_RESPONSE_MODEL has no exception.
Method GET_RESPONSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_SURVEY_RESPONSE | Value transfer | Type reference (TYPE) | GRFN_T_SURVEY_RESPONSE | Survey Response | 20080725 | ||
2 | Importing | IV_SURVEY_ID | Value transfer | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20080725 |
Method GET_RESPONSE on class CL_GRFN_SURVEY_RESPONSE_MODEL has no exception.
Method READ_RESPONSE_FROM_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_SURVEY_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20080725 |
Method READ_RESPONSE_FROM_DB on class CL_GRFN_SURVEY_RESPONSE_MODEL has no exception.
Method SET_RESPONSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IT_SURVEY_RESPONSE | Call by reference | Type reference (TYPE) | GRFN_T_SURVEY_RESPONSE | Survey Response | 20080725 | ||
2 | Importing | IV_SURVEY_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20080725 |
Method SET_RESPONSE on class CL_GRFN_SURVEY_RESPONSE_MODEL has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 300 |