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

about function groups and includes?

Former Member
0 Likes
458

I ahve created 1 function groupa nd module

then id int keep any thing in function module like tables,impot..exportsourcecode

i dint fill ..when im checking for errors its showing nothing but when activating its saying "report stmt is missing"

y this happening?

about includes..

I wanted to include one in other include

when im im wriitng select stmt in second include the error is

"stmt is not accessble"

pls clarify my doubts as soon as possible

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
435

Hi,

When ever you execute or check it will give "report stmt is missing" so you need to use this includes in report program only.

For include in which select is there also need to keep in report program.

You cannot execute include/module pool pragram

regards,

Sreevani

3 REPLIES 3
Read only

Former Member
0 Likes
435

1. Double click on the error and checkout the line where it is happening , may be that error is from someother program which you had created

Message was edited by:

Chandrasekhar Jagarlamudi

Read only

Former Member
0 Likes
435

Hi,

Save teh function module without any code . Once you have the interface parameters defined, then activate. .

If you write a select that is never going to be called, then it will give that error.

If the include that is out side is a Report type program, then you can do that.

Regards,

Ravi

Read only

Former Member
0 Likes
436

Hi,

When ever you execute or check it will give "report stmt is missing" so you need to use this includes in report program only.

For include in which select is there also need to keep in report program.

You cannot execute include/module pool pragram

regards,

Sreevani