SAP ABAP Class CL_GRPC_TEST_PLAN_WD (Ui class for manual test plans display)
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 20070803
Properties
Class CL_GRPC_TEST_PLAN_WD  
Short Description Ui class for manual test plans display    
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 20070803   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GRPC_TEST_PLAN_WD has no forward declaration.
Interfaces
Class CL_GRPC_TEST_PLAN_WD has no interface implemented.
Friends
Class CL_GRPC_TEST_PLAN_WD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DO_MESSAGE_MANAGER Instance attribute Private Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20070806
2 DT_CENTRAL_CONTROL Instance attribute Private Type reference (TYPE) GRPC_T_API_CONTROL_LIST Table type of control list 20071015
3 DT_TEST_PLAN Instance attribute Public Type reference (TYPE) GRPC_T_TEST_PLAN table type for test plans 20071022
4 DV_CREATED_TEST_PLAN Instance attribute Private Type reference (TYPE) GRPC_S_TEST_PLAN Object ID 20090226
5 GC_TP_CTRL_TABLENAME Constant Public Type reference (TYPE) STRING 'TAB_CONTROL_TEST_PLAN' 20080321
6 GC_TP_TABLENAME Constant Public Type reference (TYPE) STRING 'TAB_MANUAL_TEST_PLAN' 20080321
7 IS_ASSIGN_ENABLE Instance attribute Public Type reference (TYPE) FLAG General Flag 20071122
8 IS_ASSIGN_IECL_ENABLE Instance attribute Public Type reference (TYPE) FLAG General Flag 20090211
9 MT_SORT_INFO Instance attribute Public Type reference (TYPE) GRPC_T_TABLE_SORT_INFO table of GRPC_S_TABLE_SORT_INFO 20080321
10 MT_TP_CONTROL Instance attribute Public Type reference (TYPE) GRPC_T_TEST_PLAN_CONTROL table type for test plan control 20080321
11 M_SORT_COLUMN Instance attribute Public Type reference (TYPE) STRING 20080320
12 M_SORT_DIRECTION Instance attribute Public Type reference (TYPE) NUM02 ABAB Dictionary: Two-Digit Numeric Field 20080320
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_TESTPLAN_TABLE Instance method Public Method filter test plans 20080320
2 BUILD_TP_CONTROL_TABLE Instance method Public Method 20080321
3 CHECK_AUTH_ASSIGN Instance method Public Method check for assign control authorization 20070918
4 CHECK_AUTH_CREATE Instance method Public Method check for create authorization 20070918
5 CHECK_AUTH_DELETE Instance method Public Method check for delete authorization 20070918
6 CHECK_AUTH_OPEN Instance method Public Method check for open authorization 20070918
7 DELETE Instance method Public Method delete the selected test plan 20070806
8 GET_LEAD_SELECTION_ROW Instance method Private Method 20090227
9 GET_MESSAGE_MANAGER Instance method Public Method get the message manager 20070806
10 GET_TEST_PLAN_CONTROLS Instance method Public Method get the test plan controls 20070803
11 GET_TEST_PLAN_IELCS Instance method Public Method Get test plan indirect ELCs 20080912
12 LOAD_DATA Instance method Public Method Obsolete 20071026
13 SET_CREATED_TEST_PLAN Instance method Public Method Set created test plan 20090226
14 SET_FIRST_VISIBLE_ROW Instance method Public Method 20090227
15 SET_LEAD_SELECTION Instance method Public Method set the selected test plan 20070803
16 SET_MESSAGE_MANAGER Instance method Public Method set the message handler 20070806
17 SET_SORT_INFO Instance method Public Method Set filter and sorting information 20080321
Events
Class CL_GRPC_TEST_PLAN_WD has no event.
Types
Class CL_GRPC_TEST_PLAN_WD has no local type.
Method Signatures

Method BUILD_TESTPLAN_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TEST_PLAN Value transfer Type reference (TYPE) GRPC_T_TEST_PLAN table type for test plans 20080320

Method BUILD_TESTPLAN_TABLE on class CL_GRPC_TEST_PLAN_WD has no exception.

Method BUILD_TP_CONTROL_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CTRL_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080321

Method BUILD_TP_CONTROL_TABLE on class CL_GRPC_TEST_PLAN_WD has no exception.

