SAP ABAP Class CL_GRPC_CASEISSUE_WD (Issue 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 20070716
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRPC_CASEISSUE_WD 20070716
Properties
Class CL_GRPC_CASEISSUE_WD  
Short Description Issue 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 20070716   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)
2 GRPC0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRPC_CASEISSUE_WD 20070716
Friends
Class CL_GRPC_CASEISSUE_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 20070806
2 DT_ISSUE_LIST Instance attribute Public Type reference (TYPE) GRPC_T_UI_ISSUE_LIST Issue List on UI 20080320
3 DT_ISSUE_LIST_NEW Instance attribute Public Type reference (TYPE) GRPC_T_UI_ISSUE_LIST Issue List on UI New 20130603
4 DT_SORT_INFO Instance attribute Public Type reference (TYPE) GRPC_T_TABLE_SORT_INFO info for sort table 20080320
5 DV_ACTION_FAIL Instance attribute Private Type reference (TYPE) XFELD Checkbox 20071218
6 DV_ASSPLAN Instance attribute Private Type reference (TYPE) XFELD Checkbox 20071127
7 DV_CASE_TYPE Instance attribute Private Type reference (TYPE) CHAR4 Not More Closely Defined Area, Possibly Used for Patchlevels 20070801
8 DV_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_WD_TOOLBAR Perforce change= / 20051117-125541 20070720
9 DV_COUNT Instance attribute Private Type reference (TYPE) I 0 20070806
10 DV_HAS_RM Instance attribute Private Type reference (TYPE) XFELD Checkbox 20071108
11 DV_INITIALIZED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20090408
12 DV_ISSUEVIEW_CONTAINER Instance attribute Private Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20090519
13 DV_IS_CAPAPLAN Instance attribute Private Type reference (TYPE) ABAP_BOOL 20090408
14 DV_IS_CHANGED Instance attribute Private Type reference (TYPE) BOOLE_D Boolean Variable (X=True, -=False, Space=Unknown) 20090223
15 DV_LEAD_ISSUEID Instance attribute Private Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20071226
16 DV_LEAD_ISSUE_ID Instance attribute Private Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20070801
17 DV_LEAD_SELECTION Instance attribute Private Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20070801
18 DV_MODE Instance attribute Private Type reference (TYPE) XFELD Mode of OIF window 20070813
19 DV_OLD_OWNER Instance attribute Private Type reference (TYPE) SCMG_PROCESSOR Processor 20071126
20 DV_OWNER Instance attribute Private Type reference (TYPE) SY-UNAME User Name 20070820
21 DV_REGULATION_ID Instance attribute Public Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20081029
22 DV_SESSION_ID Instance attribute Private Type reference (TYPE) GRPC_API_SESSION_ID GRPC unique session ID 20070801
23 DV_STATUS Instance attribute Private Type reference (TYPE) CHAR5 R/2 table 20070813
24 DV_STATUS_CHANGED Instance attribute Private Type reference (TYPE) XFELD Checkbox 20071102
25 DV_TEST_TYPE Instance attribute Private Type reference (TYPE) CHAR10 Character Field Length = 10 20070925
26 DV_UNAME Instance attribute Private Type reference (TYPE) SYUNAME User Name 20080102
27 DV_VOID_FLAG Instance attribute Private Type reference (TYPE) GRFN_BOOLEAN Void flag 20100917
28 MS_ISSUE_DET Instance attribute Private Type reference (TYPE) GRPC_S_UI_ISSUE GRPC-UI: Issue 20071226
29 REASSIGN_FLAG Instance attribute Private Type reference (TYPE) XFELD Checkbox 20071126
Methods
# Method Level Visibility Method type Description Created on
1 GET_INSTANCE Static method Public Method 20070801
2 GET_PREVIOUS_STATUS Instance method Private Method 20070808
3 INIT Instance method Private Method 20090408
4 IS_CAPAPLAN Instance method Private Method 20090408
5 IS_OWNER Instance method Private Method 20070820
6 POPULATE_DROPDOWN Instance method Private Method 20080819
7 READ_ONLY Instance method Private Method 20080107
8 REFRESH_ISSUE_TAB Instance method Private Method 20070808
9 SET_ISSUETAB_VISIBLE Instance method Private Method 20080908
10 SET_META_ATTR Instance method Private Method 20070925
11 SET_VISIBILITY Instance method Private Method 20070813
Events
Class CL_GRPC_CASEISSUE_WD has no event.
Types
Class CL_GRPC_CASEISSUE_WD has no local type.
Method Signatures

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MAIN_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20070801
2 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20081029
3 Returning RO_ISSUE Value transfer Object reference (TYPE REF TO) IF_GRPC_CASEISSUE_WD 20070801

Method GET_INSTANCE on class CL_GRPC_CASEISSUE_WD has no exception.

Method GET_PREVIOUS_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ISSUE_LIST Value transfer Type reference (TYPE) GRPC_T_UI_ISSUE_LIST Issue List on UI 20070808
2 Returning RS_ISSUE_LIST Value transfer Type reference (TYPE) GRPC_S_UI_ISSUE_LIST Issue list Data 20070808

Method GET_PREVIOUS_STATUS on class CL_GRPC_CASEISSUE_WD has no exception.

Method INIT Signature

Method INIT on class CL_GRPC_CASEISSUE_WD has no parameter.
Method INIT on class CL_GRPC_CASEISSUE_WD has no exception.

Method IS_CAPAPLAN Signature

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

Method IS_CAPAPLAN on class CL_GRPC_CASEISSUE_WD has no exception.

Method IS_OWNER Signature

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

Method IS_OWNER on class CL_GRPC_CASEISSUE_WD has no exception.

Method POPULATE_DROPDOWN Signature

Method POPULATE_DROPDOWN on class CL_GRPC_CASEISSUE_WD has no parameter.
Method POPULATE_DROPDOWN on class CL_GRPC_CASEISSUE_WD has no exception.

Method READ_ONLY Signature

Method READ_ONLY on class CL_GRPC_CASEISSUE_WD has no parameter.
Method READ_ONLY on class CL_GRPC_CASEISSUE_WD has no exception.

Method REFRESH_ISSUE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ISSUE_TAB_LIST Value transfer Type reference (TYPE) GRPC_T_UI_ISSUE_LIST Issue List on UI 20070808

Method REFRESH_ISSUE_TAB on class CL_GRPC_CASEISSUE_WD has no exception.

Method SET_ISSUETAB_VISIBLE Signature

Method SET_ISSUETAB_VISIBLE on class CL_GRPC_CASEISSUE_WD has no parameter.
Method SET_ISSUETAB_VISIBLE on class CL_GRPC_CASEISSUE_WD has no exception.

Method SET_META_ATTR Signature

Method SET_META_ATTR on class CL_GRPC_CASEISSUE_WD has no parameter.
Method SET_META_ATTR on class CL_GRPC_CASEISSUE_WD has no exception.

Method SET_VISIBILITY Signature

Method SET_VISIBILITY on class CL_GRPC_CASEISSUE_WD has no parameter.
Method SET_VISIBILITY on class CL_GRPC_CASEISSUE_WD has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 250