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

Issue regardin the function group runtime error.

Former Member
0 Likes
832

Hi experts,

actulay i given the acces key for function group SVIM at the time of saving it asking the package but i given the Zpackage by mistake. after that when i am trying to access transection SE03 and SE80 it is giving the shortdump, the error message is below one.

The following syntax error occurred in program "SAPLSDC_MIME " in include

"LSVIMDAT " in

line 1:

"Each ABAP program can contain only one "REPORT", "PROGRAM", or "FUNCTI"

"ON-POOL". statement."

Regards,

Rajasekhar.D.

3 REPLIES 3
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
688

Check your Function group and you have either 2 function pool statements or Report statements.

Read only

Former Member
0 Likes
688

Hi,

Check the include "LSVIMDAT" and check whether there any statements like "REPORT", "PROGRAM" at the top line.

Thanks & Regards,

Harish

Read only

SujeetMishra
Active Contributor
0 Likes
688

Hi,

In Include LSVIMDAT, check whether you have written any Report or Function-Pool two times? It should be only Include program. also save in package SVIM.

Regards,

Sujeet