/AWS1/CL_TBDPATHMAPPINGRULE¶
The details of a source and destination path.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sourcepathformat TYPE /AWS1/TBDPATHFORMAT /AWS1/TBDPATHFORMAT¶
The source path format.
iv_sourcepath TYPE /AWS1/TBDSTRING /AWS1/TBDSTRING¶
The source path.
iv_destinationpath TYPE /AWS1/TBDSTRING /AWS1/TBDSTRING¶
The destination path.
Queryable Attributes¶
sourcePathFormat¶
The source path format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEPATHFORMAT() |
Getter for SOURCEPATHFORMAT, with configurable default |
ASK_SOURCEPATHFORMAT() |
Getter for SOURCEPATHFORMAT w/ exceptions if field has no va |
HAS_SOURCEPATHFORMAT() |
Determine if SOURCEPATHFORMAT has a value |
sourcePath¶
The source path.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEPATH() |
Getter for SOURCEPATH, with configurable default |
ASK_SOURCEPATH() |
Getter for SOURCEPATH w/ exceptions if field has no value |
HAS_SOURCEPATH() |
Determine if SOURCEPATH has a value |
destinationPath¶
The destination path.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONPATH() |
Getter for DESTINATIONPATH, with configurable default |
ASK_DESTINATIONPATH() |
Getter for DESTINATIONPATH w/ exceptions if field has no val |
HAS_DESTINATIONPATH() |
Determine if DESTINATIONPATH 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_PATHMAPPINGRULES¶
TYPES TT_PATHMAPPINGRULES TYPE STANDARD TABLE OF REF TO /AWS1/CL_TBDPATHMAPPINGRULE WITH DEFAULT KEY
.