Skip to content

/AWS1/CL_BDAMETADATAATTRVALUE

Contains the value of the metadata attribute. Choose a type and include the field that corresponds to it.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_type TYPE /AWS1/BDAMETADATAVALUETYPE /AWS1/BDAMETADATAVALUETYPE

The type of the metadata attribute.

Optional arguments:

iv_numbervalue TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The value of the numeric metadata attribute.

iv_booleanvalue TYPE /AWS1/BDABOOLEAN /AWS1/BDABOOLEAN

The value of the Boolean metadata attribute.

iv_stringvalue TYPE /AWS1/BDASTRINGVALUE /AWS1/BDASTRINGVALUE

The value of the string metadata attribute.

it_stringlistvalue TYPE /AWS1/CL_BDASTRINGLISTVALUE_W=>TT_STRINGLISTVALUE TT_STRINGLISTVALUE

An array of strings that define the value of the metadata attribute.


Queryable Attributes

type

The type of the metadata attribute.

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

numberValue

The value of the numeric metadata attribute.

Accessible with the following methods

Method Description
GET_NUMBERVALUE() Getter for NUMBERVALUE, with configurable default
ASK_NUMBERVALUE() Getter for NUMBERVALUE w/ exceptions if field has no value
STR_NUMBERVALUE() String format for NUMBERVALUE, with configurable default
HAS_NUMBERVALUE() Determine if NUMBERVALUE has a value

booleanValue

The value of the Boolean metadata attribute.

Accessible with the following methods

Method Description
GET_BOOLEANVALUE() Getter for BOOLEANVALUE, with configurable default
ASK_BOOLEANVALUE() Getter for BOOLEANVALUE w/ exceptions if field has no value
HAS_BOOLEANVALUE() Determine if BOOLEANVALUE has a value

stringValue

The value of the string metadata attribute.

Accessible with the following methods

Method Description
GET_STRINGVALUE() Getter for STRINGVALUE, with configurable default
ASK_STRINGVALUE() Getter for STRINGVALUE w/ exceptions if field has no value
HAS_STRINGVALUE() Determine if STRINGVALUE has a value

stringListValue

An array of strings that define the value of the metadata attribute.

Accessible with the following methods

Method Description
GET_STRINGLISTVALUE() Getter for STRINGLISTVALUE, with configurable default
ASK_STRINGLISTVALUE() Getter for STRINGLISTVALUE w/ exceptions if field has no val
HAS_STRINGLISTVALUE() Determine if STRINGLISTVALUE has a value