SAP ABAP Message Class 5P Message Number 421 (& Beginning 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 421  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
& Beginning of function & missing
Help Document

Diagnosis

You have tried to end a logical block with a function. However, the logical block has not yet been started. Logical blocks represent the functions

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

Example:
.
.
ENDIF

Procedure

Example:

You have forgotten to start the logical block IF ... ENDIF with IF.

Insert the correct function.

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