SAP /UI2/CL_SRA_LOGIN OO Class - Fiori logon - Deprecated: Use /UI2/CL_FIORI3_LOGIN instead
/UI2/CL_SRA_LOGIN is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /UI2/CL_SRA_LOGIN including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /UI2/CL_SRA_LOGIN is CL_ICF_SYSTEM_LOGINMethod list of /UI2/CL_SRA_LOGIN SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| ESCAPE_HTML | HTML escape | Public |
| CALL METHOD /ui2/cl_sra_login=>ESCAPE_HTML...more details | ||
| GET_CONTEXT_JAVASCRIPT | Private | |
| CALL METHOD /ui2/cl_sra_login=>GET_CONTEXT_JAVASCRIPT...more details | ||
| GET_FOLDER | Private | |
| CALL METHOD /ui2/cl_sra_login=>GET_FOLDER...more details | ||
| GET_LANGUAGES | Private | |
| CALL METHOD /ui2/cl_sra_login=>GET_LANGUAGES...more details | ||
| GET_MESSAGES | Private | |
| CALL METHOD /ui2/cl_sra_login=>GET_MESSAGES...more details | ||
| GET_PROPERTY | Protected | |
| CALL METHOD /ui2/cl_sra_login=>GET_PROPERTY...more details | ||
|
| ||
| GET_SEVERITY_PROP_NAME | Protected | |
| CALL METHOD /ui2/cl_sra_login=>GET_SEVERITY_PROP_NAME...more details | ||
| HTM_RESTORE_HASH | Public | |
| CALL METHOD /ui2/cl_sra_login=>HTM_RESTORE_HASH...more details | ||
| INIT_CSS_IE8_STYLE | Private | |
| CALL METHOD /ui2/cl_sra_login=>INIT_CSS_IE8_STYLE...more details | ||
| INIT_CSS_STYLE | Private | |
| CALL METHOD /ui2/cl_sra_login=>INIT_CSS_STYLE...more details | ||
| INIT_CSS_THEME_LINK | Protected | |
| CALL METHOD /ui2/cl_sra_login=>INIT_CSS_THEME_LINK...more details | ||
| INIT_DEFAULT_PROPERTIES | Protected | |
| CALL METHOD /ui2/cl_sra_login=>INIT_DEFAULT_PROPERTIES...more details | ||
| INIT_HASH | Private | |
| CALL METHOD /ui2/cl_sra_login=>INIT_HASH...more details | ||
| INIT_HIDDEN_FIELDS | Protected | |
| CALL METHOD /ui2/cl_sra_login=>INIT_HIDDEN_FIELDS...more details | ||
| INIT_JAVASCRIPT | Protected | |
| CALL METHOD /ui2/cl_sra_login=>INIT_JAVASCRIPT...more details | ||
| INIT_LANGU_RTL | Private | |
| CALL METHOD /ui2/cl_sra_login=>INIT_LANGU_RTL...more details | ||
| INIT_NATIVE_LANGUAGES | Private | |
| CALL METHOD /ui2/cl_sra_login=>INIT_NATIVE_LANGUAGES...more details | ||
| INIT_SYSTEM_PROPERTIES | Protected | |
| CALL METHOD /ui2/cl_sra_login=>INIT_SYSTEM_PROPERTIES...more details | ||
| LEGACY_ESCAPE_HTML | Protected | |
| CALL METHOD /ui2/cl_sra_login=>LEGACY_ESCAPE_HTML...more details | ||
| LOAD_APP_PROPERTIES | Protected | |
| CALL METHOD /ui2/cl_sra_login=>LOAD_APP_PROPERTIES...more details | ||
| LOAD_MIME_REPO_TEXT_FILE | Private | |
| CALL METHOD /ui2/cl_sra_login=>LOAD_MIME_REPO_TEXT_FILE...more details | ||
| PARSE_APP_PROPERTIES | Private | |
| CALL METHOD /ui2/cl_sra_login=>PARSE_APP_PROPERTIES...more details | ||
| PROCESS_TEMPLATE | Protected | |
| CALL METHOD /ui2/cl_sra_login=>PROCESS_TEMPLATE...more details | ||
| SET_PROPERTY | Protected | |
| CALL METHOD /ui2/cl_sra_login=>SET_PROPERTY...more details | ||
| SET_SEVERITY_SYS_PROP | Private | |
| CALL METHOD /ui2/cl_sra_login=>SET_SEVERITY_SYS_PROP...more details | ||
/UI2/CL_SRA_LOGIN attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| CO_CONTEXT_CHANGEPWD | Constant | 'changepwd' | LIKE STRING | Protected | |
| CO_CONTEXT_CHANGEPWD_CANCEL | Constant | 'changepwd_cancel' | LIKE STRING | Protected | |
| CO_CONTEXT_CHANGEPWD_END | Constant | 'changepwd_end' | LIKE STRING | Protected | |
| CO_CONTEXT_LOGIN | Constant | 'login' | LIKE STRING | Protected | |
| CO_CONTEXT_MSG | Constant | 'msg' | LIKE STRING | Protected | |
| CO_SAP_HASH | Constant | 'sap-hash' | LIKE STRING | Public | |
| CO_SAP_SL_DUMMY | Constant | '__sap-sl__dummy' | LIKE STRING | Public | |
| CO_STYLE_DISPLAY_HIDDEN | Constant | 'style='visibility: hidden;'' | LIKE STRING | Protected | |
| CO_STYLE_DISPLAY_NONE | Constant | 'style='display: none;'' | LIKE STRING | Protected | |
| GV_NEW_ESCAPE_API | Static Attribute | abap_true | LIKE ABAP_BOOL | Public | |
| M_HASH | Instance Attribute | LIKE STRING | Protected | ||
| M_LANGU_RTL | Instance Attribute | abap_false | LIKE ABAP_BOOL | Protected | |
| M_SRA_PROPERTIES | Instance Attribute | LIKE THIHTTPNVP | Private |
/UI2/CL_SRA_LOGIN types
THIHTTPNVP -Links to Related Class(s)
/UI2/CL_...Full list of available SAP object classes
Search for further information about these or an SAP related objects