Skip to content

/AWS1/CL_MGNMERGECONSTRUCT

A construct reference specifying the source segment and construct to merge.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_segmentid TYPE /AWS1/MGNSEGMENTID /AWS1/MGNSEGMENTID

The segment ID of the construct to merge.

iv_constructid TYPE /AWS1/MGNCONSTRUCTID /AWS1/MGNCONSTRUCTID

The construct ID to merge.


Queryable Attributes

segmentID

The segment ID of the construct to merge.

Accessible with the following methods

Method Description
GET_SEGMENTID() Getter for SEGMENTID, with configurable default
ASK_SEGMENTID() Getter for SEGMENTID w/ exceptions if field has no value
HAS_SEGMENTID() Determine if SEGMENTID has a value

constructID

The construct ID to merge.

Accessible with the following methods

Method Description
GET_CONSTRUCTID() Getter for CONSTRUCTID, with configurable default
ASK_CONSTRUCTID() Getter for CONSTRUCTID w/ exceptions if field has no value
HAS_CONSTRUCTID() Determine if CONSTRUCTID 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_MERGECONSTRUCTS

TYPES TT_MERGECONSTRUCTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_MGNMERGECONSTRUCT WITH DEFAULT KEY
.