SAP ABAP Class CL_GRPC_SIGNOFF_GAF_WD (Sign-off GAF)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-SPC (Application Component) Process Controls
     GRPC_SIGNOFF (Package) PC Sign-Off
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRPC_SIGNOFF_GAF_WD Sign-off GAF 20070802
Properties
Class CL_GRPC_SIGNOFF_GAF_WD  
Short Description Sign-off GAF    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRPC_SIGNOFF   PC Sign-Off 
Created 20070802   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GRPC_SIGNOFF_GAF_WD has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRPC_SIGNOFF_GAF_WD Sign-off GAF 20070802
Friends
Class CL_GRPC_SIGNOFF_GAF_WD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DO_COMP_CONTROLLER Instance attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20070802
2 DO_MAIN_NODE Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20070802
3 DO_MSG_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_GRPC_MSG_HANDLER_WD Message Handler 20070802
4 DV_CURRENT_STEP Instance attribute Private Type reference (TYPE) I 1 Current Step 20070809
5 DV_MODE Instance attribute Private Type reference (TYPE) STRING Mode (Change/Display) 20080710
6 DV_ORGUNIT_ID Instance attribute Private Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20070817
7 DV_REGULATION_ID Instance attribute Private Type reference (TYPE) GRFN_API_OBJECT_ID Regulation 20081014
8 DV_RESULT Instance attribute Private Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20071114
9 DV_SELECTED_LINK_INDEX Instance attribute Private Type reference (TYPE) I 20070823
10 DV_SESSION_ID Instance attribute Private Type reference (TYPE) GRPC_API_SESSION_ID GRPC unique session ID 20070802
11 DV_SURVEY_ID Instance attribute Private Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20070905
12 DV_WORKITEM Instance attribute Private Type reference (TYPE) SWW_WIID Work item ID 20070816
13 MT_ORGUNIT_SIGNOFF_BUFFER Static Attribute Private Type reference (TYPE) GRPC_T_API_ORGUNIT_LIST Orgunit list 20130531
14 MT_ROAD_MAP Instance attribute Private Type reference (TYPE) GRPC_T_ROADMAP Table Type (sorted) for Web Dynpro Roadmap (GAF) 20070806
15 MV_SIGN_OFF_MONITOR_FLG Static Attribute Private Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130531
Methods
# Method Level Visibility Method type Description Created on
1 ANSWER_QUESTION Instance method Private Method [Sign Off GAF] (Called by Next only) 20070905
2 CLEAR_SIGN_OFF_ORG_HIER_BUFFER Static method Public Method Clear Org unit buffer used for sign off 20130531
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070802
4 GET_CEO_DOCUMENTS Instance method Private Method 20090304
5 GET_LEAD_SELECTION_ROW Instance method Private Method [Sign Off Monitor] Find 20071114
6 GET_MODE Instance method Private Method 20070814
7 GET_ORGUNIT_PARENT_FROM_BUFFER Static method Public Method Set ORG UNIT parent from buffer for sign off monitor report 20130531
8 GET_SIGN_OFF_MONITOR_FLG Static method Public Method Get sign off monitor flag 20130531
9 SEARCH_IN_CHILDREN Instance method Private Method [Sign Off Monitor] Search Orgunit in it's child node 20071114
10 SET_FIRST_VISIBLE_ROW Instance method Private Method [Sign Off Monitor] Find 20071114
11 SET_LEAD_SELECTION Instance method Private Method [Sign Off Monitor] Find 20071114
12 SET_ORGUNIT_SIGNOFF_BUFFER Static method Public Method Set ORG UNIT buffer for sign off monitor report 20130531
13 SET_SIGN_OFF_MONITOR_FLG Static method Public Method Get sign off monitor flag 20130531
Events
Class CL_GRPC_SIGNOFF_GAF_WD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_CEO_DOCS Private See coding 20090304 BEGIN OF ys_ceo_docs, document_id TYPE grpc_s_api_document_data-document_id, created_user TYPE grpc_s_api_document_data-created_user, END OF ys_ceo_docs
2 YT_CEO_DOCS Private See coding 20090304 yt_ceo_docs TYPE STANDARD TABLE OF ys_ceo_docs
Method Signatures