Method CHECK_AUTH_ASSIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RETURN Call by reference Type reference (TYPE) FLAG Natural number 20070918
2 Exporting EV_RETURN_IELC Call by reference Type reference (TYPE) FLAG General Flag 20090211

Method CHECK_AUTH_ASSIGN on class CL_GRPC_TEST_PLAN_WD has no exception.

Method CHECK_AUTH_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RETURN Call by reference Type reference (TYPE) FLAG Natural number 20070918

Method CHECK_AUTH_CREATE on class CL_GRPC_TEST_PLAN_WD has no exception.

Method CHECK_AUTH_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RETURN Call by reference Type reference (TYPE) FLAG Natural number 20070918

Method CHECK_AUTH_DELETE on class CL_GRPC_TEST_PLAN_WD has no exception.

Method CHECK_AUTH_OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RETURN Call by reference Type reference (TYPE) FLAG Natural number 20070918

Method CHECK_AUTH_OPEN on class CL_GRPC_TEST_PLAN_WD has no exception.

Method DELETE Signature

Method DELETE on class CL_GRPC_TEST_PLAN_WD has no parameter.
Method DELETE on class CL_GRPC_TEST_PLAN_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_TEST_PLAN Call by reference Type reference (TYPE) GRPC_T_TEST_PLAN Process 20090227
2 Exporting EV_LEAD_SELECTION_ROW Call by reference Type reference (TYPE) I 20090227
3 Importing IV_LEAD_SELECTION Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20090227
4 Importing IV_PARENT Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20090227

Method GET_LEAD_SELECTION_ROW on class CL_GRPC_TEST_PLAN_WD has no exception.

Method GET_MESSAGE_MANAGER Signature

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

Method GET_MESSAGE_MANAGER on class CL_GRPC_TEST_PLAN_WD has no exception.

Method GET_TEST_PLAN_CONTROLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEST_PLAN_CONTROL Call by reference Type reference (TYPE) GRPC_T_TEST_PLAN_CONTROL table type for test plan control 20070803
2 Importing ID_TEST_PLAN_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20070803

Method GET_TEST_PLAN_CONTROLS on class CL_GRPC_TEST_PLAN_WD has no exception.

Method GET_TEST_PLAN_IELCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEST_PLAN_IELC Call by reference Type reference (TYPE) GRPC_T_TEST_PLAN_CONTROL table type for test plan control 20080912
2 Importing ID_TEST_PLAN_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20080912

Method GET_TEST_PLAN_IELCS on class CL_GRPC_TEST_PLAN_WD has no exception.

Method LOAD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESCR Call by reference Type reference (TYPE) STRING 20071026
2 Importing IV_NAME Call by reference Type reference (TYPE) GRPC_COBJTEXT Text 20071026
3 Importing IV_VALIDFROM Call by reference Type reference (TYPE) DATUM Date 20071026
4 Importing IV_VALIDTO Call by reference Type reference (TYPE) DATUM Date 20071026
5 Returning RT_TEST_PLAN Value transfer Type reference (TYPE) GRPC_T_TEST_PLAN table type for test plans 20071026

Method LOAD_DATA on class CL_GRPC_TEST_PLAN_WD has no exception.

Method SET_CREATED_TEST_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CREATED_TEST_PLAN Call by reference Type reference (TYPE) GRPC_S_TEST_PLAN Object ID 20090226

Method SET_CREATED_TEST_PLAN on class CL_GRPC_TEST_PLAN_WD has no exception.

Method SET_FIRST_VISIBLE_ROW Signature

Method SET_FIRST_VISIBLE_ROW on class CL_GRPC_TEST_PLAN_WD has no parameter.
Method SET_FIRST_VISIBLE_ROW on class CL_GRPC_TEST_PLAN_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 I_LEAD_SELECTION Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20070803

Method SET_LEAD_SELECTION on class CL_GRPC_TEST_PLAN_WD has no exception.

Method SET_MESSAGE_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGE_MANAGER Call by reference Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20070806

Method SET_MESSAGE_MANAGER on class CL_GRPC_TEST_PLAN_WD has no exception.

Method SET_SORT_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SORT_INFO Call by reference Type reference (TYPE) GRPC_S_TABLE_SORT_INFO info for sort table 20080321

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