Skip to content

/AWS1/CL_SRDBUCKETINFO

A container for the calculated facet values and counts.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_BUCKETS TYPE /AWS1/CL_SRDBUCKET=>TT_BUCKETLIST TT_BUCKETLIST

A list of the calculated facet values and counts.


Queryable Attributes

buckets

A list of the calculated facet values and counts.

Accessible with the following methods

Method Description
GET_BUCKETS() Getter for BUCKETS, with configurable default
ASK_BUCKETS() Getter for BUCKETS w/ exceptions if field has no value
HAS_BUCKETS() Determine if BUCKETS 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_FACETS

TYPES TT_FACETS TYPE HASHED TABLE OF /AWS1/CL_SRDBUCKETINFO=>TS_FACETS_MAPROW WITH UNIQUE KEY key
.

TS_FACETS_MAPROW

TYPES: BEGIN OF TS_FACETS_MAPROW,
key TYPE /AWS1/SRDSTRING,
value TYPE REF TO /AWS1/CL_SRDBUCKETINFO,
END OF TS_FACETS_MAPROW.