Application Development 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: 

table name

Former Member
0 Kudos

hot ot get the name of table in which structre is feeding the data

let me put more light on this

genrally in most of the screen of sap

structure is used but if i want to now in which table this data is getting stored via structure how to get this information

any other way to get this information than the debbugging job

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Friend,

Goto Se11

Give the structure name in the "Data type"...

Click Where-used-list button (Ctrlshiftf11)..

Select the "Table names" check box in the popup dialog...

3 REPLIES 3

Former Member
0 Kudos

U can Copy the Structure Name and goto ur program and Do a global search in the main program. Somewhere in the program u will find Data assignment to that structure and followed by an update to the database table.

awrd points if helpful

Bhupal

Former Member
0 Kudos

Check the fields of the structure with Where Used List. Check the tables and compare the data with the data that is populated in your table.

Regards.

Former Member
0 Kudos

Friend,

Goto Se11

Give the structure name in the "Data type"...

Click Where-used-list button (Ctrlshiftf11)..

Select the "Table names" check box in the popup dialog...