‎2009 Sep 24 4:58 PM
Hi ,
When i run T.Code : ME21N i am getting the following error message :
Short text
Syntax error in program "SAPLV61A ".
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLMEPO" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
The following syntax error occurred in program "SAPLV61A " in include "FV64ANNN
" in
line 130:
"INCLUDE report "FV64A370" not found."
" "
" "
" "
The include has been created and last changed by:
Created by: "CARPENTER "
Last changed by: "SAP "
Error analysis
The following syntax error was found in the program SAPLV61A :
"INCLUDE report "FV64A370" not found."
" "
" "
Source Code Extract
Line SourceCde
50
51 CHECK komp-mglme NE 0.
52 ------- Konditionen aufrufen -
53 ENHANCEMENT-SECTION PREISFINDUNG_01 SPOTS ES_MM06EFKO_PREISFINDUNG INCLUDE BOUND.
>>> CALL FUNCTION 'PRICING'
55 EXPORTING
56 calculation_type = prf_calct
57 comm_head_i = komk
58 comm_item_i = komp
59 IMPORTING
60 comm_head_e = komk
61 comm_item_e = komp
62 TABLES
63 tkomv = tkomv.
64 END-ENHANCEMENT-SECTION.
65
Please help me to solve this issue
Thanks & Regards,
Mani.
Moderator message - Please respect the 2,500 character maximum when posting. Post only the relevant portions of the dump
Edited by: Rob Burbank on Sep 24, 2009 12:01 PM
‎2009 Sep 24 5:03 PM
It looks like, you have some problem with the VOFM routine.
Run the report RV80HGEN to activate include FV64ANNN.
Regards,
Naimesh Patel
‎2009 Sep 24 5:03 PM
It looks like, you have some problem with the VOFM routine.
Run the report RV80HGEN to activate include FV64ANNN.
Regards,
Naimesh Patel
‎2009 Sep 24 5:11 PM