SAP ABAP Class CL_CTS_ORGANIZER_WD_SETTINGS (Transport Organizer - Class for View 'SETTINGS')
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CTS-ORG (Application Component) Transport Organizer
     SCTS_ORGANIZER_USER_INTERFACE (Package) Central CTS - Organizer Package / User Interface
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CTS_ORGANIZER_WD_CONSTANTS Transport Organizer - Interface for Constants 20101117
Properties
Class CL_CTS_ORGANIZER_WD_SETTINGS  
Short Description Transport Organizer - Class for View 'SETTINGS'    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCTS_ORGANIZER_USER_INTERFACE   Central CTS - Organizer Package / User Interface 
Created 20100805   SAP 
Last change 20140121   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CTS_ORGANIZER_WD_CONSTANTS Transport Organizer - Interface for Constants 20101117
Friends
Class CL_CTS_ORGANIZER_WD_SETTINGS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_WD_COMPONENT_CONTROLLER Instance attribute Private Object reference (TYPE REF TO) IWCI_CTS_ORGANIZER Web Dynpro: Controller Interface 20100805
2 MO_WD_CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Reference to the Context 20100805
3 MO_WD_VIEW_CONTROLLER Instance attribute Private Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20100805
4 MO_WD_WINDOW_CONTROLLER Instance attribute Private Object reference (TYPE REF TO) IF_WD_WINDOW_CONTROLLER Web Dynpro: Window Controller 20100805
5 MT_AVAILABLE_CRITERIA Instance attribute Private Type reference (TYPE) CTS_ORGANIZER_TT_WD_SORT_CRIT Table storing the available Group Criteria 20100805
6 MT_USED_CRITERIA Instance attribute Private Type reference (TYPE) CTS_ORGANIZER_TT_WD_SORT_CRIT Table storing the used Group Criteria 20100805
7 MV_NUMBER_OF_VISIBLE_ROWS Instance attribute Private Type reference (TYPE) I Variable storing the Number of visible Rows 20100805
Methods
# Method Level Visibility Method type Description Created on
1 ADD_GROUP_CRITERIUM Instance method Public Method Add a Group Criterium 20100805
2 CONSTRUCTOR Instance method Public Constructor Constructor 20100805
3 DESTROY Instance method Public Method Delete the Instance of the Class 20100805
4 GET_INSTANCE Static method Public Method Get an Instance of the Class 20100805
5 GROUP_CRITERIA_DOWN Instance method Public Method Move a used Group Criterium down 20100805
6 GROUP_CRITERIA_UP Instance method Public Method Move a used Group Criterium up 20100805
7 OPEN_BLOCK_GROUP Instance method Public Method Open / Close the Block 'Define Group Order' 20100805
8 OPEN_BLOCK_VISIBLE_ROWS Instance method Public Method Open / Close the Block 'Number of visible Rows' 20100805
9 PREPARE_POPUP_SETTINGS Instance method Public Method Prepare the Personalization Popup 20100805
10 REMOVE_GROUP_CRITERIUM Instance method Public Method Remove a Group Criterium 20100805
11 RESET_GROUP_CRITERIA Instance method Public Method Reset the Group Criteria 20100805
12 RESET_VISIBLE_ROWS Instance method Public Method Reset the Number of visible Rows 20100805
13 SAVE Instance method Public Method Personalization View - Save the personalized Sort Sequence 20100805
14 SELECT_AVAILABLE_CRITERIUM Instance method Public Method The Lead Selection in the Avail. Group Crit. is changed 20100805
15 SELECT_USED_CRITERIUM Instance method Public Method The Lead Selection in the Used Group Crit. is changed 20100805
16 SET_MESSAGE_AREA_ATTRIBUTES Instance method Public Method Set the Display Attributes of the Message Area 20100805
17 VALIDATE_VISIBLE_ROWS Instance method Public Method Validate the Number of visible Rows 20100805
Events
Class CL_CTS_ORGANIZER_WD_SETTINGS has no event.
Types
Class CL_CTS_ORGANIZER_WD_SETTINGS has no local type.
Method Signatures

Method ADD_GROUP_CRITERIUM Signature

Method ADD_GROUP_CRITERIUM on class CL_CTS_ORGANIZER_WD_SETTINGS has no parameter.
Method ADD_GROUP_CRITERIUM on class CL_CTS_ORGANIZER_WD_SETTINGS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_COMPONENT_CONTROLLER Call by reference Object reference (TYPE REF TO) IWCI_CTS_ORGANIZER Web Dynpro: Component Controller 20100805
2 Importing IO_WD_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Reference to the Context 20100805
3 Importing IO_WD_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20100805
4 Importing IO_WD_WINDOW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_WINDOW_CONTROLLER Web Dynpro: Window Controller 20100805

Method CONSTRUCTOR on class CL_CTS_ORGANIZER_WD_SETTINGS has no exception.

Method DESTROY Signature

