Skip to content

/AWS1/CL_CRM=>CREATECOLLABORATION()

About CreateCollaboration

Creates a new collaboration.

Method Signature

IMPORTING

Required arguments:

IT_MEMBERS TYPE /AWS1/CL_CRMMEMBERSPEC=>TT_MEMBERLIST TT_MEMBERLIST

A list of initial members, not including the creator. This list is immutable.

IV_NAME TYPE /AWS1/CRMCOLLABORATIONNAME /AWS1/CRMCOLLABORATIONNAME

The display name for a collaboration.

IV_DESCRIPTION TYPE /AWS1/CRMCOLLABORATIONDESC /AWS1/CRMCOLLABORATIONDESC

A description of the collaboration provided by the collaboration owner.

IT_CREATORMEMBERABILITIES TYPE /AWS1/CL_CRMMEMBERABILITIES_W=>TT_MEMBERABILITIES TT_MEMBERABILITIES

The abilities granted to the collaboration creator.

IV_CREATORDISPLAYNAME TYPE /AWS1/CRMDISPLAYNAME /AWS1/CRMDISPLAYNAME

The display name of the collaboration creator.

IV_QUERYLOGSTATUS TYPE /AWS1/CRMCOLLABORATIONQUERYL00 /AWS1/CRMCOLLABORATIONQUERYL00

An indicator as to whether query logging has been enabled or disabled for the collaboration.

Optional arguments:

IO_DATAENCRYPTIONMETADATA TYPE REF TO /AWS1/CL_CRMDATAENCMETADATA /AWS1/CL_CRMDATAENCMETADATA

The settings for client-side encryption with Cryptographic Computing for Clean Rooms.

IT_TAGS TYPE /AWS1/CL_CRMTAGMAP_W=>TT_TAGMAP TT_TAGMAP

An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

IO_CREATORPAYMENTCONF TYPE REF TO /AWS1/CL_CRMPAYMENTCONF /AWS1/CL_CRMPAYMENTCONF

The collaboration creator's payment responsibilities set by the collaboration creator.

If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CRMCRECOLLABORATION01 /AWS1/CL_CRMCRECOLLABORATION01