You can get the syntax error in program “SAPLFILAHELP” while executing the SAP ABAP system measurement reports like RSUVM007, RSUVM008 or RSUVM077.In this case, you can implement the below SNOTE to solve the problem easily…
You jobs can be cancelled like below ;
You can see the runtime error message “DBSQL_SQL_ERROR” in the details of the cancelled job
In this case, “SYNTAX_ERROR” dumps can be seen in the ST22 transaction for the program “SAPLFILAHELP”
When we check the program via SE38 transaction, we can see the syntax errors like in the below picture ;
Solution is implementing the following SNOTE ;
2030242 – Syntax error in function module FILA_LIC_AUDIT_LEASITMS_COUNT
Now if we are going to check the related program again via transaction SE38, probably we don’t see any erroneous situation anymore…