Method DESTROY on class CL_CTS_ORGANIZER_WD_SETTINGS has no parameter.
Method DESTROY on class CL_CTS_ORGANIZER_WD_SETTINGS has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_COMPONENT_CONTROLLER Call by reference Object reference (TYPE REF TO) IWCI_CTS_ORGANIZER WebDynpro Interface COMPONENTCONTROLLER 20100805
2 Importing IO_WD_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100805
3 Importing IO_WD_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20100805
4 Importing IO_WD_WINDOW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_WINDOW_CONTROLLER Window Controller 20100805
5 Returning RO_CL_CTS_ORGANIZER_SETTINGS Value transfer Object reference (TYPE REF TO) CL_CTS_ORGANIZER_WD_SETTINGS Class representing the View 'SETTINGS' 20100805

Method GET_INSTANCE on class CL_CTS_ORGANIZER_WD_SETTINGS has no exception.

Method GROUP_CRITERIA_DOWN Signature

Method GROUP_CRITERIA_DOWN on class CL_CTS_ORGANIZER_WD_SETTINGS has no parameter.
Method GROUP_CRITERIA_DOWN on class CL_CTS_ORGANIZER_WD_SETTINGS has no exception.

Method GROUP_CRITERIA_UP Signature

Method GROUP_CRITERIA_UP on class CL_CTS_ORGANIZER_WD_SETTINGS has no parameter.
Method GROUP_CRITERIA_UP on class CL_CTS_ORGANIZER_WD_SETTINGS has no exception.

Method OPEN_BLOCK_GROUP Signature

Method OPEN_BLOCK_GROUP on class CL_CTS_ORGANIZER_WD_SETTINGS has no parameter.
Method OPEN_BLOCK_GROUP on class CL_CTS_ORGANIZER_WD_SETTINGS has no exception.

Method OPEN_BLOCK_VISIBLE_ROWS Signature

Method OPEN_BLOCK_VISIBLE_ROWS on class CL_CTS_ORGANIZER_WD_SETTINGS has no parameter.
Method OPEN_BLOCK_VISIBLE_ROWS on class CL_CTS_ORGANIZER_WD_SETTINGS has no exception.

Method PREPARE_POPUP_SETTINGS Signature

Method PREPARE_POPUP_SETTINGS on class CL_CTS_ORGANIZER_WD_SETTINGS has no parameter.
Method PREPARE_POPUP_SETTINGS on class CL_CTS_ORGANIZER_WD_SETTINGS has no exception.

Method REMOVE_GROUP_CRITERIUM Signature

Method REMOVE_GROUP_CRITERIUM on class CL_CTS_ORGANIZER_WD_SETTINGS has no parameter.
Method REMOVE_GROUP_CRITERIUM on class CL_CTS_ORGANIZER_WD_SETTINGS has no exception.

Method RESET_GROUP_CRITERIA Signature

Method RESET_GROUP_CRITERIA on class CL_CTS_ORGANIZER_WD_SETTINGS has no parameter.
Method RESET_GROUP_CRITERIA on class CL_CTS_ORGANIZER_WD_SETTINGS has no exception.

Method RESET_VISIBLE_ROWS Signature

Method RESET_VISIBLE_ROWS on class CL_CTS_ORGANIZER_WD_SETTINGS has no parameter.
Method RESET_VISIBLE_ROWS on class CL_CTS_ORGANIZER_WD_SETTINGS has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) CTS_ORGANIZER_TT_MESSAGES Table Type of Structure SYMSG 20100805
2 Exporting EV_ERROR_OCCURED Call by reference Type reference (TYPE) ABAP_BOOL TRUE = An Error occurred while Saving the Settings 20100805

Method SAVE on class CL_CTS_ORGANIZER_WD_SETTINGS has no exception.

Method SELECT_AVAILABLE_CRITERIUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_NEW_ROW_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Reference of the currently selected Item/Element 20100805

Method SELECT_AVAILABLE_CRITERIUM on class CL_CTS_ORGANIZER_WD_SETTINGS has no exception.

Method SELECT_USED_CRITERIUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_NEW_ROW_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Reference of the currently selected Item/Element 20100805

Method SELECT_USED_CRITERIUM on class CL_CTS_ORGANIZER_WD_SETTINGS has no exception.

Method SET_MESSAGE_AREA_ATTRIBUTES Signature

Method SET_MESSAGE_AREA_ATTRIBUTES on class CL_CTS_ORGANIZER_WD_SETTINGS has no parameter.
Method SET_MESSAGE_AREA_ATTRIBUTES on class CL_CTS_ORGANIZER_WD_SETTINGS has no exception.

Method VALIDATE_VISIBLE_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALIDATION_ERROR_OCCURED Value transfer Type reference (TYPE) ABAP_BOOL TRUE = A Validation Error occurred 20100805

Method VALIDATE_VISIBLE_ROWS on class CL_CTS_ORGANIZER_WD_SETTINGS has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 702