SAP ABAP Message Class BL Message Number 205 (Parameters inconsistent (see long text))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BAL (Application Component) Basis Application Log
     SZAL_COMMON (Package) Generally-Available Objects
Attribute
Message class BL  
Short Description Application Log    
Message Number 205  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20110908   
Message Text
Parameters inconsistent (see long text)
Help Document

Diagnosis

You tried to create parameters for a log or message.

This was not possible because the parameters specified did not satisfy certain 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) and CALLBACK-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)

Procedure for System Administration

History
Last changed on/by 20140121  SAP 
SAP Release Created in