Skip to content

/AWS1/CL_DEXSCHEMACHANGEDETS

Object encompassing information about a schema change to a single, particular field, a notification can have up to 100 of these.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/DEX__STRING /AWS1/DEX__STRING

Name of the changing field. This value can be up to 255 characters long.

iv_type TYPE /AWS1/DEXSCHEMACHANGETYPE /AWS1/DEXSCHEMACHANGETYPE

Is the field being added, removed, or modified?

Optional arguments:

iv_description TYPE /AWS1/DEX__STRING /AWS1/DEX__STRING

Description of what's changing about this field. This value can be up to 512 characters long.


Queryable Attributes

Name

Name of the changing field. This value can be up to 255 characters long.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

Type

Is the field being added, removed, or modified?

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

Description

Description of what's changing about this field. This value can be up to 512 characters long.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION 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_LISTOFSCHEMACHANGEDETAILS

TYPES TT_LISTOFSCHEMACHANGEDETAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DEXSCHEMACHANGEDETS WITH DEFAULT KEY
.