SAP ABAP Class CL_GRFN_PLANNER_GAF_WD (Planner GAF ui class)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_PLANNER (Package) GRC Common Planner
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_PLANNER_COMMON_WD Planner GAF ui class 20080605
Properties
Class CL_GRFN_PLANNER_GAF_WD  
Short Description Planner GAF ui class    
Super Class CL_GRFN_PLANNER_COMMON_WD Planner GAF ui class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_PLANNER   GRC Common Planner 
Created 20080331   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_GRFN_PLANNER_GAF_WD has no interface implemented.
Friends
Class CL_GRFN_PLANNER_GAF_WD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DT_STEP_INFO Instance attribute Public Type reference (TYPE) GRFN_T_PLANNER_STEP_INFO The Planner GAF step information 20100510
2 DV_CURRENT_STEP Instance attribute Public Type reference (TYPE) I 20080331
3 DV_HIER_TYPE Instance attribute Public Type reference (TYPE) GRFN_ASSIGNMENT_TYPE Assignment Type 20100517
4 DV_LAST_STEP Instance attribute Public Type reference (TYPE) I 20080331
5 DV_RM_DATE Instance attribute Public Type reference (TYPE) SY-DATUM Current Date of Application Server 20090601
6 DV_RM_TIMEFRAME Instance attribute Public Type reference (TYPE) GRFN_TIMEFRAME Timeframe 20081201
7 DV_RM_YEAR Instance attribute Public Type reference (TYPE) GRFN_TF_YEAR Timeframe Year 20090108
8 DV_STANDARD_STEP Instance attribute Public Type reference (TYPE) I 20100427
9 GC_STEP_CONFIRM Constant Public Type reference (TYPE) INT4 7 Natural number 20100823
10 GC_STEP_DETAIL Constant Public Type reference (TYPE) INT4 1 Natural number 20100823
11 GC_STEP_OBJ Constant Public Type reference (TYPE) INT4 4 Natural number 20100823
12 GC_STEP_ORG Constant Public Type reference (TYPE) INT4 3 Natural number 20100823
13 GC_STEP_RCPT Constant Public Type reference (TYPE) INT4 5 Natural number 20100823
14 GC_STEP_REG Constant Public Type reference (TYPE) INT4 2 Natural number 20100823
15 GC_STEP_REVIEW Constant Public Type reference (TYPE) INT4 6 Natural number 20100823
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method 20080604
2 CHECK_MANDATORY_DETAIL Instance method Private Method Check mandatory for Plan GAF detail 20100407
3 CHECK_ORGUNIT Instance method Public Method Check orgunit input 20110929
4 CHECK_PLAN_ORG Instance method Public Method 20100820
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080331
6 FILL_HIERARCHY_LIST Instance method Public Method Fill hierarchy list 20100517
7 GET_CURRENT_STEP Instance method Public Method 20080604
8 GET_DATA_SP_RUN Instance method Public Method 20080606
9 GET_HIER_VAULE Instance method Public Method Get hierarchy view list vaule 20100517
10 GET_ORG Instance method Public Method 20080606
11 GET_REGULATION Instance method Public Method Get Plan GAF regulation 20100407
12 GET_REVIEW_INFO Instance method Public Method Fill the detail information in review step 20100820
13 GET_STANDARD_STEP Instance method Public Method 20100427
14 INIT_STEP Instance method Public Method 20080604
15 INIT_STEP_INFO Instance method Public Method 20100510
16 NEXT Instance method Public Method 20080604
17 PREVIOUS Instance method Public Method 20080605
18 REFRESH_STEP Instance method Public Method 20080604
19 REOPEN_SESSION Instance method Public Method 20100820
20 SET_ACTIVE_HIER Instance method Public Method Set lead selection of hierarchy list 20100517
21 SET_CURRENT_STEP Instance method Public Method 20080604
22 SET_SELECTED_HIER Instance method Public Method Set selected hierarchy view list vaule 20100517
Events
Class CL_GRFN_PLANNER_GAF_WD has no event.
Types
Class CL_GRFN_PLANNER_GAF_WD has no local type.
Method Signatures

Method ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL 20080604

Method ACTIVATE on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method CHECK_MANDATORY_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RETURN Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100407

Method CHECK_MANDATORY_DETAIL on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method CHECK_ORGUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ORG Call by reference Type reference (TYPE) YT_ELEMENT_ID_MAP Table of element id map 20111017
2 Returning RV_RETCODE Value transfer Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20110929

Method CHECK_ORGUNIT on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method CHECK_PLAN_ORG Signature

