SAP ABAP Class CL_STRUSTCRT_UI (crl ui)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC (Application Component) Security
     STRUST (Package) PKI Management
Properties
Class CL_STRUSTCRT_UI  
Short Description crl ui    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class STRUSTCR    
Program status     
Category 0   
Package STRUST   PKI Management 
Created 20101026   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)
Interfaces
Class CL_STRUSTCRT_UI has no interface implemented.
Friends
Class CL_STRUSTCRT_UI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_COMMAND_BACK Constant Public Type reference (TYPE) SYUCOMM 'BACK' 20110712
2 CO_COMMAND_CANCEL Constant Public Type reference (TYPE) SYUCOMM 'CANCEL' 20110712
3 CO_COMMAND_EXIT Constant Public Type reference (TYPE) SYUCOMM 'EXIT' 20110712
4 CO_COMMAND_SAVE Constant Public Type reference (TYPE) SYUCOMM 'SAVE' 20110712
5 CO_COMMAND_SWITCH Constant Public Type reference (TYPE) SYUCOMM 'SWITCH' 20110712
6 CO_TAB_CRL Constant Public Type reference (TYPE) SYUCOMM 'CR_STRUSTCRL' 20110712
7 CO_TAB_PROFILE Constant Public Type reference (TYPE) SYUCOMM 'CR_PROFILE' 20110712
8 CO_TAB_RANGE Constant Public Type reference (TYPE) SYUCOMM 'CR_STRUSTCRR' 20110712
9 CO_TAB_STATUS Constant Public Type reference (TYPE) SYUCOMM 'CR_STRUSTCRT' 20110712
10 MO_ACTIVE_VIEW Instance attribute Private Object reference (TYPE REF TO) CL_STRUSTCRT_VIEW 20110712
11 MT_VIEW Instance attribute Private Type reference (TYPE) TY_VIEW_T 20110712
12 MV_EDIT_MODE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110712
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20111027
2 EXIT Instance method Public Method Exit the UI 20110712
3 GET_EDIT_MODE Instance method Public Method Get the current edit mode 20110712
4 HANDLE_USER_COMMAND Instance method Public Method Execute the given user command 20110712
5 IS_DATA_CHANGED Instance method Public Method Check whether the UI data was changed 20110712
6 LEAVE_EDIT_MODE Instance method Private Method Leave the edit mode 20110712
7 LOCK Instance method Private Method Lock the UI data 20110712
8 REFRESH Instance method Private Method Refresh the UI data from the database 20110712
9 SAVE Instance method Public Method Save the UI data 20110712
10 SET_EDIT_MODE Instance method Private Method Set the edit mode and propagate it to all tabs 20110712
11 SET_TAB Instance method Private Method Set the tab 20110712
12 SWITCH_EDIT_MODE Instance method Public Method Switch the edit mode 20110712
13 SWITCH_TAB Instance method Public Method Switch the tab on the UI 20110712
14 UNLOCK Instance method Private Method Unlock the UI data 20110712
Events
Class CL_STRUSTCRT_UI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_VIEW Private See coding 20110712 BEGIN OF ty_view, name TYPE syucomm, object TYPE REF TO cl_strustcrt_view, END OF ty_view
2 TY_VIEW_T Private See coding 20110712 ty_view_t TYPE STANDARD TABLE OF ty_view
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_STRUSTCRT_UI has no parameter.
Method CONSTRUCTOR on class CL_STRUSTCRT_UI has no exception.

Method EXIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FORCE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110712
2 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL 20110712

Method EXIT on class CL_STRUSTCRT_UI has no exception.

Method GET_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EDIT_MODE Value transfer Type reference (TYPE) ABAP_BOOL 20110712

Method GET_EDIT_MODE on class CL_STRUSTCRT_UI has no exception.

Method HANDLE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER_COMMAND Call by reference Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20110712

Method HANDLE_USER_COMMAND on class CL_STRUSTCRT_UI has no exception.

Method IS_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CHANGED Call by reference Type reference (TYPE) ABAP_BOOL 20110712
2 Exporting EV_VALID Call by reference Type reference (TYPE) ABAP_BOOL 20110712
3 Importing IV_SUPPRESS_POPUP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110712

Method IS_DATA_CHANGED on class CL_STRUSTCRT_UI has no exception.

Method LEAVE_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_REFRESH_REQUIRED Call by reference Type reference (TYPE) ABAP_BOOL 20110712
2 Exporting EV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20110712
3 Importing IV_FORCE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110712

Method LEAVE_EDIT_MODE on class CL_STRUSTCRT_UI has no exception.

Method LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL 20110712

Method LOCK on class CL_STRUSTCRT_UI has no exception.

Method REFRESH Signature

Method REFRESH on class CL_STRUSTCRT_UI has no parameter.
Method REFRESH on class CL_STRUSTCRT_UI has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHECK_CHANGED_DATA Call by reference Type reference (TYPE) ABAP_BOOL 20110712
2 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL 20110712

Method SAVE on class CL_STRUSTCRT_UI has no exception.

Method SET_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) ABAP_BOOL 20110712

Method SET_EDIT_MODE on class CL_STRUSTCRT_UI has no exception.

Method SET_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TAB Call by reference Type reference (TYPE) STRING 20110712

Method SET_TAB on class CL_STRUSTCRT_UI has no exception.

Method SWITCH_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL 20110712

Method SWITCH_EDIT_MODE on class CL_STRUSTCRT_UI has no exception.

Method SWITCH_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TAB Call by reference Type reference (TYPE) STRING 20110712
2 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL 20110712

Method SWITCH_TAB on class CL_STRUSTCRT_UI has no exception.

Method UNLOCK Signature

Method UNLOCK on class CL_STRUSTCRT_UI has no parameter.
Method UNLOCK on class CL_STRUSTCRT_UI has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in