SAP ABAP Class CL_GRFN_UTIL_SURVEY_BROWSER (Survey Browser)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_SURVEY (Package) GRC Survey
⤷
⤷
Properties
| Class | CL_GRFN_UTIL_SURVEY_BROWSER | |
| Short Description | Survey Browser | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_SURVEY | GRC Survey |
| Created | 20100602 | 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 CL_GRFN_UTIL_SURVEY_BROWSER has no interface implemented.
Friends
Class CL_GRFN_UTIL_SURVEY_BROWSER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20100622 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | GRFN_VALUATION_ID | Object ID | 20100611 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20100602 | ||
| 2 | Static method | Private | Method | 20100602 | ||
| 3 | Static method | Public | Method | 20100602 | ||
| 4 | Static method | Private | Method | 20100602 | ||
| 5 | Static method | Public | Method | 20100602 | ||
| 6 | Static method | Public | Method | 20100611 | ||
| 7 | Static method | Public | Method | 20100602 | ||
| 8 | Static method | Public | Method | 20100602 |
Events
Class CL_GRFN_UTIL_SURVEY_BROWSER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_GRFNPLANUSAGE | Public | See coding | 20100602 | T_GRFNPLANUSAGE type standard table of grfnplanusage with non-unique default key
|
||
| 2 | T_GRFNTSVYINST | Public | See coding | 20100618 | T_GRFNTSVYINST type standard table of ys_survey with non-unique default key
|
||
| 3 | YS_SURVEY | Public | See coding | 20100618 | BEGIN OF ys_survey.
INCLUDE TYPE grfntsvyinst.
TYPES objectid TYPE grfn_api_object_id.
TYPES svytmplid TYPE grpc_survey_id.
TYPES taskplanid TYPE grpc_survey_id.
TYPES regulation TYPE grfn_object_id.
TYPES aif_form TYPE FPNAME.
TYPES svy_type TYPE GRFN_SURVEY_TYPE.
TYPES END OF ys_survey
|
Method Signatures
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_STRUCTURE | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20100602 | |||
| 2 | ER_RESULT | Call by reference | Object reference (TYPE REF TO) | DATA | 20100602 | ||||
| 3 | ET_COLUMN_TEXT | Call by reference | Type reference (TYPE) | GRFN_T_STRING | String table | 20100602 | |||
| 4 | EV_TYPE | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20100602 | |||
| 5 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100602 | |||
| 6 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100602 | |||
| 7 | IV_SHOW_COMMENTS | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20100602 | |||
| 8 | IV_SURVEY_GROUP_ID | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20111213 | |||
| 9 | IV_TASKPLAN_GROUP_ID | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20100602 | |||
| 10 | IV_TASKPLAN_ID | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20100602 |
Method GET on class CL_GRFN_UTIL_SURVEY_BROWSER has no exception.
Method GET_OBJECT_CATEGORY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100602 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100602 | |||
| 3 | RV_NAME | Value transfer | Type reference (TYPE) | STRING | 20100602 |
Method GET_OBJECT_CATEGORY_NAME on class CL_GRFN_UTIL_SURVEY_BROWSER has no exception.
Method GET_PLANUSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_PLANUSAGE | Value transfer | Type reference (TYPE) | T_GRFNPLANUSAGE | 20100602 |
Method GET_PLANUSAGES on class CL_GRFN_UTIL_SURVEY_BROWSER has no exception.
Method GET_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_QUESTIONS | Call by reference | Type reference (TYPE) | YT_QUESTIONS | 20100602 | ||||
| 2 | IT_QUESTIONS_INFO | Call by reference | Type reference (TYPE) | YT_QUESTIONS_INFO | 20100602 | ||||
| 3 | IV_SHOW_COMMENTS | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20100602 | |||
| 4 | RO_STRUCTURE | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20100602 |
Method GET_STRUCTURE on class CL_GRFN_UTIL_SURVEY_BROWSER has no exception.
Method GET_USAGE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_USAGE | Value transfer | Type reference (TYPE) | GRFN_PLAN_USAGE | Plan usage | 20100602 | |||
| 2 | RV_TEXT | Value transfer | Type reference (TYPE) | GRFN_PLAN_ACTIVITY_NAME | Name text of a plan activity | 20100602 |
Method GET_USAGE_TEXT on class CL_GRFN_UTIL_SURVEY_BROWSER has no exception.
Method GET_VALUATION_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_VALUATION_ID | Value transfer | Type reference (TYPE) | GRFN_VALUATION_ID | Valuation ID | 20100611 |
Method GET_VALUATION_ID on class CL_GRFN_UTIL_SURVEY_BROWSER has no exception.
Method QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100602 | |||
| 2 | IV_APP_COM | Call by reference | Type reference (TYPE) | GRFN_APP_COMPONENT | Application Component | 20100622 | |||
| 3 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100602 | |||
| 4 | RT_SURVEY | Value transfer | Type reference (TYPE) | GRRM_T_WD_SURVEY | Survey | 20100602 |
Method QUERY on class CL_GRFN_UTIL_SURVEY_BROWSER has no exception.
Method QUERY_BY_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100602 | |||
| 2 | IV_ENTITY | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20100602 | |||
| 3 | RT_INSTANCE | Value transfer | Type reference (TYPE) | T_GRFNTSVYINST | 20100602 |
Method QUERY_BY_ENTITY on class CL_GRFN_UTIL_SURVEY_BROWSER has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |