SAP ABAP Message Class 5P Message Number 425 (& Processing block & is in the wrong order)
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 425  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
& Processing block & is in the wrong order
Help Document

Diagnosis

Functions for classifying processing blocks for the
Payroll accounting program class
GRBEG ... GREND,
NTBEG ... NTEND,
XCAEV ...,
EOS ...
Time Management program class
BINI ... EINI,
BDAY ... EDAY,
BEND ... EEND

These functions subdivide the schema into different sections which are processed separately. Each block has its own sequence. Permissible combinations are listed below.

Combinations for payroll accounting:

  • no processing blocks
  • .. EOS ..
  • GRBEG .. GREND NTBEG .. NTEND
  • GRBEG .. GREND NTBEG .. NTEND EOS ..

Combinations for payroll accounting and evaluation:

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

Combinations for time management:

  • BINI .. EINI BDAY .. EDAY BEND .. EEND
  • BINI .. EINI BDAY .. EDAY
  • BDAY .. EDAY BEND .. EEND
  • BDAY .. EDAY

Procedure

Rearrange the functions as required.

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