SAP ABAP Class CL_POWL_UTIL (internal POWL utilities)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MUS-POW (Application Component) Personal Object Worklist
     GEN_PERSONAL_OBJECT_WORKLIST (Package) generic worklist
Properties
Class CL_POWL_UTIL  
Short Description internal POWL utilities    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GEN_PERSONAL_OBJECT_WORKLIST   generic worklist 
Created 20041208   SAP 
Last change 20130531   SAP 
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 IF_SALV_WD_TABLE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_WD_SELECT_OPTIONS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 USTYP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_POWL_UTIL has no interface implemented.
Friends
Class CL_POWL_UTIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_DISPLAY_ALVDIALOG_AS_POPUP Static Attribute Public Type reference (TYPE) ABAP_BOOL 20081119
2 MS_RANGE_EXCEEDED Static Attribute Public Type reference (TYPE) BOOLE_D ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20101028
3 MT_PARAMS Static Attribute Private Type reference (TYPE) RSPARAMS_TT rsparams Table 20090326
4 MT_REF_OPT_BITSTRINGS Static Attribute Public See coding 20090311
5 MT_SELCRITS Static Attribute Private Type reference (TYPE) POWL_SELCRIT_TTY Selection criteria meta description 20090326
Methods
# Method Level Visibility Method type Description Created on
1 ADD_SELCRIT Static method Public Method adds given selection criteria to select options component 20041216
2 ADD_SELCRIT_FROM_RANGE Static method Public Method add new selection criteria from sepcified range table 20050121
3 APPLY_CRIT_PARA Static method Private Method applies selection criteria assignments 20050120
4 APPLY_USERPARAMETERS Static method Public Method apply user parameters 20090617
5 CHECK_ID_VALID Static method Public Method checks general ID validity (no special chars) 20050317
6 CHECK_PARA_STILL_VALID Static method Private Method checks if given selection criteria assignment is still valid 20050120
7 CONVERT_CHAR_TO_HEX Static method Public Method Converts Char data to hex string 20121218
8 CREATE_TYPE_NODE Static method Public Method creates a new node for the given object type definition 20050318
9 DO_AUTHORITY_CHECKS Static method Public Method checks powl user authorizations 20050322
10 DO_AUTHORITY_CHECKS_FOR_USER Static method Public Method checks powl user authorizations for given applid & user 20070321
11 DO_PORTAL_FOLLOW_UP Static method Public Method triggers portal actions from feeder E_PORTAL_ACTIONS 20050107
12 GET_ALV_CONFIG Static method Public Method returns POWL-specific ALV config ID for given query 20050525
13 GET_DYN_VAR_CLS Static method Public Method Get the standard and customer formulae/classes 20080314
14 GET_FIXED_VALUES_FOR_ATTR Static method Private Method returns fixed values for one data node attribute 20050729
15 GET_OBJ_AUTHS Static method Public Method retrives user authorization details 20090828
16 GET_ROLES_REF_INCLUSIVE Static method Public Method Get the Roles assigned to the user (ref user is considered) 20100125
17 GET_SELCRIT_VALUES Static method Public Method returns values for a selection criteria as RSPARAMS table 20050117
18 GET_SELCRIT_VAL_FROM_RANGES Static method Public Method extracts selection criteria values from given ranges set 20050217
19 GET_SEL_TYPE_KIND Static method Public Method Get selection Type and kind 20090326
20 GET_UPDATED_SELCRIT Static method Public Method merges current Feeder-, Admin- and User selection criteria 20050120
21 INSERT_CRIT_PARA Static method Public Method inserts values of one selection criteria into full table 20050131
22 IS_COMPATIBLE Static method Private Method Checks if two RTTIs are same 20080328
23 IS_FEEDER_7X2_COMPATIBLE Static method Public Method Checks if the feeder implements new interfaces/7.02 20081119
24 NORMALIZE_PARAM Static method Public Method normalizes given selection parameter (clears it if invalid) 20060503
25 UPDATE_ALV_MODEL_FROM_FIELDCAT Static method Public Method change WD ALV model from powl_fieldcat_tty 20041209
26 VALIDATE_REFRESH_REQUIRED Static method Public Method returns refresh flag for given query 20090311
Events
Class CL_POWL_UTIL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 REFRESH_OPT_STR Public See coding 20090311 begin of refresh_opt_str, btstr type x length 2, end of refresh_opt_str
2 RSEXCEEDED Public See coding 20101028 BEGIN OF RSEXCEEDED, low TYPE CHAR50, high TYPE CHAR50, END OF RSEXCEEDED
Method Signatures

