I am encountering an error when I am running F110 transaction. Its a short dump with description Syntax error ....
Runtime Errors SYNTAX_ERROR
Date and Time 15.07.2008 12:29:15
Short text
Syntax error in program "ZFIF_RFFOEDI1 ".
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPF110V" had to be terminated because it
come across a statement that unfortunately cannot be executed.
The following syntax error occurred in program "ZFIF_RFFOEDI1 " in
"RFFORI99 " in
line 828:
"Field "FLG_ACC_TECH" is unknown. It is neither in one of the speci
" tables nor defined by a "DATA" statement. ."
" "
" "
The include has been created and last changed by:
Created by: "SAP "
Last changed by: "SAP "
Error in the ABAP Application Program
The current ABAP program "SAPF110V" had to be terminated because it
come across a statement that unfortunately cannot be executed.
Error analysis
The following syntax error was found in the program ZFIF_RFFOEDI1 :
"Field "FLG_ACC_TECH" is unknown. It is neither in one of the specified
" tables nor defined by a "DATA" statement. ."
" "
" "
gger Location of Runtime Error
Program SAPF110V
Include F110VI00
Row 1,457
Module type (MODULE PAI)
Module Name JOB_VORBEREITUNG
rce Code Extract
e SourceCde
27 USER SY-UNAME
28 VIA JOB JOBNAME NUMBER JOBCOUNT
29 WITH PARLAUFD = F110V-LAUFD
30 WITH PARLAUFI = F110V-LAUFI
31 WITH PARXVORL = XVORL.
32
33 *------- Mit Druckprogrammen ? -
34 IF F110V-XMITD NE SPACE.
35 SUBMIT SAPFPAYM_SCHEDULE AND RETURN
36 USER SY-UNAME
37 VIA JOB JOBNAME NUMBER JOBCOUNT
38 WITH P_LAUFD = F110V-LAUFD
39 WITH P_LAUFI = F110V-LAUFI
Any suggestions or any Snote for the same..
Raghav