Skip to content

/AWS1/CL_PIP=>PUTAPPROVALRESULT()

About PutApprovalResult

Provides the response to a manual approval request to CodePipeline. Valid responses include Approved and Rejected.

Method Signature

IMPORTING

Required arguments:

IV_PIPELINENAME TYPE /AWS1/PIPPIPELINENAME /AWS1/PIPPIPELINENAME

The name of the pipeline that contains the action.

IV_STAGENAME TYPE /AWS1/PIPSTAGENAME /AWS1/PIPSTAGENAME

The name of the stage that contains the action.

IV_ACTIONNAME TYPE /AWS1/PIPACTIONNAME /AWS1/PIPACTIONNAME

The name of the action for which approval is requested.

IO_RESULT TYPE REF TO /AWS1/CL_PIPAPPROVALRESULT /AWS1/CL_PIPAPPROVALRESULT

Represents information about the result of the approval request.

IV_TOKEN TYPE /AWS1/PIPAPPROVALTOKEN /AWS1/PIPAPPROVALTOKEN

The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState action. It is used to validate that the approval request corresponding to this token is still valid.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_PIPPUTAPPROVALRSLTOUT /AWS1/CL_PIPPUTAPPROVALRSLTOUT