- 1. ABAP/4 runtime error CONVERT_NO_NUMBER occurs in program SAPFGSB0, in FORM routine E90_REPLACE_GLOBAL.
"&3AAAF1 " cannot be interpreted as a number.
According to the short dump, field TVAR-FROM had a value starting with "&3" at the date of termination.
Other possible errors:
- Field TVAR-TO instead of TVAR-FROM
- Contents start with '3'
- 2. When the evaluation is generated or executed, the system displays message:
Syntax error in program JggggmmS (gggg = report group, mm = client)
Format of "'" is incorrect (message number ED500)
In the source code, a syntax error in the DATA segment is reported. The criticized line contains 'ÿÿÿÿÿÿÿÿÿÿ' or '#########'.
Incorrect entries exit in table T802G (generated by a program error).
SolutionRun ABAP/4 program RMCS802G in any client (the entries will be repaired in all clients).
No comments:
Post a Comment