cancel
Showing results for 
Search instead for 
Did you mean: 

List the tables

Former Member
0 Kudos

Dear sd Gurus

... i have one doubt regarding Tables

suppose if i want to know some tables i use to click F1 and technical information then we can see table names

But some tables are there like

Order reason IN VA01 is VBAK BZ IT IS HEADER DATA

and if we want to see the report based on order reason we use Table name TVAU

Now my doubt is if i don't know the table then how to check my self ?

Thank you so much for your help

Accepted Solutions (1)

Accepted Solutions (1)

moazzam_ali
Active Contributor
0 Kudos

Venu

With F1 find the field name. Go to SE80 > Repository Information System >ABAP Dictionary > Fields > Table Fields. Here give the field name and execute. System will show you all SAP tables where this field has been storing data.

I dont know this is basic query or not but I think if you find on google this might be discussed before.

Thanks

Former Member
0 Kudos

Dear ali sir

I found exactly what i want .... i have searched in google before that ....but i didnt find , frankly i am telling ..

I am very thank ful to you .....

Answers (1)

Answers (1)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

If the field in the screen corresponds to a structure, then go to the report and search the include where is declared the tables, usually, it ends with *TOP, and do a little research (double click on the objects declared as 'TABLES').

I hope this helps you

Regards

Eduardo