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

Reg: Sql error in the database when accessing a table

Former Member
0 Likes
1,299

Hi All,

I have a problem when executing SE80. "It says SQL error in the database when accessing a table".

Please find the attached screen short for reference. It was working fine previously not sure what this causing.

Remaining Tcodes are just working fine.

Please help in this regard.

Thanks,

Sandy.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,247

Hi Raymond/Sandeep/Vipin.

First all thanks guys for such quick response.

Raymond - Even i get the same error if i'm accessing sm21.

Sandeep - Will try in that way.

Vipin - I'm not sure what your asking about.

Thanks

Sandy

8 REPLIES 8
Read only

Former Member
0 Likes
1,247

what input you are passing in SE80?

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,247

Is there any message in SM21, if you find the table name check transactions like DB02 (Alerts, Database Check) or SE14.

Regards,

Raymond

Read only

sandeep_katoch
Contributor
0 Likes
1,247

hi Sandeep,

Please check where this error is coming from.

For this before executing the tocde put /h and then enter the tcode.

Once you enter into debugging put a breakpoint on statement message.

It will stop at the message and you will come to know where exactly this is coming.

One more thing you can do is to ask fellow colleagues whether they are also having this problem or not.

I am not sure but what I suspect is someone has done something either in exits or Badi's or enhancements in standard.

Rgds,

Sandeep katoch

Read only

Former Member
0 Likes
1,248

Hi Raymond/Sandeep/Vipin.

First all thanks guys for such quick response.

Raymond - Even i get the same error if i'm accessing sm21.

Sandeep - Will try in that way.

Vipin - I'm not sure what your asking about.

Thanks

Sandy

Read only

0 Likes
1,247

SM21 was not intent to solve problem but to help diagnose, often there is a clearer error message in SM21, like an ORA-0060 for Oracle or the like.

When you get your error message, call sm21 on another mode and read the system log. You can also ask the DB maintenance guys for any log in database server.

Regards,

Raymond

Read only

srivijay_dinnimath
Active Participant
0 Likes
1,247

Hi Sandeep,

For your information,  http://scn.sap.com/thread/3178917

Regards,

Srivijay

Read only

Azeemquadri
Contributor
0 Likes
1,247

Usually these errors are right after upgrades.

Ask the basis people if all the tables were properly transported.

The problem could be that the database tables are missing.

Read only

Former Member
0 Likes
1,247

Thanks For all the replies I have told basis people about this.