/AWS1/CL_LOCSRCHPLACEIDXFORP01¶
SearchPlaceIndexForPositionResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_summary TYPE REF TO /AWS1/CL_LOCSRCHPLACEIDXFORP02 /AWS1/CL_LOCSRCHPLACEIDXFORP02¶
Contains a summary of the request. Echoes the input values for
Position,Language,MaxResults, and theDataSourceof the place index.
it_results TYPE /AWS1/CL_LOCSRCHFORPOSITIONRS=>TT_SEARCHFORPOSITIONRESULTLIST TT_SEARCHFORPOSITIONRESULTLIST¶
Returns a list of Places closest to the specified position. Each result contains additional information about the Places returned.
Queryable Attributes¶
Summary¶
Contains a summary of the request. Echoes the input values for
Position,Language,MaxResults, and theDataSourceof the place index.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUMMARY() |
Getter for SUMMARY |
Results¶
Returns a list of Places closest to the specified position. Each result contains additional information about the Places returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULTS() |
Getter for RESULTS, with configurable default |
ASK_RESULTS() |
Getter for RESULTS w/ exceptions if field has no value |
HAS_RESULTS() |
Determine if RESULTS has a value |