Method ADD_SELCRIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CRIT_BLOCK_ID Call by reference Type reference (TYPE) STRING IF_WD_SELECT_OPTIONS=>MC_ID_MAIN_BLOCK ID des zu verwendenden Kriterienblocks 20041216
2 Importing I_CRIT_DEF Call by reference Type reference (TYPE) POWL_SELCRIT_STY Metabeschreibung für Selektionskriterien 20041216
3 Importing I_CRIT_PARA_SORTED Call by reference Type reference (TYPE) RSPARAMS_TT Zuordnungen (nach SELNAME zu sortieren) 20041216
4 Importing I_DYN_DATA Call by reference Type reference (TYPE) POWL_DYN_DATA_TTY POWL dynamic data table 20080314
5 Importing I_DYN_FLAG Call by reference Type reference (TYPE) BOOLEAN Dynamic variable flag 20080402
6 Importing I_SELOPT_HELPER Call by reference Object reference (TYPE REF TO) IF_WD_SELECT_OPTIONS Referenz: Auswahl von Hilfeklasse f. Optionskomp.schnittst. 20041216

Method ADD_SELCRIT on class CL_POWL_UTIL has no exception.

Method ADD_SELCRIT_FROM_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CRIT_BLOCK_ID Call by reference Type reference (TYPE) STRING IF_WD_SELECT_OPTIONS=>MC_ID_MAIN_BLOCK 20050121
2 Importing I_CRIT_DEF Call by reference Type reference (TYPE) POWL_SELCRIT_STY Metabeschreibung für Selektionskriterien 20050121
3 Importing I_RANGE_TAB Call by reference Object reference (TYPE REF TO) DATA 20050121
4 Importing I_SELOPT_HELPER Call by reference Object reference (TYPE REF TO) IF_WD_SELECT_OPTIONS 20050121

Method ADD_SELCRIT_FROM_RANGE on class CL_POWL_UTIL has no exception.

Method APPLY_CRIT_PARA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_APPLIED_PARA Call by reference Type reference (TYPE) RSPARAMS_TT resultierende Kriterienzuordnungen 20050120
2 Exporting E_OLD_MATCH_NEW Call by reference Type reference (TYPE) POWL_XFLAG_TY Kennzeichen: alte Kriterienzuordnungen entsprechen neuen 20050120
3 Exporting E_PARA_INSERTED Call by reference Type reference (TYPE) POWL_XFLAG_TY Kennzeichen: mindestens eine Kriterienzuordnung angewandt 20050120
4 Importing I_NEW_CRIT_PARA_SORTED Call by reference Type reference (TYPE) RSPARAMS_TT neue Kriterienzuordnungen (sortiert) 20050120
5 Importing I_OLD_CRIT_PARA_SORTED Call by reference Type reference (TYPE) RSPARAMS_TT alte Kriterienzuordnungen (sortiert) 20050120
6 Importing I_SELNAME Call by reference Type reference (TYPE) POWL_SELCRIT_STY-SELNAME Kriterienname 20050120

Method APPLY_CRIT_PARA on class CL_POWL_UTIL has no exception.

Method APPLY_USERPARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) C 20090617

Method APPLY_USERPARAMETERS on class CL_POWL_UTIL has no exception.

Method CHECK_ID_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_ID_VALID Value transfer Type reference (TYPE) POWL_XFLAG_TY 'X', falls ID gültig ist, andernfalls nicht markieren 20050317
2 Importing I_ID Call by reference Type reference (TYPE) ANY ID zu markieren 20050317

Method CHECK_ID_VALID on class CL_POWL_UTIL has no exception.

Method CHECK_PARA_STILL_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CRIT_DEF Call by reference Type reference (TYPE) POWL_SELCRIT_STY Metabeschreibung für Selektionskriterien 20050120
2 Importing I_OLD_CRIT_DEF Call by reference Type reference (TYPE) POWL_SELCRIT_STY Metabeschreibungen vorheriger Selektionskriterien 20050120
3 Importing I_OLD_CRIT_PARA Call by reference Type reference (TYPE) RSPARAMS ABAP: allgemeine Struktur für PARAMETER und AUSWAHLOPTIONEN 20050120
4 Returning RESULT Value transfer Type reference (TYPE) POWL_XFLAG_TY X-Kennzeichen 20050120

Method CHECK_PARA_STILL_VALID on class CL_POWL_UTIL has no exception.

Method CONVERT_CHAR_TO_HEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HEX_STRING Call by reference Type reference (TYPE) XSTRING 20121218
2 Importing I_CHAR_DATA Call by reference Type reference (TYPE) CHAR40 Character field of length 40 20121218

