SAP ABAP Class CL_GRPC_STMPLT_MODEL (DB encapsulation for Survey)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-SPC (Application Component) Process Controls
⤷
GRPC_SURVEY (Package) PC Survey

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_CUSTOMFIELD_MODEL | Model extension to handle the custom fields | 20080724 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_MODEL | Interface for handling of GRC API models | 20080407 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_MODEL_STATUS | Enable to retrieve MCF information for object from model | 20091204 |
Properties
Class | CL_GRPC_STMPLT_MODEL | |
Short Description | DB encapsulation for Survey | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRPC_SURVEY | PC Survey |
Created | 20070711 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_GRPC_STMPLT_MODEL has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GRFN_API_CUSTOMFIELD_MODEL | Model extension to handle the custom fields | 20080724 | ||
2 | IF_GRFN_API_MODEL | Interface for handling of GRC API models | 20080407 | ||
3 | IF_GRFN_MODEL_STATUS | Enable to retrieve MCF information for object from model | 20091204 |
Friends
Class CL_GRPC_STMPLT_MODEL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GRFN_UTIL_CDF_MODEL | CDF Model utility class | 20091130 | ||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_GRPC_STMPLT_MODEL | DB encapsulation | 20070711 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_STMPLT | 20070711 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYLANGU | Language Key of Current Text Environment | 20070711 |
Methods
Events
Class CL_GRPC_STMPLT_MODEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_STMPLT | Protected | See coding | 20070711 | begin of ys_stmplt.
include type grpcstmplt.
types: t_question type grpc_t_question_id,
t_score type grfn_t_srv_question_choice,
t_mapping type grfn_t_srv_question_mapping,
text type grpc_qtext,
description type grpc_sdescription,
bstat type grpc_buf_status,
locked type as4flag,
end of ys_stmplt
|
||
2 | YT_STMPLT | Protected | See coding | 20070711 | yt_stmplt type standard table of ys_stmplt with default key
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | Language Key of Current Text Environment | 20070711 |
Method CONSTRUCTOR on class CL_GRPC_STMPLT_MODEL has no exception.
Method CREATE_SURVEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_SURVEY | Call by reference | Type reference (TYPE) | GRPC_S_SURVEY | 20070711 |
Method CREATE_SURVEY on class CL_GRPC_STMPLT_MODEL has no exception.
Method DELETE_SURVEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SURVEY_ID | Call by reference | Type reference (TYPE) | GRPC_SURVEY_ID | 20070711 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20080109 | ||
2 | ![]() |
20070711 |
Method GET_CUSTOM_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FIELD | Value transfer | Type reference (TYPE) | TY_NAMEVALUEASSTRING | NAMEVALUEASSTRING | 20071002 | ||
2 | ![]() |
I_SURVEY_ID | Value transfer | Type reference (TYPE) | GRPC_SURVEY_ID | 20071002 |
Method GET_CUSTOM_FIELD on class CL_GRPC_STMPLT_MODEL has no exception.
Method GET_CUSTOM_SCORE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_IS_FIND | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20120517 | ||
2 | ![]() |
EV_SCORE | Call by reference | Type reference (TYPE) | GRFN_SCORE | Score | 20120517 | ||
3 | ![]() |
IV_AKEY | Call by reference | Type reference (TYPE) | GRFN_QUESTION_CHOICE_KEY | Survey Question Choice Key | 20120517 | ||
4 | ![]() |
IV_QUESTION_ID | Call by reference | Type reference (TYPE) | GRPC_QUESTION_ID | Question ID | 20120517 | ||
5 | ![]() |
IV_SURVEY_ID | Call by reference | Type reference (TYPE) | GRPC_SURVEY_ID | Survey ID | 20120517 |
Method GET_CUSTOM_SCORE on class CL_GRPC_STMPLT_MODEL has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_GRPC_STMPLT_MODEL | DB encapsulation | 20070711 | ||
2 | ![]() |
I_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | Language Key of Current Text Environment | 20070711 |
Method GET_INSTANCE on class CL_GRPC_STMPLT_MODEL has no exception.
Method GET_SURVEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_SURVEY | Call by reference | Type reference (TYPE) | GRPC_S_SURVEY | Survey | 20070711 | ||
2 | ![]() |
ET_MAPPING | Call by reference | Type reference (TYPE) | GRFN_T_SRV_QUESTION_MAPPING | Survey Question Mappings | 20131003 | ||
3 | ![]() |
ET_QUESTION | Call by reference | Type reference (TYPE) | GRPC_T_QUESTION_ID | Question | 20070711 | ||
4 | ![]() |
ET_SURVEY_CHOICE | Call by reference | Type reference (TYPE) | GRFN_T_SRV_QUESTION_CHOICE | Survey Question Choices | 20100406 | ||
5 | ![]() |
E_LOCKED | Call by reference | Type reference (TYPE) | AS4FLAG | Lock is successful | 20070711 | ||
6 | ![]() |
E_LOCKED_BY | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20070711 | ||
7 | ![]() |
I_SURVEY_ID | Call by reference | Type reference (TYPE) | GRPC_SURVEY_ID | Survey ID | 20070711 | ||
8 | ![]() |
I_WRITE | Call by reference | Type reference (TYPE) | AS4FLAG | Flag (X or Blank) | 20070711 |
Method GET_SURVEY on class CL_GRPC_STMPLT_MODEL has no exception.
Method GET_SURVEY_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SURVEY | Value transfer | Type reference (TYPE) | GRPC_T_SURVEY | Survey | 20070711 |
Method GET_SURVEY_LIST on class CL_GRPC_STMPLT_MODEL has no exception.
Method IS_SURVEY_LOCKED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_LOCKING | Value transfer | Type reference (TYPE) | AS4FLAG | Flag (X or Blank) | 20070711 | ||
2 | ![]() |
I_SURVEY_ID | Call by reference | Type reference (TYPE) | GRPC_SURVEY_ID | Survey ID | 20070711 |
Method IS_SURVEY_LOCKED on class CL_GRPC_STMPLT_MODEL has no exception.
Method LOAD_ALL Signature
Method LOAD_ALL on class CL_GRPC_STMPLT_MODEL has no parameter.
Method LOAD_ALL on class CL_GRPC_STMPLT_MODEL has no exception.
Method LOAD_SINGLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SURVEY_ID | Call by reference | Type reference (TYPE) | GRPC_SURVEY_ID | Survey ID | 20070711 |
Method LOAD_SINGLE on class CL_GRPC_STMPLT_MODEL has no exception.
Method LOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_LOCKED | Call by reference | Type reference (TYPE) | AS4FLAG | Flag (X or Blank) | 20070711 | ||
2 | ![]() |
E_USER | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20070711 | ||
3 | ![]() |
I_SURVEY_ID | Call by reference | Type reference (TYPE) | GRPC_SURVEY_ID | Survey ID | 20070711 |
Method LOCK on class CL_GRPC_STMPLT_MODEL has no exception.
Method SAVE Signature
Method SAVE on class CL_GRPC_STMPLT_MODEL has no parameter.
Method SAVE on class CL_GRPC_STMPLT_MODEL has no exception.
Method SET_CUSTOM_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Value transfer | Type reference (TYPE) | GRPC_API_CUSTOMFIELD_NAME | Name of the custom field | 20071002 | ||
2 | ![]() |
I_SURVEY_ID | Value transfer | Type reference (TYPE) | GRPC_SURVEY_ID | 20071002 | |||
3 | ![]() |
I_VALUE | Value transfer | Type reference (TYPE) | GRPC_API_CUSTOMFIELD_VALUE | Value of the customer defined field | 20071002 |
Method SET_CUSTOM_FIELD on class CL_GRPC_STMPLT_MODEL has no exception.
Method SET_SURVEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_IS_CHANGED | Call by reference | Type reference (TYPE) | AS4FLAG | Flag (X or Blank) | 20070716 | ||
2 | ![]() |
IS_SURVEY | Call by reference | Type reference (TYPE) | GRPC_S_SURVEY | Survey | 20070711 | ||
3 | ![]() |
IT_MAPPING | Call by reference | Type reference (TYPE) | GRFN_T_SRV_QUESTION_MAPPING | Survey Question Mappings | 20131003 | ||
4 | ![]() |
IT_QUESTION | Call by reference | Type reference (TYPE) | GRPC_T_QUESTION_ID | Question | 20070711 | ||
5 | ![]() |
IT_SURVEY_CHOICE | Call by reference | Type reference (TYPE) | GRFN_T_SRV_QUESTION_CHOICE | Survey Question Choices | 20100406 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20070711 |
Method SURVEY_VALUATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LANGU | Value transfer | Type reference (TYPE) | SYLANGU | SY-LANGU | Language Key of Current Text Environment | 20100407 | |
2 | ![]() |
IV_QCATEGORY | Value transfer | Type reference (TYPE) | GRPC_QCATEGORY | Question category | 20100407 | ||
3 | ![]() |
RT_VALUATION | Value transfer | Type reference (TYPE) | GRFN_T_API_VALUATION | Valuations | 20100407 |
Method SURVEY_VALUATIONS on class CL_GRPC_STMPLT_MODEL has no exception.
Method WHERE_USED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_USED | Value transfer | Type reference (TYPE) | AS4FLAG | 20070711 | |||
2 | ![]() |
I_SURVEY_ID | Call by reference | Type reference (TYPE) | GRPC_SURVEY_ID | Survey ID | 20070711 |
Method WHERE_USED on class CL_GRPC_STMPLT_MODEL has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 250 |