Skip to content

/AWS1/CL_PP2SELECTOPTIONDESC

A description of each select option.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_option TYPE /AWS1/PP2STRING /AWS1/PP2STRING

The value of the option.

Optional arguments:

iv_title TYPE /AWS1/PP2STRING /AWS1/PP2STRING

The title of the select option.

iv_description TYPE /AWS1/PP2STRING /AWS1/PP2STRING

A description of the option meaning.


Queryable Attributes

Option

The value of the option.

Accessible with the following methods

Method Description
GET_OPTION() Getter for OPTION, with configurable default
ASK_OPTION() Getter for OPTION w/ exceptions if field has no value
HAS_OPTION() Determine if OPTION has a value

Title

The title of the select option.

Accessible with the following methods

Method Description
GET_TITLE() Getter for TITLE, with configurable default
ASK_TITLE() Getter for TITLE w/ exceptions if field has no value
HAS_TITLE() Determine if TITLE has a value

Description

A description of the option meaning.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION 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_SELECTOPTIONDESCSLIST

TYPES TT_SELECTOPTIONDESCSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PP2SELECTOPTIONDESC WITH DEFAULT KEY
.