SAP Message 5P422 - & End of function & missing

Diagnosis
You have tried to start a logical block with a function. However, thislogical block has not yet ended.Logical blocks represent the functions

  • IF ... ELSE ... ENDIF or

  • LPBEG ... LPEND.

  • Example:
    IF
    .
    .

    Procedure
    Example:
    You have forgotten to end the function IF with ENDIF.
    Insert the correct function.