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

Using the same top include of a function group inside a report

Former Member
0 Likes
705

I have a function group .

I want my report to use the top include of the function group.

Is this possible.How?

I tried the use the include statement inside report it didnt work...

1 ACCEPTED SOLUTION
Read only

MarcinPciak
Active Contributor
0 Likes
472

TOP INCLUDE of FG starts with FUNCTION-POOL statement, hence you ge the error.

Solution: create new include to encapsulate your definitions there, then include it in TOP INCLUDE of FG + your program.

Regards

Marcin

2 REPLIES 2
Read only

MarcinPciak
Active Contributor
0 Likes
473

TOP INCLUDE of FG starts with FUNCTION-POOL statement, hence you ge the error.

Solution: create new include to encapsulate your definitions there, then include it in TOP INCLUDE of FG + your program.

Regards

Marcin

Read only

Former Member
0 Likes
472

Use INCLUDE name_of_include in your report