/AWS1/CL_PP2REGDENIEDRSNINFM00¶
Provides the reason a registration was rejected.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_reason TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
The reason a registration was rejected.
iv_shortdescription TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
A short description of the rejection reason.
Optional arguments:¶
iv_longdescription TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
A long description of the rejection reason.
iv_documentationtitle TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
The title of the document.
iv_documentationlink TYPE /AWS1/PP2STRING /AWS1/PP2STRING¶
The link to the document.
Queryable Attributes¶
Reason¶
The reason a registration was rejected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON has a value |
ShortDescription¶
A short description of the rejection reason.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHORTDESCRIPTION() |
Getter for SHORTDESCRIPTION, with configurable default |
ASK_SHORTDESCRIPTION() |
Getter for SHORTDESCRIPTION w/ exceptions if field has no va |
HAS_SHORTDESCRIPTION() |
Determine if SHORTDESCRIPTION has a value |
LongDescription¶
A long description of the rejection reason.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LONGDESCRIPTION() |
Getter for LONGDESCRIPTION, with configurable default |
ASK_LONGDESCRIPTION() |
Getter for LONGDESCRIPTION w/ exceptions if field has no val |
HAS_LONGDESCRIPTION() |
Determine if LONGDESCRIPTION has a value |
DocumentationTitle¶
The title of the document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTATIONTITLE() |
Getter for DOCUMENTATIONTITLE, with configurable default |
ASK_DOCUMENTATIONTITLE() |
Getter for DOCUMENTATIONTITLE w/ exceptions if field has no |
HAS_DOCUMENTATIONTITLE() |
Determine if DOCUMENTATIONTITLE has a value |
DocumentationLink¶
The link to the document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTATIONLINK() |
Getter for DOCUMENTATIONLINK, with configurable default |
ASK_DOCUMENTATIONLINK() |
Getter for DOCUMENTATIONLINK w/ exceptions if field has no v |
HAS_DOCUMENTATIONLINK() |
Determine if DOCUMENTATIONLINK 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_REGDENIEDRSNINFORMATIONLIST¶
TYPES TT_REGDENIEDRSNINFORMATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PP2REGDENIEDRSNINFM00 WITH DEFAULT KEY
.