Method CONVERT_CHAR_TO_HEX on class CL_POWL_UTIL has no exception.

Method CREATE_TYPE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_NODE_NAME Call by reference Type reference (TYPE) STRING ID des Knotens 20050318
2 Exporting E_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE objekttypkompatibler Knoten 20050318
3 Importing I_OBJECT_DEF Call by reference Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Objekttypdefinition 20050318
4 Importing I_PARENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE übergeordneter Knoten des anzulegenden Knotens 20050318
5 Importing I_RESULTS Call by reference Type reference (TYPE) POWL_CRESULT_STY Ergebnisse im Zwischenspeicher 20050407

Method CREATE_TYPE_NODE on class CL_POWL_UTIL has no exception.

Method DO_AUTHORITY_CHECKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_AUTHORITIES Call by reference Type reference (TYPE) POWL_AUTHORITIES_STY Berechtigungswerte für POWL 20050322
2 Importing I_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Anwendungs-ID aus FPB_PERSAPPL 20050322

Method DO_AUTHORITY_CHECKS on class CL_POWL_UTIL has no exception.

Method DO_AUTHORITY_CHECKS_FOR_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_AUTHORITIES Call by reference Type reference (TYPE) POWL_AUTHORITIES_STY Authorithy values for POWL 20070321
2 Importing I_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Application ID 20070321
3 Importing I_USER Call by reference Type reference (TYPE) XUSER User name 20070321

Method DO_AUTHORITY_CHECKS_FOR_USER on class CL_POWL_UTIL has no exception.

Method DO_PORTAL_FOLLOW_UP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLIENT_ENVIRONMENT Call by reference Type reference (TYPE) I client environment 20080725
2 Importing I_PORTAL_ACTIONS Call by reference Type reference (TYPE) POWL_FOLLOW_UP_STY Folgeaktionen in Portal 20050107
3 Importing I_PORTAL_INTEGRATION Call by reference Object reference (TYPE REF TO) IF_WD_PORTAL_INTEGRATION 20050107

Method DO_PORTAL_FOLLOW_UP on class CL_POWL_UTIL has no exception.

Method GET_ALV_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONFIG Call by reference Type reference (TYPE) IF_SALV_WD_TABLE=>S_TYPE_PARAM_CONFIG_IN alv configuration data 20070830
2 Exporting E_DEFAULT_VIEW Call by reference Type reference (TYPE) POWL_DEF_VIEW_TY default layout variant 20070830
3 Importing I_QUERY Call by reference Type reference (TYPE) POWL_QUERY_STY Abfragedaten 20050525

Method GET_ALV_CONFIG on class CL_POWL_UTIL has no exception.

Method GET_DYN_VAR_CLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_DYN_CLS_INSTANCE Call by reference Type reference (TYPE) POWL_DYN_CLS_INSTANCE_TTY All the class instance that impl. if_powl_dyn_var intf. 20080506
2 Exporting E_DYN_VAR_CLS Call by reference Type reference (TYPE) POWL_DYN_VAR_CLS_TTY List of all class that implements the intf. IF_POWL_DYN_VAR 20080314
3 Importing I_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Application ID 20080314
4 Importing I_TYPEID Call by reference Type reference (TYPE) POWL_TYPE_TY POWL type ID 20080314

Method GET_DYN_VAR_CLS on class CL_POWL_UTIL has no exception.

Method GET_FIXED_VALUES_FOR_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_FIXED_VALUES Value transfer Type reference (TYPE) WDY_KEY_VALUE_TABLE Sortierte Liste der Schlüssel-Wert-Beziehungen als Strings 20050729
2 Importing I_ATTR_NAME Call by reference Type reference (TYPE) STRING Name des zu prüfenden Attributs 20050729
3 Importing I_DATA_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Schnittstelle für Kontextknoten 20050729

Method GET_FIXED_VALUES_FOR_ATTR on class CL_POWL_UTIL has no exception.

Method GET_OBJ_AUTHS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_AUTH_T Value transfer Type reference (TYPE) POWL_OBJ_AUTHS_TTY User authorization details for objects 20090828
2 Importing I_OBJECT Call by reference Type reference (TYPE) POWL_OBJECT_TY Object Type 20090927
3 Importing I_USER Call by reference Type reference (TYPE) XUBNAME User Name in User Master Record 20090828
4 Importing I_VISIBLE_QUERY_T Call by reference Type reference (TYPE) POWL_QUERYID_TTY query infos 20090828

Method GET_OBJ_AUTHS on class CL_POWL_UTIL has no exception.

