SAP ABAP Class CL_GRPC_MYPROCESSES_WD (MyProcesses UI Class)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-SPC (Application Component) Process Controls
     GRPC_CCAT (Package) Process controls central catalogues
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_MAPPER_WD Supper Class of UI 20070918
Properties
Class CL_GRPC_MYPROCESSES_WD  
Short Description MyProcesses UI Class    
Super Class CL_GRPC_MAPPER_WD Supper Class of UI 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRPC_CCAT   Process controls central catalogues 
Created 20070918   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GRPC_MYPROCESSES_WD has no interface implemented.
Friends
Class CL_GRPC_MYPROCESSES_WD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DO_MSG_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_GRPC_MSG_HANDLER_WD Message Handler 20070918
2 DO_SESSION Instance attribute Private Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20100330
3 DT_MYPROCESS Instance attribute Public Type reference (TYPE) GRPC_T_UI_MYPROCESSES table type for myprocess list 20080324
4 M_SORT_COLUMN Instance attribute Public Type reference (TYPE) STRING 20080324
5 M_SORT_DIRECTION Instance attribute Public Type reference (TYPE) NUM02 ABAP Dictionary: Two-Digit Numeric Field 20080324
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_PROCESS_TABLE Instance method Public Method For sorting and filter 20080324
2 EXTRACT_OBJECT_ID Instance method Private Method Extract Object ID from the concatenate one 20130603
3 GET_DOCUMENTS Instance method Public Method Get document both for central and local 20071018
4 GET_MESSAGE_HANDLER Instance method Public Method 20070918
5 GET_ORGUNIT Instance method Public Method Get a orgunit info by orgunit id 20130603
6 GET_PREVIOUS_TREE_STATUS Instance method Private Method 20070918
7 GET_PROCESS Instance method Public Method Get a control, subprocess and process by input 20080526
8 GET_PROCESS_HIER Instance method Public Method 20071009
9 GET_PROCESS_LIST Instance method Public Method 20070918
10 GET_SESSION Instance method Public Method 20100330
11 GET_SUB_HIERARCHY Instance method Public Method Get the object and its sub hierarchy 20130603
12 GET_SUB_HIERARCHY_UI Instance method Public Method 20130603
13 GET_TYPE_TEXT Instance method Private Method 20071023
14 HANDLE_LEAD_SELECTION Instance method Public Method 20070918
15 LOAD_DETAILS Instance method Public Method Load a local object's detailed data 20130603
16 PROCESS_AUTH Instance method Public Method 20130603
17 SET_HIER_META Instance method Private Method Set Hierarchy meta data 20130603
18 SET_INIT_TREE_STATUS Instance method Private Method 20070918
19 SET_MESSAGE_HANDLER Instance method Public Method 20070918
20 SET_SESSION Instance method Public Method 20100330
Events
Class CL_GRPC_MYPROCESSES_WD has no event.
Types
Class CL_GRPC_MYPROCESSES_WD has no local type.
Method Signatures

Method BUILD_PROCESS_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MYPROCESS Value transfer Type reference (TYPE) GRPC_T_UI_MYPROCESSES table type for myprocess list 20080324

Method BUILD_PROCESS_TABLE on class CL_GRPC_MYPROCESSES_WD has no exception.

Method EXTRACT_OBJECT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONCATE_OBJECT_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Concatenate object ID 20130603
2 Returning RV_OBJECT_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20130603

Method EXTRACT_OBJECT_ID on class CL_GRPC_MYPROCESSES_WD has no exception.

Method GET_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20071018
2 Returning R_DOCUMENTS Value transfer Type reference (TYPE) CHAR20 Char 20 20071018
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100318

Method GET_MESSAGE_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_MSG_HANDLER Value transfer Object reference (TYPE REF TO) IF_GRPC_MSG_HANDLER_WD 20070918

Method GET_MESSAGE_HANDLER on class CL_GRPC_MYPROCESSES_WD has no exception.

Method GET_ORGUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20130603
2 Returning RS_ORGUNIT Value transfer Type reference (TYPE) GRPC_S_UI_MYPROCESSES UI Structure for My Processes 20130603

Method GET_ORGUNIT on class CL_GRPC_MYPROCESSES_WD has no exception.

Method GET_PREVIOUS_TREE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ORGUNIT_HIER Call by reference Type reference (TYPE) GRPC_T_ORGUNIT_HIER Orgunit hierarchy table 20070918

Method GET_PREVIOUS_TREE_STATUS on class CL_GRPC_MYPROCESSES_WD has no exception.

Method GET_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_UIMYPROCESS Value transfer Type reference (TYPE) GRPC_S_UI_MYPROCESSES UI Structure for My Processes 20080526
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID Object ID 20080526
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) GRPC_API_ENTITY_ID GRPC ID of the entity 20080526
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100323

Method GET_PROCESS_HIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_PROCESS_HIER Value transfer Type reference (TYPE) GRPC_T_UI_HIER_MYPROCESSES Table type for My Processes 20071009
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100611

Method GET_PROCESS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_PROCESS_LIST Value transfer Type reference (TYPE) GRPC_T_UI_MYPROCESSES Table type for My Processes 20070918
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100611

Method GET_SESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_SESSION Value transfer Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20100330

Method GET_SESSION on class CL_GRPC_MYPROCESSES_WD has no exception.

Method GET_SUB_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJECT Value transfer Type reference (TYPE) GRPC_S_UI_HIER_MYPROCESSES UI Structure for My Processes(Hierarchy view) 20130603
2 Returning RT_SUB_HIERARCHY Value transfer Type reference (TYPE) GRPC_T_UI_HIER_MYPROCESSES Table type for GRPC_S_UI_HIER_MYPROCESSES 20130603

Method GET_SUB_HIERARCHY on class CL_GRPC_MYPROCESSES_WD has no exception.

Method GET_SUB_HIERARCHY_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROCESS_HIER Call by reference Type reference (TYPE) GRPC_T_UI_HIER_MYPROCESSES Table type for GRPC_S_UI_HIER_MYPROCESSES 20130603
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20130603
3 Returning RT_SUB_PROCESS_HIER Value transfer Type reference (TYPE) GRPC_T_UI_HIER_MYPROCESSES Table type for GRPC_S_UI_HIER_MYPROCESSES 20130603

Method GET_SUB_HIERARCHY_UI on class CL_GRPC_MYPROCESSES_WD has no exception.

Method GET_TYPE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) GRPC_API_ENTITY_ID GRPC ID of the entity 20071023
2 Returning R_TEXT Value transfer Type reference (TYPE) GRPC_TEXT Text 20071023

Method GET_TYPE_TEXT on class CL_GRPC_MYPROCESSES_WD has no exception.

Method HANDLE_LEAD_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_VALIDFROM Value transfer Type reference (TYPE) GRPC_DATE_FROM Valid from 20070918
2 Changing CV_VALIDTO Value transfer Type reference (TYPE) GRPC_DATE_TO Valid to 20070918

Method HANDLE_LEAD_SELECTION on class CL_GRPC_MYPROCESSES_WD has no exception.

Method LOAD_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_UI Call by reference Type reference (TYPE) GRPC_S_UI_MYPROCESSES UI Structure for My Processes 20130603
2 Importing IV_WITH_SP_ASS_METHOD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130603

Method LOAD_DETAILS on class CL_GRPC_MYPROCESSES_WD has no exception.

Method PROCESS_AUTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_AVAILABLE Call by reference Type reference (TYPE) ABAP_BOOL 20130603
2 Exporting EV_EDITABLE Call by reference Type reference (TYPE) ABAP_BOOL 20130603
3 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20130603
4 Importing IV_ORGUNIT_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20130603

Method PROCESS_AUTH on class CL_GRPC_MYPROCESSES_WD has no exception.

Method SET_HIER_META Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_UI_HIER_MYPROCESS Call by reference Type reference (TYPE) GRPC_T_UI_HIER_MYPROCESSES Table type for GRPC_S_UI_HIER_MYPROCESSES 20130603

Method SET_HIER_META on class CL_GRPC_MYPROCESSES_WD has no exception.

Method SET_INIT_TREE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ORGUNIT_HIER Call by reference Type reference (TYPE) GRPC_T_ORGUNIT_HIER Orgunit hierarchy table 20070918

Method SET_INIT_TREE_STATUS on class CL_GRPC_MYPROCESSES_WD has no exception.

Method SET_MESSAGE_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MSG_MANAGER Value transfer Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20070918

Method SET_MESSAGE_HANDLER on class CL_GRPC_MYPROCESSES_WD has no exception.

Method SET_SESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20100330

Method SET_SESSION on class CL_GRPC_MYPROCESSES_WD has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 250