Skip to content

/AWS1/CL_PTBAMENDMENT

Represents a specific change to be made to a benefit application field.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_fieldpath TYPE /AWS1/PTBSTRING /AWS1/PTBSTRING

The JSON path or field identifier specifying which field in the benefit application to modify.

iv_newvalue TYPE /AWS1/PTBSTRING /AWS1/PTBSTRING

The new value to set for the specified field in the benefit application.


Queryable Attributes

FieldPath

The JSON path or field identifier specifying which field in the benefit application to modify.

Accessible with the following methods

Method Description
GET_FIELDPATH() Getter for FIELDPATH, with configurable default
ASK_FIELDPATH() Getter for FIELDPATH w/ exceptions if field has no value
HAS_FIELDPATH() Determine if FIELDPATH has a value

NewValue

The new value to set for the specified field in the benefit application.

Accessible with the following methods

Method Description
GET_NEWVALUE() Getter for NEWVALUE, with configurable default
ASK_NEWVALUE() Getter for NEWVALUE w/ exceptions if field has no value
HAS_NEWVALUE() Determine if NEWVALUE 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_AMENDMENTLIST

TYPES TT_AMENDMENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PTBAMENDMENT WITH DEFAULT KEY
.