Skip to content

/AWS1/CL_GMSSECTIONMOD

A single modification to the configuration section.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_SECTION TYPE /AWS1/GMSSECTIONNAME /AWS1/GMSSECTIONNAME

The name of the section to be modified.

IV_PATH TYPE /AWS1/GMSPATH /AWS1/GMSPATH

The path within the section content to be modified.

IV_OPERATION TYPE /AWS1/GMSOPERATION /AWS1/GMSOPERATION

The operation to be performed on a configuration section.

Content can be added, deleted, or replaced within a section.

Optional arguments:

IO_VALUE TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT

For add and replace operations, this is the value that will be used.

This field should be omitted for delete operations.


Queryable Attributes

Section

The name of the section to be modified.

Accessible with the following methods

Method Description
GET_SECTION() Getter for SECTION, with configurable default
ASK_SECTION() Getter for SECTION w/ exceptions if field has no value
HAS_SECTION() Determine if SECTION has a value

Path

The path within the section content to be modified.

Accessible with the following methods

Method Description
GET_PATH() Getter for PATH, with configurable default
ASK_PATH() Getter for PATH w/ exceptions if field has no value
HAS_PATH() Determine if PATH has a value

Operation

The operation to be performed on a configuration section.

Content can be added, deleted, or replaced within a section.

Accessible with the following methods

Method Description
GET_OPERATION() Getter for OPERATION, with configurable default
ASK_OPERATION() Getter for OPERATION w/ exceptions if field has no value
HAS_OPERATION() Determine if OPERATION has a value

Value

For add and replace operations, this is the value that will be used.

This field should be omitted for delete operations.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
HAS_VALUE() Determine if VALUE 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_SECTIONMODIFICATIONLIST

TYPES TT_SECTIONMODIFICATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GMSSECTIONMOD WITH DEFAULT KEY
.