Method ANSWER_QUESTION Signature

Method ANSWER_QUESTION on class CL_GRPC_SIGNOFF_GAF_WD has no parameter.
Method ANSWER_QUESTION on class CL_GRPC_SIGNOFF_GAF_WD has no exception.

Method CLEAR_SIGN_OFF_ORG_HIER_BUFFER Signature

Method CLEAR_SIGN_OFF_ORG_HIER_BUFFER on class CL_GRPC_SIGNOFF_GAF_WD has no parameter.
Method CLEAR_SIGN_OFF_ORG_HIER_BUFFER on class CL_GRPC_SIGNOFF_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_COMP_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20070802
2 Importing IO_MAIN_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20070802

Method CONSTRUCTOR on class CL_GRPC_SIGNOFF_GAF_WD has no exception.

Method GET_CEO_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CEO_DOCS Call by reference Type reference (TYPE) YT_CEO_DOCS All CEO documents 20090304
2 Importing IV_SIGNOFF Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Sign-Off GUID for the Corporate 20090304

Method GET_CEO_DOCUMENTS on class CL_GRPC_SIGNOFF_GAF_WD has no exception.

Method GET_LEAD_SELECTION_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SIGNOFF_LIST Call by reference Type reference (TYPE) GRPC_T_SIGNOFF_LIST Sign-off List 20071114
2 Changing CV_CHILD_NODE_ROW Call by reference Type reference (TYPE) I 20071114
3 Exporting EV_LEAD_SELECTION_ROW Call by reference Type reference (TYPE) I 20071114
4 Importing IV_LEAD_SELECTION Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20071114
5 Importing IV_PARENT Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20071114

Method GET_LEAD_SELECTION_ROW on class CL_GRPC_SIGNOFF_GAF_WD has no exception.

Method GET_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MODE Value transfer Type reference (TYPE) STRING 20070815

Method GET_MODE on class CL_GRPC_SIGNOFF_GAF_WD has no exception.

Method GET_ORGUNIT_PARENT_FROM_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ORGUNIT Call by reference Type reference (TYPE) GRFN_OBJECTID Org Unit 20130531
2 Returning RV_PARENT_ORGUNIT Value transfer Type reference (TYPE) GRFN_OBJECTID Parent ORGUNIT 20130531

Method GET_ORGUNIT_PARENT_FROM_BUFFER on class CL_GRPC_SIGNOFF_GAF_WD has no exception.

Method GET_SIGN_OFF_MONITOR_FLG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FLG Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130531

Method GET_SIGN_OFF_MONITOR_FLG on class CL_GRPC_SIGNOFF_GAF_WD has no exception.

Method SEARCH_IN_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SIGNOFF_LIST Call by reference Type reference (TYPE) GRPC_T_SIGNOFF_LIST Sign-off List 20071114
2 Exporting EV_RESULT Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20071114
3 Importing IV_PARENT Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20071114
4 Importing IV_SEARCH Call by reference Type reference (TYPE) CHAR40 Character field of length 40 20071114

Method SEARCH_IN_CHILDREN on class CL_GRPC_SIGNOFF_GAF_WD has no exception.

Method SET_FIRST_VISIBLE_ROW Signature

Method SET_FIRST_VISIBLE_ROW on class CL_GRPC_SIGNOFF_GAF_WD has no parameter.
Method SET_FIRST_VISIBLE_ROW on class CL_GRPC_SIGNOFF_GAF_WD has no exception.

Method SET_LEAD_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LEAD_SELECTION Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20071114

Method SET_LEAD_SELECTION on class CL_GRPC_SIGNOFF_GAF_WD has no exception.

Method SET_ORGUNIT_SIGNOFF_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ORGUNIT Call by reference Type reference (TYPE) GRPC_T_API_ORGUNIT_LIST Orgunit list 20130531

Method SET_ORGUNIT_SIGNOFF_BUFFER on class CL_GRPC_SIGNOFF_GAF_WD has no exception.

Method SET_SIGN_OFF_MONITOR_FLG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FLG Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130531

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