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 program error

Former Member
0 Likes
497

Hello to all,

I am including one program to my main program. itab is defined in include program.

I am reading itab in main program using 'read table itab index x'.

but after executing main program there is error that this statement is not accessible.

can u tell me ?

Thanks a lot.

Regards.

3 REPLIES 3
Read only

Former Member
0 Likes
474

Hi,

Try to declare the itab in Top Include.

Regards,

Abhishek

Read only

Former Member
0 Likes
474

Is this include program statment before your read statment? how are you calculating the index?

Read only

0 Likes
474

Thanks for reply.

data is filled in itab in include program .

& reading in main program with index .