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: 

How to find name of a table field in a transaction?

Former Member
5 REPLIES 5

Former Member
0 Kudos

Do this by debugging.

Regards,

Subho

former_member624107
Contributor
0 Kudos

position cursor on field.. press F1.. go to technical information .. u wil get the table name or structure name .

reward if useful

Manohar2u
Active Contributor
0 Kudos

Try using ST05, which lists all database tables used in the transaction.

Go to transaction ST05

Push the button "Activate Trace".

Start transaction XXX in a new GUI session.

Go back to the Performance trace session .

Push the button "Deactivate Trace".

Push the button "Display Trace".

The displayed trace will show you the list of tables used in the transaction XXX

Former Member
0 Kudos

Hi,

->MM01

->Put the cursor on required Field (Material)

->Click F1

->Click on Technical Information Icon on the popup window

->In the Field data, you can check the Field name along with the Table name

Cheers,

KC

Former Member
0 Kudos

wrong question