SAP ABAP Class CL_GRFN_POWL_BASE (Base class for POWL feeder)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_AUTO_MONITOR (Package) GRC Automated Monitoring Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_POWL_FEEDER Interface for POWL Feeders 20091113
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_POWL_AM_SCHEDULER Powl feeder for AM Scheduler 20100512
2 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_POWL_BR Powl feeder for business rule 20091120
3 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_POWL_EO Powl feeder for enterprise object 20091120
4 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_POWL_ISSUE POWL feeder for ad-hoc issue 20091229
5 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_POWL_POLICY POWL Feader class 20100115
Properties
Class CL_GRFN_POWL_BASE  
Short Description Base class for POWL feeder    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_AUTO_MONITOR   GRC Automated Monitoring Framework 
Created 20091113   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GRFN_POWL_BASE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_POWL_FEEDER Interface for POWL Feeders 20091113
Friends
Class CL_GRFN_POWL_BASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_SELCRIT_DATE Constant Public Type reference (TYPE) RSSCR_NAME 'DATE' ABAP/4: Name of SELECT-OPTION / PARAMETER 20100208
2 CV_SELCRIT_DESCR Constant Public Type reference (TYPE) RSSCR_NAME 'DESCR' ABAP/4: Name of SELECT-OPTION / PARAMETER 20100108
3 CV_SELCRIT_ENTITY Constant Public Type reference (TYPE) RSSCR_NAME 'ENTITY' ABAP/4: Name of SELECT-OPTION / PARAMETER 20100414
4 CV_SELCRIT_ID Constant Public Type reference (TYPE) RSSCR_NAME 'ID' ABAP/4: Name of SELECT-OPTION / PARAMETER 20100108
5 CV_SELCRIT_ST Constant Public Type reference (TYPE) RSSCR_NAME 'ST' 20091120
6 CV_SELCRIT_TF Constant Public Type reference (TYPE) RSSCR_NAME 'TF' 20091120
7 CV_SELCRIT_TF_YEAR Constant Public Type reference (TYPE) RSSCR_NAME 'TF_YEAR' 20091120
8 CV_SELCRIT_VALIDFROM Constant Public Type reference (TYPE) RSSCR_NAME 'VF' ABAP/4: Name of SELECT-OPTION / PARAMETER 20100108
9 CV_SELCRIT_VALIDTO Constant Public Type reference (TYPE) RSSCR_NAME 'VT' ABAP/4: Name of SELECT-OPTION / PARAMETER 20100108
10 MT_FIELDCAT Instance attribute Protected Type reference (TYPE) POWL_FIELDCAT_TTY 20091120
11 MT_SELCRIT_VALUE Instance attribute Protected Type reference (TYPE) RSPARAMS_TT 20091203
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BASIC_FIELDS Instance method Private Method 20091120
2 ADD_DATE_PARAM Instance method Protected Method Adds date parameter for navigation 20100210
3 ADD_OBJECT_FIELDS Instance method Protected Method Add object specific fields 20091120
4 ADD_TIMEFRAME_PARAM Instance method Protected Method Add timeframe params for navigation 20091203
5 AUTHORIZE Instance method Private Method Authorize actions 20100713
6 COPY Instance method Protected Method Copy object 20091120
7 CREATE Instance method Protected Method Create object 20091120
8 DELETE Instance method Protected Method Delete object 20091120
9 GET_ACTIVE_QUERY Static method Public Method Gets active query 20100422
10 GET_DATE_SELCRIT Instance method Protected Method Gets date selection criteria 20100322
11 GET_ENTITY_ID Instance method Protected Method Get the entity id of the POWL objects 20091120
12 GET_SEARCHTERMS Instance method Private Method 20091126
13 GET_SELCRIT Static method Public Method Get selection criteria 20091203
14 GET_TERM_SRCHHELP Instance method Protected Method Gets term search help 20100415
15 GET_TFYEAR_VALUES Instance method Private Method 20091120
16 GET_TF_VALUES Instance method Private Method 20091120
17 HANDLE_EXCEPTION Instance method Protected Method Handle exception 20100623
18 LEAD_SELECT Instance method Protected Method Lead select object 20100713
19 OPEN Instance method Protected Method Open object 20091120
20 SEARCH Instance method Protected Method Search by terms 20091120
21 SET_SELCRIT Instance method Protected Method Sets selection criteria 20100205
22 TEST_ES_CONNECTION Instance method Private Method Test enterprise search connection 20091120
Events
Class CL_GRFN_POWL_BASE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YT_SEARCHTERM Protected See coding 20091120 YT_SEARCHTERM TYPE TABLE OF grfn_s_eso_searchterm
Method Signatures

