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

Searching Table

Former Member
0 Likes
484

HI

Is there any easy way to find from technical information by structure name what

table data was used to fill the particular screen field or table control?

4 REPLIES 4
Read only

Former Member
0 Likes
460

Se15>Data dictionary>fields>table fields.

Read only

Former Member
0 Likes
460

well, If programmer of the transaction used the same data type as it is used in the DB table, then just go on data type, then push button "Where-used List", check table fields, and you receive list of tables where is this data type used.

Read only

0 Likes
460

Yes, searching is simplified, but result list usually contains nearly 20 entries.

may be there is something to minimize result list?

Read only

0 Likes
460

> may be there is something to minimize result list?

Minimize the use of data elements??

Why do you not want complete information?

Perhaps the ability to follow the program flow of the data from UI input to DB and vis-versa is what you are looking for?