SAP ABAP Class CL_GRPC_ANA_DETAILS_ASSIST (assist class for ana details)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_UI_REPORTING (Package) Reporting for PC
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_UI_REPORTING (Package) Reporting for PC
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_GRPC_ASSIST_ABS | Super Class of GRPC Assistance Class | 20070929 |
Properties
Class | CL_GRPC_ANA_DETAILS_ASSIST | |
Short Description | assist class for ana details | |
Super Class | CL_GRPC_ASSIST_ABS | Super Class of GRPC Assistance Class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRPC_UI_REPORTING | Reporting for PC |
Created | 20070929 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_GRPC_ANA_DETAILS_ASSIST has no forward declaration.
Interfaces
Class CL_GRPC_ANA_DETAILS_ASSIST has no interface implemented.
Friends
Class CL_GRPC_ANA_DETAILS_ASSIST has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_OBJTYPE_CONTROL | Constant | Public | Type reference (TYPE) | STRING | 'CONTROL' | Object type for ALV table columns | 20090217 | |
2 | GC_OBJTYPE_CPPLAN | Constant | Public | Type reference (TYPE) | STRING | 'CPPLAN' | Object type for ALV table columns | 20090514 | |
3 | GC_OBJTYPE_ISSUE | Constant | Public | Type reference (TYPE) | STRING | 'ISSUE' | Object type for ALV table columns | 20090217 | |
4 | GC_OBJTYPE_MC | Constant | Public | Type reference (TYPE) | STRING | 'MC' | Object type for ALV table columns | 20090217 | |
5 | GC_OBJTYPE_PROCESS | Constant | Public | Type reference (TYPE) | STRING | 'PROCESS' | Object type for ALV table columns | 20090217 | |
6 | GC_OBJTYPE_RMPLAN | Constant | Public | Type reference (TYPE) | STRING | 'RMPLAN' | Object type for ALV table columns | 20090217 | |
7 | GC_OBJTYPE_SIGNOFF | Constant | Public | Type reference (TYPE) | STRING | 'SIGNOFF' | Object type for ALV table columns | 20090217 | |
8 | T_ALV_COL_SETTING | Instance attribute | Protected | Type reference (TYPE) | GRPC_T_ALV_COLUMNS_SETTING | 20070929 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | GET_ALV_COLUMNS_SETTING | Instance method | Public | Method | 20070929 | |
2 | SET_ALV_TABLE_SETTING | Instance method | Public | Method | set the column settings for the alv table | 20071010 |
Events
Class CL_GRPC_ANA_DETAILS_ASSIST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GRPC_S_ALV_COLUMNS_SETTING | Public | See coding | 20070929 | BEGIN OF grpc_s_alv_columns_setting,
column_id TYPE string,
position TYPE i,
visible TYPE wdy_uie_library_enum_type,
END OF grpc_s_alv_columns_setting
|
||
2 | GRPC_T_ALV_COLUMNS_SETTING | Public | See coding | 20070929 | grpc_t_alv_columns_setting TYPE SORTED TABLE OF grpc_s_alv_columns_setting
WITH UNIQUE KEY column_id
|
Method Signatures
Method GET_ALV_COLUMNS_SETTING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_OBJ_TYPE | Call by reference | Type reference (TYPE) | STRING | 20070929 | |||
2 | Returning | RT_ALV_COL_SETTING | Value transfer | Type reference (TYPE) | GRPC_T_ALV_COLUMNS_SETTING | 20070929 |
Method GET_ALV_COLUMNS_SETTING on class CL_GRPC_ANA_DETAILS_ASSIST has no exception.
Method SET_ALV_TABLE_SETTING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20071010 | ||
2 | Importing | I_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IWCI_SALV_WD_TABLE | Web Dynpro Interface COMPONENTCONTROLLER | 20071010 | ||
3 | Importing | I_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20071010 | |||
4 | Importing | I_OBJTYPE | Call by reference | Type reference (TYPE) | STRING | 20071010 |
Method SET_ALV_TABLE_SETTING on class CL_GRPC_ANA_DETAILS_ASSIST has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 250 |