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 | ![]() |
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 | ![]() |
Constant | Public | Type reference (TYPE) | SYUCOMM | 'BACK' | 20110712 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | SYUCOMM | 'CANCEL' | 20110712 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | SYUCOMM | 'EXIT' | 20110712 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | SYUCOMM | 'SAVE' | 20110712 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | SYUCOMM | 'SWITCH' | 20110712 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | SYUCOMM | 'CR_STRUSTCRL' | 20110712 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | SYUCOMM | 'CR_PROFILE' | 20110712 | ||
8 | ![]() |
Constant | Public | Type reference (TYPE) | SYUCOMM | 'CR_STRUSTCRR' | 20110712 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | SYUCOMM | 'CR_STRUSTCRT' | 20110712 | ||
10 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_STRUSTCRT_VIEW | 20110712 | |||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_VIEW_T | 20110712 | |||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20110712 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20111027 | |
2 | ![]() |
Instance method | Public | Method | Exit the UI | 20110712 |
3 | ![]() |
Instance method | Public | Method | Get the current edit mode | 20110712 |
4 | ![]() |
Instance method | Public | Method | Execute the given user command | 20110712 |
5 | ![]() |
Instance method | Public | Method | Check whether the UI data was changed | 20110712 |
6 | ![]() |
Instance method | Private | Method | Leave the edit mode | 20110712 |
7 | ![]() |
Instance method | Private | Method | Lock the UI data | 20110712 |
8 | ![]() |
Instance method | Private | Method | Refresh the UI data from the database | 20110712 |
9 | ![]() |
Instance method | Public | Method | Save the UI data | 20110712 |
10 | ![]() |
Instance method | Private | Method | Set the edit mode and propagate it to all tabs | 20110712 |
11 | ![]() |
Instance method | Private | Method | Set the tab | 20110712 |
12 | ![]() |
Instance method | Public | Method | Switch the edit mode | 20110712 |
13 | ![]() |
Instance method | Public | Method | Switch the tab on the UI | 20110712 |
14 | ![]() |
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 | ![]() |
IV_FORCE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110712 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
EV_CHANGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110712 | |||
2 | ![]() |
EV_VALID | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110712 | |||
3 | ![]() |
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 | ![]() |
EV_REFRESH_REQUIRED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110712 | |||
2 | ![]() |
EV_SUCCESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110712 | |||
3 | ![]() |
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 | ![]() |
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 | ![]() |
IV_CHECK_CHANGED_DATA | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110712 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
IV_TAB | Call by reference | Type reference (TYPE) | STRING | 20110712 | |||
2 | ![]() |
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 |