SAP ABAP Class CL_CTS_ORGANIZER_WD_ADD_USER (Transport Organizer - Class for View 'POPUP_ADD_USERS')
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 20101119
Properties
Class CL_CTS_ORGANIZER_WD_ADD_USER  
Short Description Transport Organizer - Class for View 'POPUP_ADD_USERS'    
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 20100913   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 20101119
Friends
Class CL_CTS_ORGANIZER_WD_ADD_USER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CL_CTS_ORGANIZER_CORE_LOGIC Instance attribute Private Object reference (TYPE REF TO) CL_CTS_ORGANIZER_CORE_LOGIC Class containing Core Logic of the Transport Organizer 20100916
2 MO_SELECT_OPTIONS_USER Instance attribute Private Object reference (TYPE REF TO) IF_WD_SELECT_OPTIONS Public Interface for Select Options 20100914
3 MO_WD_COMPONENT_CONTROLLER Instance attribute Private Object reference (TYPE REF TO) IWCI_CTS_ORGANIZER Web Dynpro: Controller Interface 20100914
4 MO_WD_COMP_USE_PERSONALIZATION Instance attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE Web Dynpro: Component Usage 20110218
5 MO_WD_COMP_USE_SEL_OPT_USER Instance attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE Web Dynpro: Component Usage 'Select_Options_User' 20100914
6 MO_WD_CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Reference to the Context 20100914
7 MO_WD_VIEW_CONTROLLER Instance attribute Private Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20100914
8 MO_WD_WINDOW_CONTROLLER Instance attribute Private Object reference (TYPE REF TO) IF_WD_WINDOW_CONTROLLER Web Dynpro: Window Controller 20100914
9 MO_WD_WINDOW_MANAGER Instance attribute Private Object reference (TYPE REF TO) IF_WD_WINDOW_MANAGER 20110218
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_SELECTION_SCREEN Instance method Public Method Build the Selection Screen/Select Options 20100914
2 CLEAR_SELECTION_CRITERIA Instance method Public Method Clear the Select Options on the Selection Screen 20100915
3 CONSTRUCTOR Instance method Public Constructor Constructor 20100914
4 CREATE_MESSAGE_USER_ADDED Instance method Public Method Create Information Messages for all Users added 20101012
5 DESTROY Instance method Public Method Delete the Instance of the Class 20100914
6 GET_INSTANCE Static method Public Method Get an Instance of the Class 20100914
7 GET_RANGE_TABLES Instance method Public Method Get the Select Options from the Selection Screen 20100915
8 INIT_SELECTION_SCREEN Instance method Public Method Initialize the Selection Options on the Selection Screen 20100914
9 OPEN_SETTINGS Instance method Public Method Open the Personalization Dialog 20110218
10 PREPARE_POPUP_ADD_USERS Instance method Public Method Prepare the Popup for adding Users 20100914
11 SEARCH Instance method Public Method Perform the Search of Users 20100915
12 SET_MESSAGE_AREA_ATTRIBUTES Instance method Public Method Set the Display Attributes of the Message Area 20100914
13 SORT_TABLE Instance method Public Method Sort the Table containing the Users to be added 20100914
14 VALIDATE_MAX_NUMBER_OF_HITS Instance method Public Method Validate the Maximum Number of Hits entered by the User 20100915
15 VALIDATE_ON_ADD_USERS Instance method Public Method Validate the Data if the Action 'Add Users' is triggered 20100915
Events
Class CL_CTS_ORGANIZER_WD_ADD_USER has no event.
Types
Class CL_CTS_ORGANIZER_WD_ADD_USER has no local type.
Method Signatures

Method BUILD_SELECTION_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CALLED_BY Call by reference Type reference (TYPE) STRING Calling Application for the Popup to add Users 20100914

Method BUILD_SELECTION_SCREEN on class CL_CTS_ORGANIZER_WD_ADD_USER has no exception.

Method CLEAR_SELECTION_CRITERIA Signature

Method CLEAR_SELECTION_CRITERIA on class CL_CTS_ORGANIZER_WD_ADD_USER has no parameter.
Method CLEAR_SELECTION_CRITERIA on class CL_CTS_ORGANIZER_WD_ADD_USER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PERSONALIZATION_USAGE Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE Web Dynpro: Component Usage 20110218
2 Importing IO_SELECT_OPTIONS_USER_USAGE Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE Web Dynpro: Component Usage 20100914
3 Importing IO_WD_COMPONENT_CONTROLLER Call by reference Object reference (TYPE REF TO) IWCI_CTS_ORGANIZER Web Dynpro: Component Controller 20100914
4 Importing IO_WD_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Reference to the Context 20100914
5 Importing IO_WD_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20100914
6 Importing IO_WD_WINDOW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_WINDOW_CONTROLLER Web Dynpro: Window Controller 20100914
7 Importing IO_WD_WINDOW_MANAGER Call by reference Object reference (TYPE REF TO) IF_WD_WINDOW_MANAGER Web Dynpro: Window Manager 20110218
# Exception Resumable Description Created on
1 CX_CTS_BOOTSTRAP_EXCEPTION cCTS Bootstrapper: Eine Bootstrapper Exception 20101122
2 CX_CTS_CHANGES_LOCKED Changes locked for given system 20101122
3 CX_TMS_INVALID_EXTERNAL_SYSTEM System cannot be managed externally in TMS 20101122
4 CX_TMS_UNACCESSABLE_SYSTEM Keine Destination fuer das Ziel bekannt 20101122
5 CX_TMS_UNKNOWN_DOMAIN Domain unknown in TMS 20101122
6 CX_TMS_UNKNOWN_SYSTEM System unknown in TMS 20101122

