Application Development 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: 

Error in ZRLB_INVOICE program

Former Member
0 Kudos

Hi;

This program has been working Ok, sudenly it shows this error message:

The following syntax error occurred in the program /1BCDWB/SAPLSF00000026 :

""KONV" has already been declared."

The following syntax error occurred in program "/1BCDWB/SAPLSF00000026 " in

include "/1BCDWB/LSF00000026F01 " in

""KONV" has already been declared."

But i haven't modified nothing, i have not added KONV table, so i don't know why it displays thie error message..

With SE37 a look for this /1BCDWB/SAPLSF00000026 and it doesn't exists.

  • call smartform invoice

CALL FUNCTION lf_fm_name "here is where the error is Marked.

EXPORTING

What is wrong with this.

Thanks on advance for any help.

David Fúnez

Corp. Mandofer/Asin

Tegucigalpa, Honduras

Edited by: David Funez on May 13, 2008 11:55 AM

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

Acutally, this error is coming from your Smartform. Check the smartform which is being called by the Z program.

In the Smartform, KONP has been declared twice. Remove one and try to regenerate it .

Regards,

Naimesh Patel

1 REPLY 1

naimesh_patel
Active Contributor
0 Kudos

Acutally, this error is coming from your Smartform. Check the smartform which is being called by the Z program.

In the Smartform, KONP has been declared twice. Remove one and try to regenerate it .

Regards,

Naimesh Patel