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

Table name from Structure name

Former Member
0 Likes
504

Hi all

How do we get the correct table name from structure name?

As all know, we can get table name when we press F1->Technical Info.

But the Table Name in Field Data tab can be table or structure.

So, Im wondering how do we get the corresponding table name if Table Name in Field Data is a structure.

Thanks & Regards

az

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
459

Hi,

you can find the table name through SE15.

1.Goto SE15.

2.Give the FIELD NAME.

3.Execute.

Then you can find the Different tables and structures.

try it once.

Reward the points if it is Useful.

Lakshmi....

4 REPLIES 4
Read only

Former Member
0 Likes
459

Hi,

There are two ways to find the table which you are looking at,

1) Do the F1 on the screen field and go to technical info, and click on the field name, if it is a structure then click on the data element of the field. and then do a where used list of the data element.(Select only tables in the pop up) and in the list of table you have to select the proper one.

2) You need to find out the screen program by going to system->status menu path.

then go to SE80.

enter the program name and see all the dictionary structures defined under that program.

and in the list you can easily find the one you are looking for.

Reward points if you find it useful.

Regards,

Prasanna

Read only

Former Member
0 Likes
459

try to find out the where used list of the structure.

ie,

SE11

give the structure name as Data Type

Display

Where used List

tick Database tables

Continue

Read only

Former Member
0 Likes
459

Thanks for the replies.

I've tried Where Used List before but there are too many hits and needs time to look each of them.

So I try to look for an easier and faster way, if its possible and available in SAP.

Thanks

az

Read only

Former Member
0 Likes
460

Hi,

you can find the table name through SE15.

1.Goto SE15.

2.Give the FIELD NAME.

3.Execute.

Then you can find the Different tables and structures.

try it once.

Reward the points if it is Useful.

Lakshmi....