Method CREATE_MESSAGE_USER_ADDED Signature

Method CREATE_MESSAGE_USER_ADDED on class CL_CTS_ORGANIZER_WD_ADD_USER has no parameter.
Method CREATE_MESSAGE_USER_ADDED on class CL_CTS_ORGANIZER_WD_ADD_USER has no exception.

Method DESTROY Signature

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

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PERSONALIZATION_USAGE Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE Web Dynpro: Component Usage 20110218
2 Importing IO_SELECT_OPTIONS_USER_USAGE Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE Web Dynpro: Component Usage 20100914
3 Importing IO_WD_COMPONENT_CONTROLLER Call by reference Object reference (TYPE REF TO) IWCI_CTS_ORGANIZER Web Dynpro: Component Controller 20100914
4 Importing IO_WD_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Reference to the Context 20100914
5 Importing IO_WD_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20100914
6 Importing IO_WD_WINDOW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_WINDOW_CONTROLLER Web Dynpro: Window Controller 20100914
7 Importing IO_WD_WINDOW_MANAGER Call by reference Object reference (TYPE REF TO) IF_WD_WINDOW_MANAGER Web Dynpro: Window Manager 20110218
8 Returning RO_CL_CTS_ORGANIZER_ADD_USER Value transfer Object reference (TYPE REF TO) CL_CTS_ORGANIZER_WD_ADD_USER Class representing the View 'POPUP_ADD_USERS' 20100914
# Exception Resumable Description Created on
1 CX_CTS_BOOTSTRAP_EXCEPTION cCTS Bootstrapper: Eine Bootstrapper Exception 20101122
2 CX_CTS_CHANGES_LOCKED Changes locked for given system 20101122
3 CX_TMS_INVALID_EXTERNAL_SYSTEM System cannot be managed externally in TMS 20101122
4 CX_TMS_UNACCESSABLE_SYSTEM Keine Destination fuer das Ziel bekannt 20101122
5 CX_TMS_UNKNOWN_DOMAIN Domain unknown in TMS 20101122
6 CX_TMS_UNKNOWN_SYSTEM System unknown in TMS 20101122

Method GET_RANGE_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RANGE_USER Call by reference Type reference (TYPE) CTS_ORGANIZER_TT_WD_USER Table Type of Structure BAPIUSSRGE 20100915

Method GET_RANGE_TABLES on class CL_CTS_ORGANIZER_WD_ADD_USER has no exception.

Method INIT_SELECTION_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_INTERFACECONTROLLER_USER Call by reference Object reference (TYPE REF TO) IWCI_WDR_SELECT_OPTIONS Web Dynpro Interface COMPONENTCONTROLLER 20100914

Method INIT_SELECTION_SCREEN on class CL_CTS_ORGANIZER_WD_ADD_USER has no exception.

Method OPEN_SETTINGS Signature

Method OPEN_SETTINGS on class CL_CTS_ORGANIZER_WD_ADD_USER has no parameter.
Method OPEN_SETTINGS on class CL_CTS_ORGANIZER_WD_ADD_USER has no exception.

Method PREPARE_POPUP_ADD_USERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_INTERFACECONTROLLER_USER Call by reference Object reference (TYPE REF TO) IWCI_WDR_SELECT_OPTIONS Web Dynpro Interface COMPONENTCONTROLLER 20100914

Method PREPARE_POPUP_ADD_USERS on class CL_CTS_ORGANIZER_WD_ADD_USER has no exception.

Method SEARCH Signature

Method SEARCH on class CL_CTS_ORGANIZER_WD_ADD_USER has no parameter.
Method SEARCH on class CL_CTS_ORGANIZER_WD_ADD_USER has no exception.

Method SET_MESSAGE_AREA_ATTRIBUTES Signature

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

Method SORT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLUMN Call by reference Type reference (TYPE) STRING Column to be sorted 20100914
2 Importing IV_DIRECTION Call by reference Type reference (TYPE) WDUI_TABLE_COL_SORT_DIR Sorting Direction 20100914

Method SORT_TABLE on class CL_CTS_ORGANIZER_WD_ADD_USER has no exception.

Method VALIDATE_MAX_NUMBER_OF_HITS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MAXIMUM_NUMBER_OF_HITS Call by reference Type reference (TYPE) I Maximum Number of Hits 20100916
2 Exporting EV_VALIDATION_ERROR_OCCURED Value transfer Type reference (TYPE) ABAP_BOOL TRUE = A Validation Error occurred 20100916

Method VALIDATE_MAX_NUMBER_OF_HITS on class CL_CTS_ORGANIZER_WD_ADD_USER has no exception.

Method VALIDATE_ON_ADD_USERS 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 20101012

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