Method GET_ROLES_REF_INCLUSIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning USER_ACTIVITYGROUPS Value transfer Type reference (TYPE) USTYP_T_AGR 20100125
2 Importing USER_NAME Call by reference Type reference (TYPE) USR02-BNAME User Name in User Master Record 20100125
3 Importing WITH_TEXT Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20100125
# Exception Resumable Description Created on
1 USER_NAME_NOT_EXIST 20100125

Method GET_SELCRIT_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CRIT_DEF Call by reference Type reference (TYPE) POWL_SELCRIT_STY Metabeschreibung für Selektionskriterien 20050117
2 Importing I_SELOPT_HELPER Call by reference Object reference (TYPE REF TO) IF_WD_SELECT_OPTIONS Referenz zu Hilfe für Selektionsoptionskomponente 20050117
3 Returning RESULT Value transfer Type reference (TYPE) RSPARAMS_TT Tabelle rsparams 20050117

Method GET_SELCRIT_VALUES on class CL_POWL_UTIL has no exception.

Method GET_SELCRIT_VAL_FROM_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CRIT_DEF Call by reference Type reference (TYPE) POWL_SELCRIT_STY Metabeschreibung für Selektionskriterien 20050217
2 Importing I_RANGES Call by reference Type reference (TYPE) POWL_SELRANGE_TTY Selektionskriterienbereiche 20050217
3 Returning RESULT Value transfer Type reference (TYPE) RSPARAMS_TT Selektionskriterienwerte für angegebene Kriterien 20050217

Method GET_SELCRIT_VAL_FROM_RANGES on class CL_POWL_UTIL has no exception.

Method GET_SEL_TYPE_KIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FEEDER Call by reference Object reference (TYPE REF TO) IF_POWL_FEEDER Interface for POWL Feeders 20090326
2 Importing IV_QUERY Call by reference Type reference (TYPE) POWL_QUERY Query meta data 20090326
3 Importing IV_SELNAME Call by reference Type reference (TYPE) POWL_SELNAME_TY ID of a selection criteria 20090326
4 Importing IV_TYPE Call by reference Type reference (TYPE) POWL_TYPE_TY POWL type ID 20090421
5 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_ABAP_TYPEDESCR Runtime Type Services 20090326

Method GET_SEL_TYPE_KIND on class CL_POWL_UTIL has no exception.

Method GET_UPDATED_SELCRIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_CRIT_DEF Call by reference Type reference (TYPE) POWL_SELCRIT_TTY Metabeschreibung für Selektionskriterien 20050120
2 Changing C_CRIT_PARA Call by reference Type reference (TYPE) RSPARAMS_TT Kriterienwerte 20050120
3 Changing C_DYN_DATA Call by reference Type reference (TYPE) POWL_DYN_DATA_TTY POWL dynamic data table 20080523
4 Changing C_OVERWRITE_CRIT_DEF Call by reference Type reference (TYPE) POWL_SELCRIT_TTY Selektionskriteriendefinitionen überschreiben 20050307
5 Changing C_OVERWRITE_CRIT_PARA Call by reference Type reference (TYPE) RSPARAMS_TT Kirt.werte (auch ausgeblend./schreibgesch.) z. Überschreiben 20050124
6 Exporting E_ALL_MANDATORY_FILLED Call by reference Type reference (TYPE) POWL_XFLAG_TY alle obligatorischen Kriterien angegeben (ausführbereit) 20050120
7 Exporting E_CRIT_DEF_CHANGED Call by reference Type reference (TYPE) POWL_XFLAG_TY Kriteriendefinitionen geändert (gemäß Cache oder Bereitst.) 20050124
8 Exporting E_CRIT_PARA_CHANGED Call by reference Type reference (TYPE) POWL_XFLAG_TY Kriterienwerte geändert (gemäß Cache oder Bereitstellung) 20050124
9 Exporting E_DEFAULT_PARA Call by reference Type reference (TYPE) RSPARAMS_TT Vorschlagskriterienwerte aus Feeder 20050216
10 Exporting E_LANGU Call by reference Type reference (TYPE) LANGU Sprachenschlüssel 20050614
11 Exporting E_QSEARCH_EXPANDED Call by reference Type reference (TYPE) POWL_XFLAG_TY Schnellsuche expandiert 20050120
12 Exporting E_UPDATE_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMPL timestamp of last criteria update 20051208
13 Importing I_APPLID Call by reference Type reference (TYPE) POWL_APPLID_TY Anwendungs-ID 20050120
14 Importing I_FEEDER Call by reference Object reference (TYPE REF TO) IF_POWL_FEEDER Feeder-Schnittstelle für POWL UI 20050120
15 Importing I_IS_MASTER_QUERY Call by reference Type reference (TYPE) POWL_XFLAG_TY SPACE Kennzeichen: I_QUERY ist ID einer übergeordneten Abfrage 20050617
16 Importing I_MASTER_QUERY Call by reference Type reference (TYPE) POWL_QUERY_TY ID der übergeordneten Abfrage 20050120
17 Importing I_QUERY Call by reference Type reference (TYPE) POWL_QUERY_TY Abfrage-ID 20050120
18 Importing I_SHADOW_GUIDS Call by reference Type reference (TYPE) POWL_GUID_TTY Table of Guids 20080304
19 Importing I_SHADOW_MODE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20080304
20 Importing I_SHADOW_SESSION_ID Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20080304
21 Importing I_TYPE Call by reference Type reference (TYPE) POWL_TYPE_TY ID des POWL-Typs 20050217
22 Importing I_USERNAME Call by reference Type reference (TYPE) XUSER Benutzername 20050120

