Skip to content

/AWS1/CL_M2_RECORDLENGTH

The length of the records in the data set.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_min TYPE /AWS1/M2_INTEGER /AWS1/M2_INTEGER

The minimum record length of a record.

iv_max TYPE /AWS1/M2_INTEGER /AWS1/M2_INTEGER

The maximum record length. In case of fixed, both minimum and maximum are the same.


Queryable Attributes

min

The minimum record length of a record.

Accessible with the following methods

Method Description
GET_MIN() Getter for MIN

max

The maximum record length. In case of fixed, both minimum and maximum are the same.

Accessible with the following methods

Method Description
GET_MAX() Getter for MAX