SAP ABAP Class CL_GRPC_DISCSVYOBJ_LIST_FEEDER (Disclosure survey evaluation)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_DISCLOSURE_SURVEY (Package) Disclosure Survey
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_DISCLOSURE_SURVEY (Package) Disclosure Survey
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20120322 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20120322 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_GRPC_DISCSVYCN_LIST_FEEDER | Disclosure survey control list feeder | 20120323 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_GRPC_DISCSVYOU_LIST_FEEDER | Disclosure survey orgunit list feeder | 20120323 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_GRPC_DISCSVYSP_LIST_FEEDER | Disclosure survey subprocess list feeder | 20120323 |
Properties
Class | CL_GRPC_DISCSVYOBJ_LIST_FEEDER | |
Short Description | Disclosure survey evaluation | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRPC_DISCLOSURE_SURVEY | Disclosure Survey |
Created | 20120322 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_GRPC_DISCSVYOBJ_LIST_FEEDER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FPM_GUIBB | Generic UI Building Block | 20120322 | ||
2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20120322 |
Friends
Class CL_GRPC_DISCSVYOBJ_LIST_FEEDER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CV_EVENT_LEAD_SELECT | Constant | Public | Type reference (TYPE) | FPM_EVENT_ID | 'ON_LEADSEL_MASTER' | ID of the FPM Event | 20120322 | |
2 | CV_EVENT_PAR_SAVE_OBJSVY_FAIL | Constant | Public | Type reference (TYPE) | STRING | 'SAVE_OBJECT_SURVEY_FAILED' | Failed when saving object survey | 20120328 | |
3 | CV_EVENT_REFRESH_LEAD_SELECT | Constant | Public | Type reference (TYPE) | FPM_EVENT_ID | 'ON_REFRESH_LEAD_SELECT' | 20120323 | ||
4 | MO_AGENT_RESOLVER | Instance attribute | Private | Object reference (TYPE REF TO) | IF_GRPC_DISCSVY_AGENT_RESOLVER | 20120322 | |||
5 | MO_MODEL | Instance attribute | Private | Object reference (TYPE REF TO) | IF_GRPC_MODEL_DISCSVY | 20120322 | |||
6 | MO_PHASE_MGR | Instance attribute | Private | Object reference (TYPE REF TO) | IF_GRPC_DISCSVY_PHASE_MGR | 20120322 | |||
7 | MO_PLAN | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_GRPC_DISCSVY_PLAN | 20120322 | |||
8 | MO_SESSION | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | 20120322 | |||
9 | MO_SHARED_DATA | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GRPC_DISCSVY_SHARED_DATA | Disclosrue survey shared data | 20120322 | ||
10 | MV_EVALUATION_LOADED | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20120515 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | DEFINE_EVENTS | Instance method | Protected | Method | Define events | 20120322 |
2 | GET_TYPE | Instance method | Protected | Method | Get type | 20120323 |
3 | SET_OBJECT_DATA | Instance method | Protected | Method | Set data for object | 20120323 |
4 | SET_SURVEY_STATUS | Instance method | Private | Method | 20120510 |
Events
Class CL_GRPC_DISCSVYOBJ_LIST_FEEDER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_DISCSVY_EVA_OBJECT | Public | See coding | 20120322 | BEGIN OF ys_discsvy_eva_object,
id TYPE grfn_api_object_id,
name TYPE grfn_text,
description TYPE grfn_text,
entity TYPE grfn_api_entity_id,
entity_text TYPE grfn_objtype_text,
survey_status_key TYPE cl_grpc_discsvy_shared_data=>ys_svyinst_status,
survey_status TYPE string,
ref TYPE REF TO if_grpc_discsvy_object,
END OF ys_discsvy_eva_object
|
||
2 | YT_DISCSCVY_EVA_OBJECT | Public | See coding | 20120322 | yt_discscvy_eva_object TYPE STANDARD TABLE OF ys_discsvy_eva_object WITH DEFAULT KEY INITIAL SIZE 0
|
Method Signatures
Method DEFINE_EVENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CT_ACTION_DEFINITION | Call by reference | Type reference (TYPE) | FPMGB_T_ACTIONDEF | Action Definition | 20120322 |
Method DEFINE_EVENTS on class CL_GRPC_DISCSVYOBJ_LIST_FEEDER has no exception.
Method GET_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | RO_TYPE | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | 20120323 |
Method GET_TYPE on class CL_GRPC_DISCSVYOBJ_LIST_FEEDER has no exception.
Method SET_OBJECT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CS_DATA | Call by reference | Type reference (TYPE) | DATA | 20120323 | |||
2 | Importing | IO_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_GRPC_DISCSVY_OBJECT | Disclosure survey object | 20120323 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | 20120327 |
Method SET_SURVEY_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CS_DATA | Call by reference | Type reference (TYPE) | DATA | 20120510 | |||
2 | Changing | CT_FIELD_USAGE | Call by reference | Type reference (TYPE) | FPMGB_T_FIELDUSAGE | 20120514 | |||
3 | Exporting | EV_FIELD_USAGE_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | 20120514 | |||
4 | Importing | IO_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_GRPC_DISCSVY_OBJECT | 20120510 |
Method SET_SURVEY_STATUS on class CL_GRPC_DISCSVYOBJ_LIST_FEEDER has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | V1100 |