‎2007 Jul 17 10:01 AM
WITHOUT KNOWING THE DATABASE TABLE,
IN SE11 TRANSACTION
I WANT TO FIND OUT THE STANDARD DATABASE TABLES
‎2007 Jul 17 10:04 AM
all tables which dont start with z or y are standard database tables i guess
‎2007 Jul 17 10:05 AM
‎2007 Jul 17 10:05 AM
HI ashok
u can use se15 tcode but for that a atleast u should know field name of that table.
regards
sandhya
‎2007 Jul 17 10:05 AM
Hi,
Use table DD02L and in selection give a* to x* for tabname.
Message was edited by:
Jayanthi Jayaraman
‎2007 Jul 17 10:06 AM
Go to the DD02L table and search for all records where AS4USER = 'SAP'
these are the standard SAP tables
‎2007 Jul 17 10:07 AM
Hi
All std objects have the name not beginning with Z, Y or X, so the std tables too.
In SE11 press F4 and search all tables with the name not in Z, Y or X*.
Max
‎2007 Jul 17 10:10 AM
Hi,
You can check table DD02L via transaction SE16/SE16N.
Also please check this links.
http://www.erpgenie.com/abap/tables.htm
Regards
‎2007 Jul 17 10:12 AM
Hi
from Se11
keep the cursor on TABLE radiobutton press the F4 button against that Tables
you will get a window
there enter some rough Text like ustomer to find customer related tables like that
and press enter
you will se lot of tables related to that text or if you execute without any text you will see a lot of tables
<b>Reward points for useful Answers</b>
Regards
Anji
‎2007 Jul 17 10:47 AM
HI ashok,
<b>1. DD02L</b>
2. This table contains the name of all the database tables as well as structures.
regards,
amit m.