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

Include problem ?

Former Member
0 Likes
394

Hi,

I am using two include structure namely

INCLUDE 20.

INCLUDE 30. for inserting the header in a report.

I have inserted this two include program below the declaration part of codings.

But its shows error in assigning key values.in those two include programs.

But that include program working fine in other programs.

The problem here is where I have to put that two include program in my develpment.

Thanks,

Sakthi.C

3 REPLIES 3
Read only

Former Member
0 Likes
371

Well put them somewhere else in the code then.

Read only

Former Member
0 Likes
371

Hi,

You can include your include program after tables statement and before data declaration part in the report.

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
371

Right...there might be some code related to assigning values apart form declaration....

so try to include in END-OF-SELECTION.

I'm not sure.....:)