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

Former Member
0 Likes
471

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

Former Member
0 Likes
454

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

Former Member
0 Likes
454

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

Read only

Former Member
0 Likes
454

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.

Read only

Former Member
0 Likes
455

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