Method GET_UPDATED_SELCRIT on class CL_POWL_UTIL has no exception.

Method INSERT_CRIT_PARA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_CRIT_PARA Call by reference Type reference (TYPE) RSPARAMS_TT vollständige Tabelle mit Kriterienwerten 20050131
2 Importing I_CRIT_PARA_TO_INSERT Call by reference Type reference (TYPE) RSPARAMS_TT einzufügende Kriterienwerte 20050131
3 Importing I_SELNAME Call by reference Type reference (TYPE) POWL_SELNAME_TY ID des jeweiligen Selektionskriteriums 20050131

Method INSERT_CRIT_PARA on class CL_POWL_UTIL has no exception.

Method IS_COMPATIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_COMPATIBLE Value transfer Type reference (TYPE) POWL_XFLAG_TY X-Flag 20080328
2 Importing RTTI_ONE Call by reference Object reference (TYPE REF TO) CL_ABAP_TYPEDESCR Runtime Type Services 20080328
3 Importing RTTI_TWO Call by reference Object reference (TYPE REF TO) CL_ABAP_TYPEDESCR Runtime Type Services 20080328

Method IS_COMPATIBLE on class CL_POWL_UTIL has no exception.

Method IS_FEEDER_7X2_COMPATIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMPATIBLE Value transfer Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20081119
2 Importing FEEDER Call by reference Object reference (TYPE REF TO) OBJECT 20081119

Method IS_FEEDER_7X2_COMPATIBLE on class CL_POWL_UTIL has no exception.

Method NORMALIZE_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_PARAM Call by reference Type reference (TYPE) RSPARAMS parameter to be normalized 20060503
2 Importing I_DATATYPE Call by reference Object reference (TYPE REF TO) CL_ABAP_TYPEDESCR Type description 20070301

Method NORMALIZE_PARAM on class CL_POWL_UTIL has no exception.

Method UPDATE_ALV_MODEL_FROM_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing C_MODEL Call by reference Object reference (TYPE REF TO) CL_SALV_WD_CONFIG_TABLE zu änderndes Modell 20041213
2 Exporting E_FIRST_ADAPTION Call by reference Type reference (TYPE) POWL_XFLAG_TY Kennzeichen: dieses Modell wurde zum ersten Mal angepasst 20050513
3 Exporting E_READ_ONLY Call by reference Type reference (TYPE) POWL_XFLAG_TY Kennzeichen: bearbeitbare Spalten vorhanden 20050210
4 Importing I_DATA_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Schnittstelle für Kontextknoten 20050518
5 Importing I_DEF_TECHNICAL_COL Call by reference Type reference (TYPE) POWL_XFLAG_TY SPACE Flag: technical column as default setting 20070301
6 Importing I_FIELDCAT Call by reference Type reference (TYPE) POWL_FIELDCAT_TTY Metabeschreibung für Feldkatalog 20041209
7 Importing I_FILTER_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Schnittstelle für Kontextknoten 20050728

Method UPDATE_ALV_MODEL_FROM_FIELDCAT on class CL_POWL_UTIL has no exception.

Method VALIDATE_REFRESH_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DO_REFRESH Call by reference Type reference (TYPE) ABAP_BOOL 20090311
2 Importing I_CURRENT_QUERY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090311
3 Importing I_FIRST_PAGE_VISIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090311
4 Importing I_FIRST_QUERY_VISIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090311
5 Importing I_NEXT_QUERY_VISIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090311
6 Importing I_OBJECT_NAV Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090311
7 Importing I_OTHER_NAV Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090311
8 Importing I_PREV_QUERY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090311
9 Importing I_REFRESH_TYPE Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20090311

Method VALIDATE_REFRESH_REQUIRED on class CL_POWL_UTIL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 600