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 identification

Former Member
0 Likes
958

Dear people,

Happy New Year to all of u..

I have problem, while uploading any data through a standard transaction code we get the field names through F1 help but most of the times the it shows a structure in F1 help, how do I correctly identify the table in which it is being stored???? Any methods??/

Any help will be of a great help..

thanks Ajay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
859

Hi,

Before Updating the data through transactions, just activate SQL trace (ST05), once the updation is done, deactivate the trace and display it.

here it will show all the tables which are updating through this transaction.

Hope it helps!!

Regards,

Pavan

4 REPLIES 4
Read only

Former Member
0 Likes
860

Hi,

Before Updating the data through transactions, just activate SQL trace (ST05), once the updation is done, deactivate the trace and display it.

here it will show all the tables which are updating through this transaction.

Hope it helps!!

Regards,

Pavan

Read only

Former Member
0 Likes
859

hi,

refer to this link..

Read only

former_member404244
Active Contributor
0 Likes
859

Hi,

U can check the database fields in which tables they are used ..

path ->GOTO SE15/SE84->ABAP dictionary->Fields->Table Fields.->Specify the field name and press on execute button , u will get the list of tables..

Regards,

Nagaraj

Read only

Former Member
0 Likes
859

Hi Ranjan,

Go to The Data Element of the field in the structure. Please check the Where Used List for this Data Element. It will give you list of tables where this Data Element is used. Depending upon the description of the tables you can identify the Table you need.

Hope this helps.