Skip to content

/AWS1/CL_AUM=>CREATEASSESSMENTREPORT()

About CreateAssessmentReport

Creates an assessment report for the specified assessment.

Method Signature

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/AUMASSESSMENTREPORTNAME /AWS1/AUMASSESSMENTREPORTNAME

The name of the new assessment report.

IV_ASSESSMENTID TYPE /AWS1/AUMUUID /AWS1/AUMUUID

The identifier for the assessment.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/AUMASSESSMENTREPORTDESC /AWS1/AUMASSESSMENTREPORTDESC

The description of the assessment report.

IV_QUERYSTATEMENT TYPE /AWS1/AUMQUERYSTATEMENT /AWS1/AUMQUERYSTATEMENT

A SQL statement that represents an evidence finder query.

Provide this parameter when you want to generate an assessment report from the results of an evidence finder search query. When you use this parameter, Audit Manager generates a one-time report using only the evidence from the query output. This report does not include any assessment evidence that was manually added to a report using the console, or associated with a report using the API.

To use this parameter, the enablementStatus of evidence finder must be ENABLED.

For examples and help resolving queryStatement validation exceptions, see Troubleshooting evidence finder issues in the Audit Manager User Guide.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_AUMCREASSESSMENTRPT01 /AWS1/CL_AUMCREASSESSMENTRPT01