Skip to content

/AWS1/CL_WSWLOCALIZEDBRANDIN00

Localized text strings for a specific language that customize the web portal.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_browsertabtitle TYPE /AWS1/WSWBRANDINGSAFESTRTYPE /AWS1/WSWBRANDINGSAFESTRTYPE

The text displayed in the browser tab title.

iv_welcometext TYPE /AWS1/WSWBRANDINGSAFESTRTYPE /AWS1/WSWBRANDINGSAFESTRTYPE

The welcome text displayed on the sign-in page.

Optional arguments:

iv_logintitle TYPE /AWS1/WSWBRANDINGSAFESTRTYPE /AWS1/WSWBRANDINGSAFESTRTYPE

The title text for the login section. This field is optional and defaults to "Sign In".

iv_logindescription TYPE /AWS1/WSWBRANDINGSAFESTRTYPE /AWS1/WSWBRANDINGSAFESTRTYPE

The description text for the login section. This field is optional and defaults to "Sign in to your session".

iv_loginbuttontext TYPE /AWS1/WSWBRANDINGSAFESTRTYPE /AWS1/WSWBRANDINGSAFESTRTYPE

The text displayed on the login button. This field is optional and defaults to "Sign In".

A contact link URL. The URL must start with https:// or mailto:. If not provided, the contact button will be hidden from the web portal screen.

iv_contactbuttontext TYPE /AWS1/WSWBRANDINGSAFESTRTYPE /AWS1/WSWBRANDINGSAFESTRTYPE

The text displayed on the contact button. This field is optional and defaults to "Contact us".

iv_loadingtext TYPE /AWS1/WSWBRANDINGSAFESTRTYPE /AWS1/WSWBRANDINGSAFESTRTYPE

The text displayed during session loading. This field is optional and defaults to "Loading your session".


Queryable Attributes

browserTabTitle

The text displayed in the browser tab title.

Accessible with the following methods

Method Description
GET_BROWSERTABTITLE() Getter for BROWSERTABTITLE, with configurable default
ASK_BROWSERTABTITLE() Getter for BROWSERTABTITLE w/ exceptions if field has no val
HAS_BROWSERTABTITLE() Determine if BROWSERTABTITLE has a value

welcomeText

The welcome text displayed on the sign-in page.

Accessible with the following methods

Method Description
GET_WELCOMETEXT() Getter for WELCOMETEXT, with configurable default
ASK_WELCOMETEXT() Getter for WELCOMETEXT w/ exceptions if field has no value
HAS_WELCOMETEXT() Determine if WELCOMETEXT has a value

loginTitle

The title text for the login section. This field is optional and defaults to "Sign In".

Accessible with the following methods

Method Description
GET_LOGINTITLE() Getter for LOGINTITLE, with configurable default
ASK_LOGINTITLE() Getter for LOGINTITLE w/ exceptions if field has no value
HAS_LOGINTITLE() Determine if LOGINTITLE has a value

loginDescription

The description text for the login section. This field is optional and defaults to "Sign in to your session".

Accessible with the following methods

Method Description
GET_LOGINDESCRIPTION() Getter for LOGINDESCRIPTION, with configurable default
ASK_LOGINDESCRIPTION() Getter for LOGINDESCRIPTION w/ exceptions if field has no va
HAS_LOGINDESCRIPTION() Determine if LOGINDESCRIPTION has a value

loginButtonText

The text displayed on the login button. This field is optional and defaults to "Sign In".

Accessible with the following methods

Method Description
GET_LOGINBUTTONTEXT() Getter for LOGINBUTTONTEXT, with configurable default
ASK_LOGINBUTTONTEXT() Getter for LOGINBUTTONTEXT w/ exceptions if field has no val
HAS_LOGINBUTTONTEXT() Determine if LOGINBUTTONTEXT has a value

A contact link URL. The URL must start with https:// or mailto:. If not provided, the contact button will be hidden from the web portal screen.

Accessible with the following methods

Method Description
GET_CONTACTLINK() Getter for CONTACTLINK, with configurable default
ASK_CONTACTLINK() Getter for CONTACTLINK w/ exceptions if field has no value
HAS_CONTACTLINK() Determine if CONTACTLINK has a value

contactButtonText

The text displayed on the contact button. This field is optional and defaults to "Contact us".

Accessible with the following methods

Method Description
GET_CONTACTBUTTONTEXT() Getter for CONTACTBUTTONTEXT, with configurable default
ASK_CONTACTBUTTONTEXT() Getter for CONTACTBUTTONTEXT w/ exceptions if field has no v
HAS_CONTACTBUTTONTEXT() Determine if CONTACTBUTTONTEXT has a value

loadingText

The text displayed during session loading. This field is optional and defaults to "Loading your session".

Accessible with the following methods

Method Description
GET_LOADINGTEXT() Getter for LOADINGTEXT, with configurable default
ASK_LOADINGTEXT() Getter for LOADINGTEXT w/ exceptions if field has no value
HAS_LOADINGTEXT() Determine if LOADINGTEXT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_LOCALIZEDBRANDINGSTRINGMAP

TYPES TT_LOCALIZEDBRANDINGSTRINGMAP TYPE HASHED TABLE OF /AWS1/CL_WSWLOCALIZEDBRANDIN00=>TS_LOCALIZEDBRANDINGS00_MAPROW WITH UNIQUE KEY key
.

TS_LOCALIZEDBRANDINGS00_MAPROW

TYPES: BEGIN OF TS_LOCALIZEDBRANDINGS00_MAPROW,
  key TYPE /AWS1/WSWLOCALE,
  value TYPE REF TO /AWS1/CL_WSWLOCALIZEDBRANDIN00,
END OF TS_LOCALIZEDBRANDINGS00_MAPROW.