Method ADD_BASIC_FIELDS Signature

Method ADD_BASIC_FIELDS on class CL_GRFN_POWL_BASE has no parameter.
Method ADD_BASIC_FIELDS on class CL_GRFN_POWL_BASE has no exception.

Method ADD_DATE_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing XT_PARAM Call by reference Type reference (TYPE) ANY TABLE 20100210

Method ADD_DATE_PARAM on class CL_GRFN_POWL_BASE has no exception.

Method ADD_OBJECT_FIELDS Signature

Method ADD_OBJECT_FIELDS on class CL_GRFN_POWL_BASE has no parameter.
Method ADD_OBJECT_FIELDS on class CL_GRFN_POWL_BASE has no exception.

Method ADD_TIMEFRAME_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing XT_PARAM Call by reference Type reference (TYPE) ANY TABLE 20091203

Method ADD_TIMEFRAME_PARAM on class CL_GRFN_POWL_BASE has no exception.

Method AUTHORIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) GRFN_API_OPERATION_ID The ID of the operation 20100713
2 Returning RV_RESULT Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100713

Method AUTHORIZE on class CL_GRFN_POWL_BASE has no exception.

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ACTION_DEFS Call by reference Type reference (TYPE) POWL_ACTDESCR_TTY action meta description 20091120
2 Changing C_FIRST_VISIBLE_ROW Call by reference Type reference (TYPE) SY-TABIX Index of Internal Tables 20091120
3 Changing C_FIRST_VISIBLE_SCROLL_COL Call by reference Type reference (TYPE) STRING 20091120
4 Changing C_RESULT_TAB Call by reference Type reference (TYPE) INDEX TABLE 20091120
5 Changing C_SELECTED Call by reference Type reference (TYPE) RSTABIXTAB Repository Infosystem Table for Indexes 20091120
6 Exporting E_ACTIONS_CHANGED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
7 Exporting E_CHANGES_PROCESSED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
8 Exporting E_DO_REFRESH Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
9 Exporting E_MESSAGES Call by reference Type reference (TYPE) POWL_MSG_TTY Message META description 20091120
10 Exporting E_PORTAL_ACTIONS Call by reference Type reference (TYPE) POWL_FOLLOW_UP_STY Follow-up action in portal 20091120
11 Exporting E_RESULT_LINES_CHANGED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
12 Exporting E_SELECTED_CHANGED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
13 Importing I_ACTIONID Call by reference Type reference (TYPE) POWL_ACTIONID_TY Action identifier 20091120
14 Importing I_ACTION_CONF Call by reference Type reference (TYPE) POWL_ACTION_CONF_TY action confirmation 20091120
15 Importing I_ACTION_INDEX Call by reference Attribute reference (LIKE) SY-TABIX Index of Internal Tables 20091120
16 Importing I_ADDITIONAL_DATA Call by reference Type reference (TYPE) DATA 20091120
17 Importing I_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Application ID 20091120
18 Importing I_CHANGED Call by reference Type reference (TYPE) POWL_CHANGEINFO_TTY outtab change infos for feeder 20091120
19 Importing I_LANGU Call by reference Type reference (TYPE) LANGU Language Key 20091120
20 Importing I_TYPE Call by reference Type reference (TYPE) POWL_TYPE_TY POWL type ID 20091120
21 Importing I_USERNAME Call by reference Type reference (TYPE) XUSER User name 20091120

Method COPY on class CL_GRFN_POWL_BASE has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ACTION_DEFS Call by reference Type reference (TYPE) POWL_ACTDESCR_TTY action meta description 20091120
2 Changing C_FIRST_VISIBLE_ROW Call by reference Type reference (TYPE) SY-TABIX Index of Internal Tables 20091120
3 Changing C_FIRST_VISIBLE_SCROLL_COL Call by reference Type reference (TYPE) STRING 20091120
4 Changing C_RESULT_TAB Call by reference Type reference (TYPE) INDEX TABLE 20091120
5 Changing C_SELECTED Call by reference Type reference (TYPE) RSTABIXTAB Repository Infosystem Table for Indexes 20091120
6 Exporting E_ACTIONS_CHANGED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
7 Exporting E_CHANGES_PROCESSED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
8 Exporting E_DO_REFRESH Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
9 Exporting E_MESSAGES Call by reference Type reference (TYPE) POWL_MSG_TTY Message META description 20091120
10 Exporting E_PORTAL_ACTIONS Call by reference Type reference (TYPE) POWL_FOLLOW_UP_STY Follow-up action in portal 20091120
11 Exporting E_RESULT_LINES_CHANGED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
12 Exporting E_SELECTED_CHANGED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
13 Importing I_ACTIONID Call by reference Type reference (TYPE) POWL_ACTIONID_TY Action identifier 20091120
14 Importing I_ACTION_CONF Call by reference Type reference (TYPE) POWL_ACTION_CONF_TY action confirmation 20091120
15 Importing I_ACTION_INDEX Call by reference Attribute reference (LIKE) SY-TABIX Index of Internal Tables 20091120
16 Importing I_ADDITIONAL_DATA Call by reference Type reference (TYPE) DATA 20091120
17 Importing I_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Application ID 20091120
18 Importing I_CHANGED Call by reference Type reference (TYPE) POWL_CHANGEINFO_TTY outtab change infos for feeder 20091120
19 Importing I_LANGU Call by reference Type reference (TYPE) LANGU Language Key 20091120
20 Importing I_TYPE Call by reference Type reference (TYPE) POWL_TYPE_TY POWL type ID 20091120
21 Importing I_USERNAME Call by reference Type reference (TYPE) XUSER User name 20091120

Method CREATE on class CL_GRFN_POWL_BASE has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ACTION_DEFS Call by reference Type reference (TYPE) POWL_ACTDESCR_TTY action meta description 20091120
2 Changing C_FIRST_VISIBLE_ROW Call by reference Type reference (TYPE) SY-TABIX Index of Internal Tables 20091120
3 Changing C_FIRST_VISIBLE_SCROLL_COL Call by reference Type reference (TYPE) STRING 20091120
4 Changing C_RESULT_TAB Call by reference Type reference (TYPE) INDEX TABLE 20091120
5 Changing C_SELECTED Call by reference Type reference (TYPE) RSTABIXTAB Repository Infosystem Table for Indexes 20091120
6 Exporting E_ACTIONS_CHANGED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
7 Exporting E_CHANGES_PROCESSED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
8 Exporting E_DO_REFRESH Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
9 Exporting E_MESSAGES Call by reference Type reference (TYPE) POWL_MSG_TTY Message META description 20091120
10 Exporting E_PORTAL_ACTIONS Call by reference Type reference (TYPE) POWL_FOLLOW_UP_STY Follow-up action in portal 20091120
11 Exporting E_RESULT_LINES_CHANGED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
12 Exporting E_SELECTED_CHANGED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
13 Importing I_ACTIONID Call by reference Type reference (TYPE) POWL_ACTIONID_TY Action identifier 20091120
14 Importing I_ACTION_CONF Call by reference Type reference (TYPE) POWL_ACTION_CONF_TY action confirmation 20091120
15 Importing I_ACTION_INDEX Call by reference Attribute reference (LIKE) SY-TABIX Index of Internal Tables 20091120
16 Importing I_ADDITIONAL_DATA Call by reference Type reference (TYPE) DATA 20091120
17 Importing I_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Application ID 20091120
18 Importing I_CHANGED Call by reference Type reference (TYPE) POWL_CHANGEINFO_TTY outtab change infos for feeder 20091120
19 Importing I_LANGU Call by reference Type reference (TYPE) LANGU Language Key 20091120
20 Importing I_TYPE Call by reference Type reference (TYPE) POWL_TYPE_TY POWL type ID 20091120
21 Importing I_USERNAME Call by reference Type reference (TYPE) XUSER User name 20091120
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091209

Method GET_ACTIVE_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Application ID 20100422
2 Returning RV_QUERYID Value transfer Type reference (TYPE) POWL_QUERY_TY Query ID 20100422

Method GET_ACTIVE_QUERY on class CL_GRFN_POWL_BASE has no exception.

Method GET_DATE_SELCRIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DATE Value transfer Type reference (TYPE) GRFN_DATE Date 20100322

Method GET_DATE_SELCRIT on class CL_GRFN_POWL_BASE has no exception.

Method GET_ENTITY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ENTITY Value transfer Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20091120

Method GET_ENTITY_ID on class CL_GRFN_POWL_BASE has no exception.

Method GET_SEARCHTERMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ST Call by reference Type reference (TYPE) POWL_NAMEVALUE_TTY Name/Value set 20091126

Method GET_SEARCHTERMS on class CL_GRFN_POWL_BASE has no exception.

Method GET_SELCRIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SELCRIT Call by reference Type reference (TYPE) TABLE 20091203
2 Exporting EV_SELCRIT Call by reference Type reference (TYPE) STRING 20091203
3 Importing IV_SELNAME Call by reference Type reference (TYPE) RSSCR_NAME ABAP/4: Name of SELECT-OPTION / PARAMETER 20091203

Method GET_SELCRIT on class CL_GRFN_POWL_BASE has no exception.

Method GET_TERM_SRCHHELP Signature

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

Method GET_TERM_SRCHHELP on class CL_GRFN_POWL_BASE has no exception.

Method GET_TFYEAR_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TFYEAR Call by reference Type reference (TYPE) POWL_NAMEVALUE_TTY 20091120

Method GET_TFYEAR_VALUES on class CL_GRFN_POWL_BASE has no exception.

Method GET_TF_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TF Call by reference Type reference (TYPE) POWL_NAMEVALUE_TTY 20091120

Method GET_TF_VALUES on class CL_GRFN_POWL_BASE has no exception.

Method HANDLE_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE Call by reference Type reference (TYPE) POWL_MSG_TTY Message META description 20100623
2 Importing IO_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT Abstract Superclass for All Global Exceptions 20100623

Method HANDLE_EXCEPTION on class CL_GRFN_POWL_BASE has no exception.

Method LEAD_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ACTION_DEFS Call by reference Type reference (TYPE) POWL_ACTDESCR_TTY action meta description 20100713
2 Changing C_FIRST_VISIBLE_ROW Call by reference Type reference (TYPE) SY-TABIX Index of Internal Tables 20100713
3 Changing C_FIRST_VISIBLE_SCROLL_COL Call by reference Type reference (TYPE) STRING 20100713
4 Changing C_RESULT_TAB Call by reference Type reference (TYPE) INDEX TABLE 20100713
5 Changing C_SELECTED Call by reference Type reference (TYPE) RSTABIXTAB Repository Infosystem Table for Indexes 20100713
6 Exporting E_ACTIONS_CHANGED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20100713
7 Exporting E_CHANGES_PROCESSED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20100713
8 Exporting E_DO_REFRESH Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20100713
9 Exporting E_MESSAGES Call by reference Type reference (TYPE) POWL_MSG_TTY Message META description 20100713
10 Exporting E_PORTAL_ACTIONS Call by reference Type reference (TYPE) POWL_FOLLOW_UP_STY Follow-up action in portal 20100713
11 Exporting E_RESULT_LINES_CHANGED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20100713
12 Exporting E_SELECTED_CHANGED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20100713
13 Importing I_ACTIONID Call by reference Type reference (TYPE) POWL_ACTIONID_TY Action identifier 20100713
14 Importing I_ACTION_CONF Call by reference Type reference (TYPE) POWL_ACTION_CONF_TY action confirmation 20100713
15 Importing I_ACTION_INDEX Call by reference Attribute reference (LIKE) SY-TABIX Index of Internal Tables 20100713
16 Importing I_ADDITIONAL_DATA Call by reference Type reference (TYPE) DATA 20100713
17 Importing I_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Application ID 20100713
18 Importing I_CHANGED Call by reference Type reference (TYPE) POWL_CHANGEINFO_TTY outtab change infos for feeder 20100713
19 Importing I_LANGU Call by reference Type reference (TYPE) LANGU Language Key 20100713
20 Importing I_TYPE Call by reference Type reference (TYPE) POWL_TYPE_TY POWL type ID 20100713
21 Importing I_USERNAME Call by reference Type reference (TYPE) XUSER User name 20100713

