Skip to content

/AWS1/CL_BDOCOMPONENTCONF

The configuration for a component within a configuration bundle. The component type is inferred from the component identifier ARN.

CONSTRUCTOR

IMPORTING

Required arguments:

io_configuration TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT

The configuration values as a flexible JSON document.


Queryable Attributes

configuration

The configuration values as a flexible JSON document.

Accessible with the following methods

Method Description
GET_CONFIGURATION() Getter for CONFIGURATION, with configurable default
ASK_CONFIGURATION() Getter for CONFIGURATION w/ exceptions if field has no value
HAS_CONFIGURATION() Determine if CONFIGURATION 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_COMPONENTCONFIGURATIONMAP

TYPES TT_COMPONENTCONFIGURATIONMAP TYPE HASHED TABLE OF /AWS1/CL_BDOCOMPONENTCONF=>TS_COMPONENTCONFMAP_MAPROW WITH UNIQUE KEY key
.

TS_COMPONENTCONFMAP_MAPROW

TYPES: BEGIN OF TS_COMPONENTCONFMAP_MAPROW,
  key TYPE /AWS1/BDOCOMPONENTIDENTIFIER,
  value TYPE REF TO /AWS1/CL_BDOCOMPONENTCONF,
END OF TS_COMPONENTCONFMAP_MAPROW.