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: 

SAP Query

Former Member
0 Kudos
136

Hi,

can anyone help me in SAP query

In already existing data retrieval program i made the changes and went to sq01 and i did adjust and generated a program

when i tried to execute

In that generated program its showing me a error that "ANLA table already declared "

can anyone tell me how to rectify this?

thanks & regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos
115

Hi Azhar,

You have tried to declare an internal table ANLA which is already declared.

Just remove your data declaration of ANLA table if existing one satisfies your requirement. Else use a different table name instead of ANLA.

Award points if found useful.

Regards

Indrajit

4 REPLIES 4

Former Member
0 Kudos
116

Hi Azhar,

You have tried to declare an internal table ANLA which is already declared.

Just remove your data declaration of ANLA table if existing one satisfies your requirement. Else use a different table name instead of ANLA.

Award points if found useful.

Regards

Indrajit

0 Kudos
115

no i have declared internal table anla only once

0 Kudos
115

Hi Azhar,

You might have declared it once, but what you have declared must have been already there either in the main program or in some INLCUDE program used in the main program. Just do a search and you will get it. Then do what I have suggested earlier.

Award points if found useful.

Regards

Indrajit

0 Kudos
115

hi Indrajit

i have declared only once in my data retrieval program

In sq01 after i generate the program it get declared once again

now tell me wat i can do

regards

azhar