SAP ABAP Class IF_GRFN_API_SRV_QUESTION (Survey Template API interface)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_GRFN_API_BASIS | Basis interface for the GRC API | 20091026 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GRFN_API_SRV_QUESTION | Survey Template API | 20091026 |
Properties
| Class | IF_GRFN_API_SRV_QUESTION | |
| Short Description | Survey Template API interface | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20091026 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_GRFN_API_SRV_QUESTION has no interface implemented.
Friends
Class IF_GRFN_API_SRV_QUESTION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | GRPC_ATYPE | 'A' | Answer type | 20100331 | ||
| 2 | Constant | Public | Type reference (TYPE) | GRPC_ATYPE | 'C' | Answer type | 20100331 | ||
| 3 | Constant | Public | Type reference (TYPE) | GRPC_ATYPE | 'I' | Answer type | 20100331 | ||
| 4 | Constant | Public | Type reference (TYPE) | GRPC_ATYPE | 'P' | Answer type | 20100331 | ||
| 5 | Constant | Public | Type reference (TYPE) | GRPC_ATYPE | 'B' | Answer type | 20100331 | ||
| 6 | Constant | Public | Type reference (TYPE) | GRPC_ATYPE | 'R' | Answer type | 20100331 | ||
| 7 | Constant | Public | Type reference (TYPE) | GRPC_ATYPE | 'S' | Answer type | 20100331 | ||
| 8 | Constant | Public | Type reference (TYPE) | GRPC_ATYPE | 'T' | Answer type | 20100331 | ||
| 9 | Constant | Public | Type reference (TYPE) | GRPC_ATYPE | 'Y' | Answer type | 20100331 | ||
| 10 | Instance attribute | Public | Attribute reference (LIKE) | 20100402 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20091026 | ||
| 2 | Instance method | Public | Method | 20091026 | ||
| 3 | Static method | Public | Method | 20091026 | ||
| 4 | Instance method | Public | Method | 20091026 | ||
| 5 | Static method | Public | Method | 20091026 | ||
| 6 | Static method | Public | Method | 20100428 | ||
| 7 | Static method | Public | Method | 20100401 | ||
| 8 | Instance method | Public | Method | 20091026 |
Events
Class IF_GRFN_API_SRV_QUESTION has no event.
Types
Class IF_GRFN_API_SRV_QUESTION has no local type.
Method Signatures
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SESSION | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091026 | |||
| 2 | IV_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091026 | |||
| 3 | RV_SRV_QUESTION_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091026 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20091026 |
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091026 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20091026 |
Method QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SESSION | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091026 | |||
| 2 | IT_QCATEGORY_FILTER | Call by reference | Type reference (TYPE) | GRPC_T_API_QCATEGORY | Question category | 20091026 | |||
| 3 | IV_ONLY_ACTIVE | Value transfer | Type reference (TYPE) | AS4FLAG | Flag (X or Blank) | 20091026 | |||
| 4 | IV_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091026 | |||
| 5 | RT_QUESTION | Value transfer | Type reference (TYPE) | GRPC_T_API_SRV_QUESTION_DATA | 20091026 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20091026 |
Method RETRIEVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_QUESTION | Value transfer | Type reference (TYPE) | GRPC_S_API_SRV_QUESTION_DATA | Survey Question | 20091026 | |||
| 2 | ET_CHOICE | Call by reference | Type reference (TYPE) | GRFN_T_API_SRV_QUESTION_CHOICE | Survey Question Choices | 20100330 | |||
| 3 | IV_EDITABLE | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | Boolean | 20091026 | |||
| 4 | IV_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091026 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20091026 |
Method SRV_QUESTION_CATEGORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_QCATEGORY | Value transfer | Type reference (TYPE) | GRPC_T_API_QCATEGORY | Question category | 20091026 |
Method SRV_QUESTION_CATEGORY on class IF_GRFN_API_SRV_QUESTION has no exception.
Method SRV_QUESTION_CATEGORY_ATYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_QCATEGORY | Call by reference | Type reference (TYPE) | GRPC_QCATEGORY | Question category | 20100428 | |||
| 2 | RT_ATYPE | Value transfer | Type reference (TYPE) | GRPC_T_ATYPE | Answer type | 20100428 |
Method SRV_QUESTION_CATEGORY_ATYPE on class IF_GRFN_API_SRV_QUESTION has no exception.
Method SRV_QUESTION_RATING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RATING | Value transfer | Type reference (TYPE) | GRFN_T_API_QRATING | Question Rating | 20100401 |
Method SRV_QUESTION_RATING on class IF_GRFN_API_SRV_QUESTION has no exception.
Method UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SRV_QUESTION | Value transfer | Type reference (TYPE) | GRPC_S_API_SRV_QUESTION_DATA | 20091026 | ||||
| 2 | IT_CHOICE | Value transfer | Type reference (TYPE) | GRFN_T_API_SRV_QUESTION_CHOICE | Survey Question Choices | 20100330 | |||
| 3 | IV_FULL_CHECK | Value transfer | Type reference (TYPE) | AS4FLAG | 'X' | Flag (X or Blank) | 20100813 | ||
| 4 | IV_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091026 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20091026 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in |