Skip to content

/AWS1/CL_PTS=>REJECTENGAGEMENTINVITATION()

About RejectEngagementInvitation

This action rejects an EngagementInvitation that AWS shared. Rejecting an invitation indicates that the partner doesn't want to pursue the opportunity, and all related data will become inaccessible thereafter.

Method Signature

IMPORTING

Required arguments:

iv_catalog TYPE /AWS1/PTSCATALOGIDENTIFIER /AWS1/PTSCATALOGIDENTIFIER

This is the catalog that's associated with the engagement invitation. Acceptable values are AWS or Sandbox, and these values determine the environment in which the opportunity is managed.

iv_identifier TYPE /AWS1/PTSENGAGEMENTINVITATIO00 /AWS1/PTSENGAGEMENTINVITATIO00

This is the unique identifier of the rejected EngagementInvitation. Providing the correct identifier helps to ensure that the intended invitation is rejected.

Optional arguments:

iv_rejectionreason TYPE /AWS1/PTSREJECTIONREASONSTRING /AWS1/PTSREJECTIONREASONSTRING

This describes the reason for rejecting the engagement invitation, which helps AWS track usage patterns. Acceptable values include the following:

  • Customer problem unclear: The customer's problem isn't understood.

  • Next steps unclear: The next steps required to proceed aren't understood.

  • Unable to support: The partner is unable to provide support due to resource or capability constraints.

  • Duplicate of partner referral: The opportunity is a duplicate of an existing referral.

  • Other: Any reason not covered by other values.

Examples

Syntax Example

This is an example of the syntax for calling the method. It includes every possible argument and initializes every possible value. The data provided is not necessarily semantically accurate (for example the value "string" may be provided for something that is intended to be an instance ID, or in some cases two arguments may be mutually exclusive). The syntax shows the ABAP syntax for creating the various data structures.

lo_client->/aws1/if_pts~rejectengagementinvitation(
  iv_catalog = |string|
  iv_identifier = |string|
  iv_rejectionreason = |string|
).