Method LEAD_SELECT on class CL_GRFN_POWL_BASE has no exception.

Method OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ACTION_DEFS Call by reference Type reference (TYPE) POWL_ACTDESCR_TTY action meta description 20091120
2 Changing C_FIRST_VISIBLE_ROW Call by reference Type reference (TYPE) SY-TABIX Index of Internal Tables 20091120
3 Changing C_FIRST_VISIBLE_SCROLL_COL Call by reference Type reference (TYPE) STRING 20091120
4 Changing C_RESULT_TAB Call by reference Type reference (TYPE) INDEX TABLE 20091120
5 Changing C_SELECTED Call by reference Type reference (TYPE) RSTABIXTAB Repository Infosystem Table for Indexes 20091120
6 Exporting E_ACTIONS_CHANGED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
7 Exporting E_CHANGES_PROCESSED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
8 Exporting E_DO_REFRESH Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
9 Exporting E_MESSAGES Call by reference Type reference (TYPE) POWL_MSG_TTY Message META description 20091120
10 Exporting E_PORTAL_ACTIONS Call by reference Type reference (TYPE) POWL_FOLLOW_UP_STY Follow-up action in portal 20091120
11 Exporting E_RESULT_LINES_CHANGED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
12 Exporting E_SELECTED_CHANGED Call by reference Type reference (TYPE) POWL_XFLAG_TY X-Flag 20091120
13 Importing I_ACTIONID Call by reference Type reference (TYPE) POWL_ACTIONID_TY Action identifier 20091120
14 Importing I_ACTION_CONF Call by reference Type reference (TYPE) POWL_ACTION_CONF_TY action confirmation 20091120
15 Importing I_ACTION_INDEX Call by reference Attribute reference (LIKE) SY-TABIX Index of Internal Tables 20091120
16 Importing I_ADDITIONAL_DATA Call by reference Type reference (TYPE) DATA 20091120
17 Importing I_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Application ID 20091120
18 Importing I_CHANGED Call by reference Type reference (TYPE) POWL_CHANGEINFO_TTY outtab change infos for feeder 20091120
19 Importing I_LANGU Call by reference Type reference (TYPE) LANGU Language Key 20091120
20 Importing I_TYPE Call by reference Type reference (TYPE) POWL_TYPE_TY POWL type ID 20091120
21 Importing I_USERNAME Call by reference Type reference (TYPE) XUSER User name 20091120

Method OPEN on class CL_GRFN_POWL_BASE has no exception.

Method SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT Call by reference Type reference (TYPE) GRFN_T_API_OBJECT Table of object 20091120
2 Importing IT_SELCRIT_VALUES Call by reference Type reference (TYPE) RSPARAMS_TT rsparams Table 20091120

Method SEARCH on class CL_GRFN_POWL_BASE has no exception.

Method SET_SELCRIT Signature

Method SET_SELCRIT on class CL_GRFN_POWL_BASE has no parameter.
Method SET_SELCRIT on class CL_GRFN_POWL_BASE has no exception.

Method TEST_ES_CONNECTION Signature

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

Method TEST_ES_CONNECTION on class CL_GRFN_POWL_BASE has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600