/AWS1/CL_PTS=>SUBMITOPPORTUNITY()
¶
About SubmitOpportunity¶
Use this action to submit an Opportunity that was previously created by partner for AWS review. After you perform this action, the Opportunity becomes non-editable until it is reviewed by AWS and has LifeCycle.ReviewStatus
as either Approved
or Action Required
.
Method Signature¶
IMPORTING¶
Required arguments:¶
iv_catalog
TYPE /AWS1/PTSCATALOGIDENTIFIER
/AWS1/PTSCATALOGIDENTIFIER
¶
Specifies the catalog related to the request. Valid values are:
AWS: Submits the opportunity request from the production AWS environment.
Sandbox: Submits the opportunity request from a sandbox environment used for testing or development purposes.
iv_identifier
TYPE /AWS1/PTSOPPORTUNITYIDENTIFIER
/AWS1/PTSOPPORTUNITYIDENTIFIER
¶
The identifier of the Opportunity previously created by partner and needs to be submitted.
iv_involvementtype
TYPE /AWS1/PTSSALESINVOLVEMENTTYPE
/AWS1/PTSSALESINVOLVEMENTTYPE
¶
Specifies the level of AWS sellers' involvement on the opportunity. Valid values:
Co-sell
: Indicates the user wants to co-sell with AWS. Share the opportunity with AWS to receive deal assistance and support.
For Visibility Only
: Indicates that the user does not need support from AWS Sales Rep. Share this opportunity with AWS for visibility only, you will not receive deal assistance and support.
Optional arguments:¶
iv_visibility
TYPE /AWS1/PTSVISIBILITY
/AWS1/PTSVISIBILITY
¶
Determines whether to restrict visibility of the opportunity from AWS sales. Default value is Full. Valid values:
Full
: The opportunity is fully visible to AWS sales.
Limited
: The opportunity has restricted visibility to AWS sales.
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~submitopportunity(
iv_catalog = |string|
iv_identifier = |string|
iv_involvementtype = |string|
iv_visibility = |string|
).