Skip to content

/AWS1/CL_BDZPROPERTYPARAMETERS

Contains the parameters in the request body.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_properties TYPE /AWS1/CL_BDZPARAMETER=>TT_PARAMETERLIST TT_PARAMETERLIST

A list of parameters in the request body.


Queryable Attributes

properties

A list of parameters in the request body.

Accessible with the following methods

Method Description
GET_PROPERTIES() Getter for PROPERTIES, with configurable default
ASK_PROPERTIES() Getter for PROPERTIES w/ exceptions if field has no value
HAS_PROPERTIES() Determine if PROPERTIES has a value

Public Local Types In This Class

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

TS_APICONTENTMAP_MAPROW

TYPES: BEGIN OF TS_APICONTENTMAP_MAPROW,
  key TYPE /AWS1/BDZSTRING,
  value TYPE REF TO /AWS1/CL_BDZPROPERTYPARAMETERS,
END OF TS_APICONTENTMAP_MAPROW.

TT_APICONTENTMAP

TYPES TT_APICONTENTMAP TYPE HASHED TABLE OF /AWS1/CL_BDZPROPERTYPARAMETERS=>TS_APICONTENTMAP_MAPROW WITH UNIQUE KEY key
.