/AWS1/CL_SSMINVDELSUMMARY¶
Information about the delete operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_totalcount
TYPE /AWS1/SSMTOTALCOUNT
/AWS1/SSMTOTALCOUNT
¶
The total number of items to delete. This count doesn't change during the delete operation.
iv_remainingcount
TYPE /AWS1/SSMREMAININGCOUNT
/AWS1/SSMREMAININGCOUNT
¶
Remaining number of items to delete.
it_summaryitems
TYPE /AWS1/CL_SSMINVDELSUMMARYITEM=>TT_INVENTORYDELSUMMARYITEMS
TT_INVENTORYDELSUMMARYITEMS
¶
A list of counts and versions for deleted items.
Queryable Attributes¶
TotalCount¶
The total number of items to delete. This count doesn't change during the delete operation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TOTALCOUNT() |
Getter for TOTALCOUNT |
RemainingCount¶
Remaining number of items to delete.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REMAININGCOUNT() |
Getter for REMAININGCOUNT |
SummaryItems¶
A list of counts and versions for deleted items.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SUMMARYITEMS() |
Getter for SUMMARYITEMS, with configurable default |
ASK_SUMMARYITEMS() |
Getter for SUMMARYITEMS w/ exceptions if field has no value |
HAS_SUMMARYITEMS() |
Determine if SUMMARYITEMS has a value |