/AWS1/CL_BDCBATCHDELMEMRECSOUT¶
BatchDeleteMemoryRecordsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_successfulrecords TYPE /AWS1/CL_BDCMEMORYRECORDOUTPUT=>TT_MEMORYRECORDSOUTPUTLIST TT_MEMORYRECORDSOUTPUTLIST¶
A list of memory records that were successfully deleted during the batch operation.
it_failedrecords TYPE /AWS1/CL_BDCMEMORYRECORDOUTPUT=>TT_MEMORYRECORDSOUTPUTLIST TT_MEMORYRECORDSOUTPUTLIST¶
A list of memory records that failed to be deleted, including error details for each failure.
Queryable Attributes¶
successfulRecords¶
A list of memory records that were successfully deleted during the batch operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSFULRECORDS() |
Getter for SUCCESSFULRECORDS, with configurable default |
ASK_SUCCESSFULRECORDS() |
Getter for SUCCESSFULRECORDS w/ exceptions if field has no v |
HAS_SUCCESSFULRECORDS() |
Determine if SUCCESSFULRECORDS has a value |
failedRecords¶
A list of memory records that failed to be deleted, including error details for each failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDRECORDS() |
Getter for FAILEDRECORDS, with configurable default |
ASK_FAILEDRECORDS() |
Getter for FAILEDRECORDS w/ exceptions if field has no value |
HAS_FAILEDRECORDS() |
Determine if FAILEDRECORDS has a value |