‎2006 Aug 09 1:18 PM
hi all,
wht is the differance between se11 and se16.
Regards,
alex
‎2006 Aug 09 1:19 PM
SE11 is used for Data dictionary creation and maintenance.
Where you can create a table, doamin, dataelement , and other dictionary objects.
Se16 is used to create entries and display table conents
.
Cheers
VJ
Message was edited by: Vijayendra Rao
‎2006 Aug 09 1:19 PM
SE11 is used for Data dictionary creation and maintenance.
Where you can create a table, doamin, dataelement , and other dictionary objects.
Se16 is used to create entries and display table conents
.
Cheers
VJ
Message was edited by: Vijayendra Rao
‎2006 Aug 09 1:19 PM
SE11 = ABAP dictionary
To see the structures and the types of the fields
SE16 = Data browser
You can only see the content of the tables
‎2006 Aug 09 1:19 PM
hi,
in SE11-ABAP Dictionary u can create , Display , change the tables , structures, serach helps, views..etc
but in se16-Data browser u can view the contents of tables only...
check following link for more info:
<b>http://www.allsaplinks.com/data_dictionary_all.html</b>
Regards
Ashok P
Message was edited by: Ashok Parupalli
‎2006 Aug 09 1:19 PM
Alex,
SE11 is used to check the structure of the tables.
SE16 is used to view the content.
Regards
anurag
‎2006 Aug 09 1:19 PM
<b>SE11 -- > Create the Table(Also other Dict Elements)
SE16 --> To see the Contents of the Table</b>
Thanks
Jack
<b>Allot points if my post helps!!</b>
‎2006 Aug 09 1:19 PM
Hi alex,
SE11 shows the definition of a table.
se16 (also se16n, i prefer) shows the content.
Regards, Dieter
‎2006 Aug 09 1:20 PM
in SE11, you can create,change,display any DDIC elements.
like Table,view,dataelement,domain etc..
but in SE16 you can see the entries of a table.
regards
srikanth
‎2006 Aug 09 1:21 PM
hi,
se11 , u can get the whole picture of teh table ,
its not just for teh tables but also for
data elements,
domain
view
structure,
serach helps
lock object etc..
where as se16 is just the browser with which u can even creat the entries in the database.
‎2006 Aug 09 1:21 PM
Hi,
SE11 is for objects in entire ABAP dictionary inclduing tables, view, domain etcwhereas SE16 is data browser for tables only.
Hope this clarifies.
Thanks,
Viswanath
‎2006 Aug 09 1:23 PM
SE11 is used to create Dictionary objects like tables, views,domain, data element, search help, lock object, match code objects and table pools.
While SE16 is used maintaining data stored in tables .
Regards,
Animesh
‎2006 Aug 09 1:23 PM
hi alex ,
se11 is data dictionary where we can create and display tables , structures and all the data dictionary elements
se16 is data browser .ie table maintenace generator .where we can create and view table contents alone .
i hope this will be helpful for u
with regards ,
senthil kumar R
‎2006 Aug 09 1:27 PM
Hi Alex,
I think you got most of the differences from the earlier threads.I also want to share one more difference.In SE16 transaction you have option to display the table contents in three formats
1.SE16 Standard List
2.ALV List
3.Alv Grid Display.
‎2006 Aug 09 1:30 PM
Hi,
SE11 -- DATABASE REPORISOTORY, this transaction is used for maintainence of several dictionary objects like tables, structures, views, domains, dataelements, search helps and lock objects.
SE16 -- DATABASE BROWSER, this transaction is mainly used to identify, browse value corresponding to ur selection from a table.
Hope this should help you, if so reward points.
Regards
‎2006 Aug 10 1:43 PM
hi
SE11 is basically used to data dictionary objects.
here u create the data elements, structures, domains, database tables, lock objects, views, etc.
the data dictionary objects like tables and views can be created using different other data dictionary objects. but if we need to maintain the data in the table we have created, we can do that thru SE16.
in this t-code, we can create, modify, delete the entries of a database table.
but this works on specific condition.
in the data base table, we have the delivery/maintenance tabstrip. in that we have 3 options of maintenance:
1. maintenance allowed
2. maintenance not allowed
3. maintenance allowed with restrictions
out of the above 3, se16 is helpful only for the first option. and if we select the second one, the data can be maintained, but not thru se16. we need to go for table maintenance generator.
thanks
pavan