SAP Message PT022 - Specification of the parameter VALID is obligatory

Diagnosis
Function module GET_PRINT_PARAMETERS determines whether the user dialoghas been canceled, making the print parameters (OUT_PARAMETERS)invalid. However, the parameter which it uses to do this, VALID, wasnot passed. This makes the function call meaningless.

System Response
The system triggers a short dump to prevent any consequential errors.

Procedure
Add the IMPORTING parameter VALID to the GET_PRINT_PARAMETERS call, andquery its value after the function module has been processed.