SAP ABAP Class CL_ICF_NW07_LOGIN (ICF System Logon Basic Layout)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-ICF (Application Component) Internet Communication Framework
⤷
SICF_EXT_LOGIN (Package) ICF Login
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ICF_SYSTEM_LOGIN | ICF System Logon | 20070605 |
Properties
| Class | CL_ICF_NW07_LOGIN | |
| Short Description | ICF System Logon Basic Layout | |
| Super Class | CL_ICF_SYSTEM_LOGIN | ICF System Logon |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | S | System Program |
| Category | 0 | |
| Package | SICF_EXT_LOGIN | ICF Login |
| Created | 20070605 | 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_ICF_NW07_LOGIN has no interface implemented.
Friends
Class CL_ICF_NW07_LOGIN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | '/sap/public/bc/ur/Login/assets/' | 20080609 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'SAP NetWeaver' | 20111024 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CLUR_NW7_SERVER | Unified Rendering Server | 20080609 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | I | 20070605 |
Methods
Events
Class CL_ICF_NW07_LOGIN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_CUSTOM_FIELD | Protected | See coding | 20070605 | begin of t_custom_field,
label type ref to ifur_nw7_label, " the label (optional)
field type ref to ifur_nw7__control, " the field (can be any ur control)
end of t_custom_field
|
||
| 2 | T_CUSTOM_FIELD_TAB | Protected | See coding | 20070605 | t_custom_field_tab type standard table of t_custom_field with default key
|
||
| 3 | T_CUSTOM_LINK | Protected | See coding | 20070605 | begin of t_custom_link,
text type string,
href type string,
end of t_custom_link
|
||
| 4 | T_CUSTOM_LINK_TAB | Protected | See coding | 20070605 | t_custom_link_tab type standard table of t_custom_link with default key
|
||
| 5 | T_SYS_MESSAGE | Private | See coding | 20070605 | begin of T_SYS_MESSAGE,
id type string,
author type string,
html type string,
end of t_sys_message
|
||
| 6 | T_SYS_MESSAGE_TAB | Private | See coding | 20070605 | T_SYS_MESSAGE_TAB type standard table of t_sys_message with default key
|
||
| 7 | T_TEMSG_TAB | Private | See coding | 20070605 | T_TeMSG_TAB type standard table of temsg with default key
|
Method Signatures
Method ADD_CUSTOM_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELDS | Value transfer | Type reference (TYPE) | T_CUSTOM_FIELD_TAB | 20070605 |
Method ADD_CUSTOM_FIELDS on class CL_ICF_NW07_LOGIN has no exception.
Method ADD_CUSTOM_LINKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LINKS | Value transfer | Type reference (TYPE) | T_CUSTOM_LINK_TAB | 20070605 |
Method ADD_CUSTOM_LINKS on class CL_ICF_NW07_LOGIN has no exception.
Method CREATE_LOGIN_FORM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_BUTTONS_CONTROL | Value transfer | Object reference (TYPE REF TO) | IFUR_NW7__CONTROL | 20070605 | ||||
| 2 | ER_FORM_CONTROL | Value transfer | Object reference (TYPE REF TO) | IFUR_NW7__CONTROL | 20070605 | ||||
| 3 | ER_MESSAGES_CONTROL | Value transfer | Object reference (TYPE REF TO) | IFUR_NW7__CONTROL | 20070605 |
Method CREATE_LOGIN_FORM on class CL_ICF_NW07_LOGIN has no exception.
Method CREATE_MESSAGES_CONTROL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MESSAGES_CONTROL | Value transfer | Object reference (TYPE REF TO) | IFUR_NW7__CONTROL | 20070605 |
Method CREATE_MESSAGES_CONTROL on class CL_ICF_NW07_LOGIN has no exception.
Method CREATE_PW_CHANGE_FORM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_BUTTONS_CONTROL | Call by reference | Object reference (TYPE REF TO) | IFUR_NW7__CONTROL | 20070605 | ||||
| 2 | ER_FORM_CONTROL | Call by reference | Object reference (TYPE REF TO) | IFUR_NW7__CONTROL | 20070605 |
Method CREATE_PW_CHANGE_FORM on class CL_ICF_NW07_LOGIN has no exception.
Method CREATE_SYSTEM_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_CONTROL | Value transfer | Object reference (TYPE REF TO) | IFUR_NW7__CONTROL | 20070605 |
Method CREATE_SYSTEM_INFO on class CL_ICF_NW07_LOGIN has no exception.
Method FORMAT_SYSTEM_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MESSAGES | Value transfer | Type reference (TYPE) | T_SYS_MESSAGE_TAB | 20070605 | ||||
| 2 | TEMSGS | Call by reference | Type reference (TYPE) | T_TEMSG_TAB | Systemnachrichten | 20070605 |
Method FORMAT_SYSTEM_MESSAGES on class CL_ICF_NW07_LOGIN has no exception.
Method GET_BRANDING_STYLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STYLES | Value transfer | Type reference (TYPE) | STRING | 20080602 |
Method GET_BRANDING_STYLES on class CL_ICF_NW07_LOGIN has no exception.
Method INIT_UR Signature
Method INIT_UR on class CL_ICF_NW07_LOGIN has no parameter.
Method INIT_UR on class CL_ICF_NW07_LOGIN has no exception.
Method NEXT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Value transfer | Type reference (TYPE) | STRING | 20070605 |
Method NEXT_ID on class CL_ICF_NW07_LOGIN has no exception.
Method RENDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_BUTTONS_CONTROL | Call by reference | Object reference (TYPE REF TO) | IFUR_NW7__CONTROL | 20070605 | ||||
| 2 | IR_CONTENT_CONTROL | Call by reference | Object reference (TYPE REF TO) | IFUR_NW7__CONTROL | 20070605 | ||||
| 3 | IR_MESSAGES_CONTROL | Call by reference | Object reference (TYPE REF TO) | IFUR_NW7__CONTROL | 20070605 | ||||
| 4 | IR_SYSTEM_INFO_CONTROL | Call by reference | Object reference (TYPE REF TO) | IFUR_NW7__CONTROL | 20070605 | ||||
| 5 | IV_FOCUS_ID | Call by reference | Type reference (TYPE) | STRING | 20070605 | ||||
| 6 | IV_FORM_NAME | Call by reference | Type reference (TYPE) | STRING | 20070605 | ||||
| 7 | IV_HIDDEN_FIELDS | Call by reference | Type reference (TYPE) | STRING | 20070605 | ||||
| 8 | IV_JAVASCRIPT | Call by reference | Type reference (TYPE) | STRING | 20070605 | ||||
| 9 | IV_TITLE | Call by reference | Type reference (TYPE) | STRING | 20070605 | ||||
| 10 | RV_HTML | Value transfer | Type reference (TYPE) | STRING | 20070605 |
Method RENDER on class CL_ICF_NW07_LOGIN has no exception.
Method RENDER_BRANDING_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTENT_MARKER | Call by reference | Type reference (TYPE) | STRING | 20080602 | ||||
| 2 | HTML | Value transfer | Type reference (TYPE) | STRING | 20080602 | ||||
| 3 | INFO_MARKER | Call by reference | Type reference (TYPE) | STRING | 20080602 |
Method RENDER_BRANDING_LAYOUT on class CL_ICF_NW07_LOGIN has no exception.
Method RENDER_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTENT | Call by reference | Object reference (TYPE REF TO) | IFUR_NW7__CONTROL | 20070605 | ||||
| 2 | FOCUS_ID | Call by reference | Type reference (TYPE) | STRING | 20070605 | ||||
| 3 | FORM_NAME | Call by reference | Type reference (TYPE) | STRING | 20070605 | ||||
| 4 | HIDDEN_FIELDS | Call by reference | Type reference (TYPE) | STRING | 20070605 | ||||
| 5 | HTML | Value transfer | Type reference (TYPE) | STRING | 20070605 | ||||
| 6 | JAVASCRIPT | Call by reference | Type reference (TYPE) | STRING | 20070605 | ||||
| 7 | TITLE | Call by reference | Type reference (TYPE) | STRING | 20070605 |
Method RENDER_PAGE on class CL_ICF_NW07_LOGIN has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |