SAP ABAP Message Class 5P Message Number 420 (& Beginning of function & or 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 | |
420 | |
| Documentation status | |||
| Authorization check Error Message | |||
| Changed On |
Message Text
& Beginning of function & or end of function & missing
Help Document
Diagnosis
You have tried to end a logical block with the function 'X'. However, the logical block that was started with the function 'Y' has not yet ended. Logical blocks represent the functions
- IF ... ELSE ... ENDIF or
- LPBEG ... LPEND.
Example:
IF (Function Y)
.
.
LPEND (Function X)
Procedure
This situation could have occurred because:
- You have forgotten to end the logical block IF .. ENDIF by placing ENDIF before LPEND.
- You have forgotten to begin the logical block LPBEG .. LPEND by placing LPBEG after IF.
Insert the required function.
History
| Last changed on/by | 19980407 | SAP | |
| SAP Release Created in |