Diagnosis You tried to create parameters> for a log ormessage. This was not possible because the parameters specified did not satisfycertain requirements.System Response An error message was sent. Procedure Fill the parameters so that they satisfy the following conditions:
- Either the field ALTEXT or the callback routine CALLBACK is filled in
the structure. If both are empty, an error occurs.
- For CALLBACK:
CALLBACK-USEREXITT = ' ': the callback routine is a FORM. In this case, the fields CALLBACK-USEREXITP (program name) andCALLBACK-USEREXITF (form routine name) must be filled. CALLBACK-USEREXITT = 'F': the callback routine is a function module. In this case CALLBACK-USEREXITF must be filled (function module name)
|