Skip to content

/AWS1/CL_MA2RANGE

Specifies the location of an occurrence of sensitive data in an email message or a non-binary text file such as an HTML, TXT, or XML file.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_end TYPE /AWS1/MA2__LONG /AWS1/MA2__LONG

The number of lines from the beginning of the file to the end of the sensitive data.

iv_start TYPE /AWS1/MA2__LONG /AWS1/MA2__LONG

The number of lines from the beginning of the file to the beginning of the sensitive data.

iv_startcolumn TYPE /AWS1/MA2__LONG /AWS1/MA2__LONG

The number of characters, with spaces and starting from 1, from the beginning of the first line that contains the sensitive data (start) to the beginning of the sensitive data.


Queryable Attributes

end

The number of lines from the beginning of the file to the end of the sensitive data.

Accessible with the following methods

Method Description
GET_END() Getter for END, with configurable default
ASK_END() Getter for END w/ exceptions if field has no value
HAS_END() Determine if END has a value

start

The number of lines from the beginning of the file to the beginning of the sensitive data.

Accessible with the following methods

Method Description
GET_START() Getter for START, with configurable default
ASK_START() Getter for START w/ exceptions if field has no value
HAS_START() Determine if START has a value

startColumn

The number of characters, with spaces and starting from 1, from the beginning of the first line that contains the sensitive data (start) to the beginning of the sensitive data.

Accessible with the following methods

Method Description
GET_STARTCOLUMN() Getter for STARTCOLUMN, with configurable default
ASK_STARTCOLUMN() Getter for STARTCOLUMN w/ exceptions if field has no value
HAS_STARTCOLUMN() Determine if STARTCOLUMN 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_RANGES

TYPES TT_RANGES TYPE STANDARD TABLE OF REF TO /AWS1/CL_MA2RANGE WITH DEFAULT KEY
.