/AWS1/CL_BIILISTPROCPORTALSRSP¶
ListProcurementPortalsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_procurementportals TYPE /AWS1/CL_BIIPROCUREMENTPORTAL=>TT_PROCUREMENTPORTALS TT_PROCUREMENTPORTALS¶
The list of procurement portals available for configuration.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BIIBASICSTRWITHOUTSPACE /AWS1/BIIBASICSTRWITHOUTSPACE¶
The token to use to retrieve the next set of results, or null if there are no more results.
Queryable Attributes¶
ProcurementPortals¶
The list of procurement portals available for configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROCUREMENTPORTALS() |
Getter for PROCUREMENTPORTALS, with configurable default |
ASK_PROCUREMENTPORTALS() |
Getter for PROCUREMENTPORTALS w/ exceptions if field has no |
HAS_PROCUREMENTPORTALS() |
Determine if PROCUREMENTPORTALS has a value |
NextToken¶
The token to use to retrieve the next set of results, or null if there are no more results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |