SAP ABAP Message Class 5P Message Number 419 (& The corresponding function for & is in schema &)
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 419  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
& The corresponding function for & is in schema &
Help Document

Diagnosis

You have tried to end a logical block with a function. However, the function that started the logical block is in a different schema. Logical blocks represent the functions

  • IF ... ELSE ... ENDIF and
  • LPBEG ... LPEND.

Example:
Schema BSPL:
COPY BSP1.
COPY BSP2.

Schema BSP1: Schema BSP2:
. .
. ENDIF
IF .
. .

The above setup is not allowed because there is no logical connection between the schemas BSP1 and BSP2.

Procedure

Rearrange the schemas so that the logical blocks are clearly visible.

Example:
Schema BSPL:
.
IF
COPY BSP1
ENDIF
.

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