/AWS1/CL_TEXUNDETECTEDSIG¶
A structure containing information about an undetected signature on a page where it was expected but not found.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_page TYPE /AWS1/TEXUINTEGER /AWS1/TEXUINTEGER¶
The page where a signature was expected but not found.
Queryable Attributes¶
Page¶
The page where a signature was expected but not found.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAGE() |
Getter for PAGE, with configurable default |
ASK_PAGE() |
Getter for PAGE w/ exceptions if field has no value |
HAS_PAGE() |
Determine if PAGE 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_UNDETECTEDSIGNATURELIST¶
TYPES TT_UNDETECTEDSIGNATURELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TEXUNDETECTEDSIG WITH DEFAULT KEY
.