2007 Jun 25 10:30 AM
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
2007 Jun 25 10:49 AM
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
2007 Jun 25 10:49 AM
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
2007 Jun 25 10:56 AM
2007 Jun 25 11:27 AM
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
2007 Jun 25 12:01 PM
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