Skip to content

/AWS1/CL_BDCMETADATAVALUE

Value associated with the eventMetadata key.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_stringvalue TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

Value associated with the eventMetadata key.


Queryable Attributes

stringValue

Value associated with the eventMetadata key.

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_METADATAMAP

TYPES TT_METADATAMAP TYPE HASHED TABLE OF /AWS1/CL_BDCMETADATAVALUE=>TS_METADATAMAP_MAPROW WITH UNIQUE KEY key
.

TS_METADATAMAP_MAPROW

TYPES: BEGIN OF TS_METADATAMAP_MAPROW,
  key TYPE /AWS1/BDCMETADATAKEY,
  value TYPE REF TO /AWS1/CL_BDCMETADATAVALUE,
END OF TS_METADATAMAP_MAPROW.