Skip to content

/AWS1/CL_CRMPROTECTEDQUERYDI01

Specifies where you'll distribute the results of your protected query. You must configure either an S3 destination or a collaboration member destination.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_s3 TYPE REF TO /AWS1/CL_CRMPROTECTEDQUERYS300 /AWS1/CL_CRMPROTECTEDQUERYS300

Contains the configuration to write the query results to S3.

io_member TYPE REF TO /AWS1/CL_CRMPROTECTEDQUERYME00 /AWS1/CL_CRMPROTECTEDQUERYME00

Contains configuration details for the protected query member output.


Queryable Attributes

s3

Contains the configuration to write the query results to S3.

Accessible with the following methods

Method Description
GET_S3() Getter for S3

member

Contains configuration details for the protected query member output.

Accessible with the following methods

Method Description
GET_MEMBER() Getter for MEMBER

Public Local Types In This Class

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

TT_PROTECTEDQUERYDISTRIBUTEO00

TYPES TT_PROTECTEDQUERYDISTRIBUTEO00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRMPROTECTEDQUERYDI01 WITH DEFAULT KEY
.