|
Diagnosis The function module GET_PRINT_PARAMETERS is responsible forascertaining and returning print parameters. Because the parameter forthe return of the print parameters (OUT_PARAMETERS) was not specified,the current call is pointless. System Response A short dump was triggered to avoid followup errors. Procedure Add the IMPORTING parameter OUT_PARAMETERS to the call ofGET_PRINT_PARAMETERS. |