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 structure generating error after running upgrade

bryanjacobs
Participant
0 Likes
879
flat-structure.jpgHi guys

I had initially developed an A.L.V grid report which was working well before we ran an upgrade from E.H.P 4 to E.H.P 8 now my customized program is failing to work. Its saying that include structure must be flat.

Please find attached the error as i am not sure what it means.

regards

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
804

Use INCLUDE TYPE instead of INCLUDE STRUCTURE:

2 REPLIES 2
Read only

matt
Active Contributor
0 Likes
805

Use INCLUDE TYPE instead of INCLUDE STRUCTURE:

Read only

0 Likes
804

thank you mathew it worked! why did include type work ?