‎2007 May 10 7:19 PM
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
‎2007 May 10 7:21 PM
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
‎2007 May 10 7:21 PM
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
‎2007 May 10 7:22 PM
‎2007 May 10 7:28 PM
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.
‎2007 May 10 7:36 PM
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®ards,
satya
‎2007 May 10 7:39 PM
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
‎2007 May 10 7:44 PM
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