Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP Dump Error

Former Member
0 Likes
1,313

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

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
874

It looks like, you have some problem with the VOFM routine.

Run the report RV80HGEN to activate include FV64ANNN.

Regards,

Naimesh Patel

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
875

It looks like, you have some problem with the VOFM routine.

Run the report RV80HGEN to activate include FV64ANNN.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
874

Hi

Thanks Problem Solved

Regards,

Mani