/AWS1/CL_CMTDELETEFILEENTRY¶
A file that is deleted as part of a commit.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_FILEPATH
TYPE /AWS1/CMTPATH
/AWS1/CMTPATH
¶
The full path of the file to be deleted, including the name of the file.
Queryable Attributes¶
filePath¶
The full path of the file to be deleted, including the name of the file.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FILEPATH() |
Getter for FILEPATH, with configurable default |
ASK_FILEPATH() |
Getter for FILEPATH w/ exceptions if field has no value |
HAS_FILEPATH() |
Determine if FILEPATH 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_DELETEFILEENTRIES
¶
TYPES TT_DELETEFILEENTRIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_CMTDELETEFILEENTRY WITH DEFAULT KEY
.