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: 

about function groups and includes?

Former Member
0 Kudos

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

former_member635028
Active Participant
0 Kudos

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

Former Member
0 Kudos

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

former_member181962
Active Contributor
0 Kudos

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

former_member635028
Active Participant
0 Kudos

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