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_LOGIN

Method 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 NameDescriptionVisability
ESCAPE_HTMLHTML escapePublic
CALL METHOD /ui2/cl_sra_login=>ESCAPE_HTML...more details

GET_CONTEXT_JAVASCRIPTPrivate
CALL METHOD /ui2/cl_sra_login=>GET_CONTEXT_JAVASCRIPT...more details

GET_FOLDERPrivate
CALL METHOD /ui2/cl_sra_login=>GET_FOLDER...more details

GET_LANGUAGESPrivate
CALL METHOD /ui2/cl_sra_login=>GET_LANGUAGES...more details

GET_MESSAGESPrivate
CALL METHOD /ui2/cl_sra_login=>GET_MESSAGES...more details

GET_PROPERTYProtected
CALL METHOD /ui2/cl_sra_login=>GET_PROPERTY...more details

GET_SEVERITY_PROP_NAMEProtected
CALL METHOD /ui2/cl_sra_login=>GET_SEVERITY_PROP_NAME...more details

HTM_RESTORE_HASHPublic
CALL METHOD /ui2/cl_sra_login=>HTM_RESTORE_HASH...more details

INIT_CSS_IE8_STYLEPrivate
CALL METHOD /ui2/cl_sra_login=>INIT_CSS_IE8_STYLE...more details

INIT_CSS_STYLEPrivate
CALL METHOD /ui2/cl_sra_login=>INIT_CSS_STYLE...more details

INIT_CSS_THEME_LINKProtected
CALL METHOD /ui2/cl_sra_login=>INIT_CSS_THEME_LINK...more details

INIT_DEFAULT_PROPERTIESProtected
CALL METHOD /ui2/cl_sra_login=>INIT_DEFAULT_PROPERTIES...more details

INIT_HASHPrivate
CALL METHOD /ui2/cl_sra_login=>INIT_HASH...more details

INIT_HIDDEN_FIELDSProtected
CALL METHOD /ui2/cl_sra_login=>INIT_HIDDEN_FIELDS...more details

INIT_JAVASCRIPTProtected
CALL METHOD /ui2/cl_sra_login=>INIT_JAVASCRIPT...more details

INIT_LANGU_RTLPrivate
CALL METHOD /ui2/cl_sra_login=>INIT_LANGU_RTL...more details

INIT_NATIVE_LANGUAGESPrivate
CALL METHOD /ui2/cl_sra_login=>INIT_NATIVE_LANGUAGES...more details

INIT_SYSTEM_PROPERTIESProtected
CALL METHOD /ui2/cl_sra_login=>INIT_SYSTEM_PROPERTIES...more details

LEGACY_ESCAPE_HTMLProtected
CALL METHOD /ui2/cl_sra_login=>LEGACY_ESCAPE_HTML...more details

LOAD_APP_PROPERTIESProtected
CALL METHOD /ui2/cl_sra_login=>LOAD_APP_PROPERTIES...more details

LOAD_MIME_REPO_TEXT_FILEPrivate
CALL METHOD /ui2/cl_sra_login=>LOAD_MIME_REPO_TEXT_FILE...more details

PARSE_APP_PROPERTIESPrivate
CALL METHOD /ui2/cl_sra_login=>PARSE_APP_PROPERTIES...more details

PROCESS_TEMPLATEProtected
CALL METHOD /ui2/cl_sra_login=>PROCESS_TEMPLATE...more details

SET_PROPERTYProtected
CALL METHOD /ui2/cl_sra_login=>SET_PROPERTY...more details

SET_SEVERITY_SYS_PROPPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
CO_CONTEXT_CHANGEPWDConstant'changepwd'LIKE
STRING
Protected
CO_CONTEXT_CHANGEPWD_CANCELConstant'changepwd_cancel'LIKE
STRING
Protected
CO_CONTEXT_CHANGEPWD_ENDConstant'changepwd_end'LIKE
STRING
Protected
CO_CONTEXT_LOGINConstant'login'LIKE
STRING
Protected
CO_CONTEXT_MSGConstant'msg'LIKE
STRING
Protected
CO_SAP_HASHConstant'sap-hash'LIKE
STRING
Public
CO_SAP_SL_DUMMYConstant'__sap-sl__dummy'LIKE
STRING
Public
CO_STYLE_DISPLAY_HIDDENConstant'style='visibility: hidden;''LIKE
STRING
Protected
CO_STYLE_DISPLAY_NONEConstant'style='display: none;''LIKE
STRING
Protected
GV_NEW_ESCAPE_APIStatic Attributeabap_trueLIKE
ABAP_BOOL
Public
M_HASHInstance AttributeLIKE
STRING
Protected
M_LANGU_RTLInstance Attributeabap_falseLIKE
ABAP_BOOL
Protected
M_SRA_PROPERTIESInstance AttributeLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!