‎2008 May 09 2:42 PM
Hi
I generated a report and I found that it is syntactically correct
also execution is successful but when I executed the same
program after 10 minutes a blank screen appears stating that
[Abap Runtime Error Error Code -
SQL error in the database when accessing table.]
I dont understand where is the problem and what I should do in the next step inorder to eliminate this.Any solution plz
answer...
‎2008 May 09 2:46 PM
Hello
Debug the program and check on wich statement is taking the long time....and then correct it, you may have for example an endless loop or something like that...
dont forget to reward
Gabriel P-
‎2008 May 09 2:46 PM
Did you check st22 for any dumps....the dump will give u more detailed information.
‎2008 May 09 2:46 PM
Hello
Debug the program and check on wich statement is taking the long time....and then correct it, you may have for example an endless loop or something like that...
dont forget to reward
Gabriel P-
‎2008 May 09 2:52 PM
Hi,
COPY and paste the DUMP here!
Let us have a look at it!
Regards
Naren
‎2008 May 09 2:55 PM
Hi,
COPY and paste the DUMP here!
Let us have a look at it!
Regards
Naren
‎2008 May 09 4:14 PM
Hi manjula,
If possible paste the code here or dump also, we are not clear
why ur getting dump.
Regards
Adil
‎2008 May 09 5:18 PM
Hi,
Guess the fields in the internal table order and while fetching data through select may not be in same order just check once.
and
guess the size of the records in the table may be exceeds the limit(huge amount of data).
Manjula its just a guess.
Check once.
also check the length of each field .
Thanks
Naveed
‎2008 May 12 11:19 AM
hi Naveed
do you any thing about performance tuning?also
regarding Dumps,how to decrease or increase
Database usuage or anything which we could do to
a system so that it could work without any errors?
‎2008 May 12 11:42 AM
hi manjula,
i think the prob is with the database installation,ask your basis administrator to check wether it is fine..
reward if helpfull..
‎2008 May 12 11:46 AM
The error is probabaly due to incorrect SQL Statement (Please paste the dump for further analyses ) or it also comes if the memory is insufficient for the user to execute the statement.In that case you need to check this with your basis consultant.
Reward points if usefull.
‎2008 May 12 11:51 AM
Hi,
While using the select statement see the sequence of the selected fields and the field of the internal table
As a safe option use into corresponding fields of table ...........
Try this and do let me know whether it works
‎2008 May 12 11:53 AM
hi check this..
this may be continious loop exist in the programs, or incorrect statement in the select statement, go to the ST22 and choose ...source code analysis...it will show the error source code...
regards,
venkat