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: 

Include problem ?

Former Member
0 Kudos

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

Former Member
0 Kudos

Well put them somewhere else in the code then.

Former Member
0 Kudos

Hi,

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

Thanks,

Sriram Ponna.

Former Member
0 Kudos

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.....:)