SAP ABAP Message Class 5P Message Number 422 (& End of function & missing)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PA-PA (Application Component) Personnel Administration
     PBAS (Package) SAP HR Master Data Application Development
Attribute
Message class 5P  
Short Description Error Messages for Schema, Pers.Calc.Rule and Feature Checks    
Message Number 422  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
& End of function & missing
Help Document

Diagnosis

You have tried to start a logical block with a function. However, this logical block has not yet ended. Logical blocks represent the functions

  • IF ... ELSE ... ENDIF or
  • LPBEG ... LPEND.

Example:

IF
.
.

Procedure

Example:

You have forgotten to end the function IF with ENDIF.

Insert the correct function.

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