Skip to content

/AWS1/CL_CRMQUERYCONSTRAINT

Provides any necessary query constraint information.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_requireoverlap TYPE REF TO /AWS1/CL_CRMQUERYCNSREQUIREO00 /AWS1/CL_CRMQUERYCNSREQUIREO00

An array of column names that specifies which columns are required in the JOIN statement.


Queryable Attributes

requireOverlap

An array of column names that specifies which columns are required in the JOIN statement.

Accessible with the following methods

Method Description
GET_REQUIREOVERLAP() Getter for REQUIREOVERLAP

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_QUERYCONSTRAINTLIST

TYPES TT_QUERYCONSTRAINTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRMQUERYCONSTRAINT WITH DEFAULT KEY
.