Method CHECK_PLAN_ORG on class CL_GRFN_PLANNER_GAF_WD has no parameter.
Method CHECK_PLAN_ORG on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PLAN_UI_WD Call by reference Object reference (TYPE REF TO) IF_GRFN_PLANNER_WD Planner UI Class interface 20080331
2 Importing IO_WD_COMPONENT_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller Interface 20080331
3 Importing IO_WD_CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080331
4 Importing IR_SESSION_ID Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20080415
5 Importing IV_MODE Call by reference Type reference (TYPE) CHAR10 Character Field Length = 10 20080331
6 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20080901
7 Importing IV_SESSION_ID Call by reference Type reference (TYPE) GRPC_API_SESSION_ID GRPC unique session ID 20080331

Method CONSTRUCTOR on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method FILL_HIERARCHY_LIST Signature

Method FILL_HIERARCHY_LIST on class CL_GRFN_PLANNER_GAF_WD has no parameter.
Method FILL_HIERARCHY_LIST on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method GET_CURRENT_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CURRENT_STEP Value transfer Type reference (TYPE) I 20080604

Method GET_CURRENT_STEP on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method GET_DATA_SP_RUN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ORGUNIT Call by reference Type reference (TYPE) GRPC_T_ORGUNIT_HIER Orgunit hierarchy table 20080606
2 Exporting EV_ACTIVITY Call by reference Type reference (TYPE) GRFN_PLAN_USAGE Plan Activity 20080606
3 Exporting EV_MODE Call by reference Type reference (TYPE) CHAR10 Character Field Length = 10 20080606
4 Exporting EV_SESSION_ID Call by reference Type reference (TYPE) GRFN_API_SESSION_ID ID of GRC session 20080606
5 Exporting EV_TF_YEAR Call by reference Type reference (TYPE) GRFN_TF_YEAR Timeframe Year 20080606
6 Exporting EV_TIMEFRAME Call by reference Type reference (TYPE) GRFN_TIMEFRAME Timeframe 20080606

Method GET_DATA_SP_RUN on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method GET_HIER_VAULE Signature

Method GET_HIER_VAULE on class CL_GRFN_PLANNER_GAF_WD has no parameter.
Method GET_HIER_VAULE on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method GET_ORG Signature

Method GET_ORG on class CL_GRFN_PLANNER_GAF_WD has no parameter.
Method GET_ORG on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method GET_REGULATION Signature

Method GET_REGULATION on class CL_GRFN_PLANNER_GAF_WD has no parameter.
Method GET_REGULATION on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method GET_REVIEW_INFO Signature

Method GET_REVIEW_INFO on class CL_GRFN_PLANNER_GAF_WD has no parameter.
Method GET_REVIEW_INFO on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method GET_STANDARD_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CURRENT_STEP Call by reference Type reference (TYPE) I 20100811
2 Returning RV_STANDARD_STEP Value transfer Type reference (TYPE) I 20100427

Method GET_STANDARD_STEP on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method INIT_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PLANUSAGE_ID Call by reference Type reference (TYPE) GRFN_PLAN_USAGE Plan Activity 20080604

Method INIT_STEP on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method INIT_STEP_INFO Signature

Method INIT_STEP_INFO on class CL_GRFN_PLANNER_GAF_WD has no parameter.
Method INIT_STEP_INFO on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method NEXT Signature

Method NEXT on class CL_GRFN_PLANNER_GAF_WD has no parameter.
Method NEXT on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method PREVIOUS Signature

Method PREVIOUS on class CL_GRFN_PLANNER_GAF_WD has no parameter.
Method PREVIOUS on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method REFRESH_STEP Signature

Method REFRESH_STEP on class CL_GRFN_PLANNER_GAF_WD has no parameter.
Method REFRESH_STEP on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method REOPEN_SESSION Signature

Method REOPEN_SESSION on class CL_GRFN_PLANNER_GAF_WD has no parameter.
Method REOPEN_SESSION on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method SET_ACTIVE_HIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HIER_TYPE Value transfer Type reference (TYPE) GRFN_ASSIGNMENT_TYPE Assignment Type 20100517

Method SET_ACTIVE_HIER on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method SET_CURRENT_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CURRENT_STEP Call by reference Type reference (TYPE) I 20080604

Method SET_CURRENT_STEP on class CL_GRFN_PLANNER_GAF_WD has no exception.

Method SET_SELECTED_HIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HIER_TYPE Value transfer Type reference (TYPE) GRFN_ASSIGNMENT_TYPE Assignment Type 20100517

Method SET_SELECTED_HIER on class CL_GRFN_PLANNER_GAF_WD has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 300