/AWS1/CL_AG2PRODPAGESUMMNOBODY¶
Represents a product page summary without listing any page content.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_lastmodified TYPE /AWS1/AG2__TIMESTAMPISO8601 /AWS1/AG2__TIMESTAMPISO8601¶
The timestamp when the product page was last modified.
iv_pagetitle TYPE /AWS1/AG2__STRINGMIN1MAX255 /AWS1/AG2__STRINGMIN1MAX255¶
The page title.
iv_productpagearn TYPE /AWS1/AG2__STRINGMIN20MAX2048 /AWS1/AG2__STRINGMIN20MAX2048¶
The ARN of the product page.
iv_productpageid TYPE /AWS1/AG2__STRMIN10MAX30PATA00 /AWS1/AG2__STRMIN10MAX30PATA00¶
The product page identifier.
Queryable Attributes¶
LastModified¶
The timestamp when the product page was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIED() |
Getter for LASTMODIFIED, with configurable default |
ASK_LASTMODIFIED() |
Getter for LASTMODIFIED w/ exceptions if field has no value |
HAS_LASTMODIFIED() |
Determine if LASTMODIFIED has a value |
PageTitle¶
The page title.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAGETITLE() |
Getter for PAGETITLE, with configurable default |
ASK_PAGETITLE() |
Getter for PAGETITLE w/ exceptions if field has no value |
HAS_PAGETITLE() |
Determine if PAGETITLE has a value |
ProductPageArn¶
The ARN of the product page.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRODUCTPAGEARN() |
Getter for PRODUCTPAGEARN, with configurable default |
ASK_PRODUCTPAGEARN() |
Getter for PRODUCTPAGEARN w/ exceptions if field has no valu |
HAS_PRODUCTPAGEARN() |
Determine if PRODUCTPAGEARN has a value |
ProductPageId¶
The product page identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRODUCTPAGEID() |
Getter for PRODUCTPAGEID, with configurable default |
ASK_PRODUCTPAGEID() |
Getter for PRODUCTPAGEID w/ exceptions if field has no value |
HAS_PRODUCTPAGEID() |
Determine if PRODUCTPAGEID 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___LISTOFPRODPAGESUMMNOBODY¶
TYPES TT___LISTOFPRODPAGESUMMNOBODY TYPE STANDARD TABLE OF REF TO /AWS1/CL_AG2PRODPAGESUMMNOBODY WITH DEFAULT KEY
.