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

How to findout table using structure..

Former Member
0 Likes
605

I like to modify the sap script.I went to change editor on window in coding screen.but they are mentioned only structure name,not a table name.How to findout the table using this structure.

I like to modify the sap script.I went to change editor on window in coding screen.but they are mentioned only structure name,not a table name.How to findout the table using this structure.

4 REPLIES 4
Read only

Former Member
0 Likes
583

Try to fnd the table using structure with 'whereused list'

Read only

Former Member
0 Likes
583

In se11 type the structure name and use the where used list to find where it is used

Thank You

Read only

p291102
Active Contributor
0 Likes
583

Hi,

If u open that structure u can find the data element for that particular structure. U have to double click that element after that go with where-used-list icon and go with table fields and find out the tables.

Thanks,

Shankar

Read only

Former Member
0 Likes
583

Hi,

Almost the fields will be avialable in the Strcuture it self, so first look at the entire strucutre to get the fields, if you do not get the field in the structure then try this way, if the structure name is TVBDK, then the table nam ewould be VBDK ... or else try Where used list ..

Regards

Sudheer