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

t codes

Former Member
0 Likes
1,316

hi all,

wht is the differance between se11 and se16.

Regards,

alex

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,273

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

14 REPLIES 14
Read only

Former Member
0 Likes
1,274

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

Read only

Former Member
0 Likes
1,273

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

Read only

Former Member
0 Likes
1,273

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

Read only

Former Member
0 Likes
1,273

Alex,

SE11 is used to check the structure of the tables.

SE16 is used to view the content.

Regards

anurag

Read only

Former Member
0 Likes
1,273

<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>

Read only

Former Member
0 Likes
1,273

Hi alex,

SE11 shows the definition of a table.

se16 (also se16n, i prefer) shows the content.

Regards, Dieter

Read only

Former Member
0 Likes
1,273

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

Read only

Former Member
0 Likes
1,273

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.

Read only

Former Member
0 Likes
1,273

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

Read only

animesh_kumar2
Active Participant
0 Likes
1,273

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

Read only

Former Member
0 Likes
1,273

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

Read only

Former Member
0 Likes
1,273

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.

Read only

Former Member
0 Likes
1,273

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

Read only

Former Member
0 Likes
1,273

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