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

Regarding includes

Former Member
0 Likes
760

Hi frnds,

There is one TOP include in which one internal table is bein declared.

called as "IT_AB_CD". There is one more include in which a table is declared localy called "IT_A_B".

SO can we assing like this in the second include program.

IT_AB_CD[] = IT_A_B[].

As i have come thru a situation where i am getting error that " there is no field called "IT_AB_CD" but there is field called "IT_A_B".

SO FRNDS CAN ANYONE help me regarding this.

regards,

satya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
743

Hi Satya,

Open the program in se80 and do a syntax check for the main program. then you will not get this error.

Regards,

Ravi

6 REPLIES 6
Read only

Former Member
0 Likes
744

Hi Satya,

Open the program in se80 and do a syntax check for the main program. then you will not get this error.

Regards,

Ravi

Read only

Former Member
0 Likes
743

Hi,

Make sure the top include is generated??

Thanks,

Naren

Read only

Former Member
0 Likes
743

Save both your includes. Now, go to your main program. Save it and press activate button. In the popup window, select your includes and activate them together with your main program.

Read only

Former Member
0 Likes
743

So frnds,

thank u for giving valuable answers.

Again my doubt how to get the main program for those include program TOP as well as other include program.

thanks&regards,

satya

Read only

0 Likes
743

You can open the include or the top include in se38.

Then Click on the Display Object List Button on the application tool bar(CTRLSHIFTF5).

Then you can find the main program name.

Double click on the root node in the left hand side pane tree structure and do the syntax check.

regards,

ravi

Read only

0 Likes
743

So Ravi,

As u said that statement written second inculde is actullay not a syntax error , so if at all there is any Perform statement in which tables is used and in that table parameter "our first table IT_AB_DE" is used then also it will give error.

plzz suggest.

thnks,

satya