Skip to content

/AWS1/CL_BDZRETRIEVALRSCONTC00

Contains information about a column with a cell to return in retrieval.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_columnname TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING

The name of the column.

iv_columnvalue TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING

The value in the column.

iv_type TYPE /AWS1/BDZRETRIEVALRSCONTCOLU00 /AWS1/BDZRETRIEVALRSCONTCOLU00

The data type of the value.


Queryable Attributes

columnName

The name of the column.

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

columnValue

The value in the column.

Accessible with the following methods

Method Description
GET_COLUMNVALUE() Getter for COLUMNVALUE, with configurable default
ASK_COLUMNVALUE() Getter for COLUMNVALUE w/ exceptions if field has no value
HAS_COLUMNVALUE() Determine if COLUMNVALUE has a value

type

The data type of the value.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE 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_RETRIEVALRESULTCONTENTROW

TYPES TT_RETRIEVALRESULTCONTENTROW TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDZRETRIEVALRSCONTC00 WITH DEFAULT KEY
.