SAP ABAP Message Class 5P Message Number 423 (& Processing block & must be preceded by the end of function &)
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 423  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
& Processing block & must be preceded by the end of function &
Help Document

Diagnosis

You have ended a processing block with the function 'X' or started one with EOS or XCAEV. However, a logical block which was started with the function 'Y' has not been completed in this processing block or in the functions EOS or XCAEV.

Functions for classifying processing blocks for
Payroll accounting program classes:

  • GRBEG ... GREND,
  • NTBEG ... NTEND,
  • XCAEV ...,
  • EOS ...

Time management program classes

  • BINI ... EINI,
  • BDAY ... EDAY,
  • BEND ... EEnd.

The following functions represent logical blocks

  • IF ... ELSE ... ENDIF or
  • LPBEG ... LPEND
    Example 1: Example 2:

    GRBEG .
    . .
    IF (Function Y) IF
    . .
    . .
    GREND (Function X) EOS

Procedure

Example:

You have forgotten to end the IF function with ENDIF.

Insert the correct function before the end of the processing block or before the function EOS.

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