Skip to content

/AWS1/CL_MA2CELL

Specifies the location of an occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_cellreference TYPE /AWS1/MA2__STRING /AWS1/MA2__STRING

The location of the cell, as an absolute cell reference, that contains the sensitive data, for example Sheet2!C5 for cell C5 on Sheet2 in a Microsoft Excel workbook. This value is null for CSV and TSV files.

iv_column TYPE /AWS1/MA2__LONG /AWS1/MA2__LONG

The column number of the column that contains the sensitive data. For a Microsoft Excel workbook, this value correlates to the alphabetical character(s) for a column identifier, for example: 1 for column A, 2 for column B, and so on.

iv_columnname TYPE /AWS1/MA2__STRING /AWS1/MA2__STRING

The name of the column that contains the sensitive data, if available.

iv_row TYPE /AWS1/MA2__LONG /AWS1/MA2__LONG

The row number of the row that contains the sensitive data.


Queryable Attributes

cellReference

The location of the cell, as an absolute cell reference, that contains the sensitive data, for example Sheet2!C5 for cell C5 on Sheet2 in a Microsoft Excel workbook. This value is null for CSV and TSV files.

Accessible with the following methods

Method Description
GET_CELLREFERENCE() Getter for CELLREFERENCE, with configurable default
ASK_CELLREFERENCE() Getter for CELLREFERENCE w/ exceptions if field has no value
HAS_CELLREFERENCE() Determine if CELLREFERENCE has a value

column

The column number of the column that contains the sensitive data. For a Microsoft Excel workbook, this value correlates to the alphabetical character(s) for a column identifier, for example: 1 for column A, 2 for column B, and so on.

Accessible with the following methods

Method Description
GET_COLUMN() Getter for COLUMN, with configurable default
ASK_COLUMN() Getter for COLUMN w/ exceptions if field has no value
HAS_COLUMN() Determine if COLUMN has a value

columnName

The name of the column that contains the sensitive data, if available.

Accessible with the following methods

Method Description
GET_COLUMNNAME() Getter for COLUMNNAME, with configurable default
ASK_COLUMNNAME() Getter for COLUMNNAME w/ exceptions if field has no value
HAS_COLUMNNAME() Determine if COLUMNNAME has a value

row

The row number of the row that contains the sensitive data.

Accessible with the following methods

Method Description
GET_ROW() Getter for ROW, with configurable default
ASK_ROW() Getter for ROW w/ exceptions if field has no value
HAS_ROW() Determine if ROW 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_CELLS

TYPES TT_CELLS TYPE STANDARD TABLE OF REF TO /AWS1/CL_MA2CELL WITH DEFAULT KEY
.