/AWS1/CL_AMPDELETESCRAPERRSP¶
Represents the output of a DeleteScraper operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_scraperid TYPE /AWS1/AMPSCRAPERID /AWS1/AMPSCRAPERID¶
The ID of the scraper to delete.
io_status TYPE REF TO /AWS1/CL_AMPSCRAPERSTATUS /AWS1/CL_AMPSCRAPERSTATUS¶
The current status of the scraper.
Queryable Attributes¶
scraperId¶
The ID of the scraper to delete.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCRAPERID() |
Getter for SCRAPERID, with configurable default |
ASK_SCRAPERID() |
Getter for SCRAPERID w/ exceptions if field has no value |
HAS_SCRAPERID() |
Determine if SCRAPERID has a value |
status¶
The current status of the scraper.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |