SAP ABAP Class /IWFND/CL_MGW_DATA_UTIL (MGW business data util (Sorting / Paging / ...))
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-GW-COR (Application Component) Gateway Framework
     /IWFND/MGW_GSR_CORE (Package) GW Framework - ODC - Generic Service Interface - Core
Properties
Class /IWFND/CL_MGW_DATA_UTIL  
Short Description MGW business data util (Sorting / Paging / ...)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWFND/MGW_GSR_CORE   GW Framework - ODC - Generic Service Interface - Core 
Created 20120210   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWFND/IF_MGW_CORE_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /IWFND/CL_MGW_DATA_UTIL has no interface implemented.
Friends
Class /IWFND/CL_MGW_DATA_UTIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GCS_SORTING_ORDER Constant Public See coding Sort Order Constants 20120210
Methods
# Method Level Visibility Method type Description Created on
1 APPLY_PAGING_TO_TABLE Static method Public Method Dynamic paging for an internal table 20120210
2 FILTER_TABLE Static method Public Method Dynamic filtering for an internal table 20120210
3 ORDER_TABLE Static method Public Method Dynamic sorting for an internal table 20120210
4 ORDER_TABLE_STRING_AS_NUM Static method Public Method Dynamic sorting for an internal table 20140221
Events
Class /IWFND/CL_MGW_DATA_UTIL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GS_CURRENCY_SORT Private See coding 20140220 BEGIN OF gs_currency_sort, index TYPE i, amount TYPE f, END OF gs_currency_sort
Method Signatures

Method APPLY_PAGING_TO_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DATA Call by reference Type reference (TYPE) STANDARD TABLE Table to be reduced based on paging information 20120210
2 Importing IS_PAGING Call by reference Type reference (TYPE) /IWFND/IF_MGW_CORE_TYPES=>PAGING_S Paging Information 20120210

Method APPLY_PAGING_TO_TABLE on class /IWFND/CL_MGW_DATA_UTIL has no exception.

Method FILTER_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DATA Call by reference Type reference (TYPE) STANDARD TABLE Table to be filtered based on select options 20120210
2 Importing IT_SELECT_OPTIONS Call by reference Type reference (TYPE) /IWFND/IF_MGW_CORE_TYPES=>EDM_SELECT_OPTION_T Select Options Table 20120210

Method FILTER_TABLE on class /IWFND/CL_MGW_DATA_UTIL has no exception.

Method ORDER_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DATA Call by reference Type reference (TYPE) STANDARD TABLE Table to be ordered based on order information 20140220
2 Importing IT_ORDER Call by reference Type reference (TYPE) /IWFND/IF_MGW_CORE_TYPES=>TY_T_TECHNICAL_ORDER Order Information 20120210
3 Importing IV_ENTITY_NAME Call by reference Type reference (TYPE) STRING 20140220

Method ORDER_TABLE on class /IWFND/CL_MGW_DATA_UTIL has no exception.

Method ORDER_TABLE_STRING_AS_NUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20140221
2 Importing IT_ORDER Call by reference Type reference (TYPE) /IWFND/IF_MGW_CORE_TYPES=>TY_T_TECHNICAL_ORDER 20140221
3 Importing IV_ENTITY_NAME Call by reference Type reference (TYPE) STRING 20140221

Method ORDER_TABLE_STRING_AS_NUM on class /IWFND/CL_MGW_DATA_UTIL has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 250