cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

finding Tables from TCODE

vinayagam_g
Explorer
0 Likes
247

Hi Experts,

How we find the Exact Tables(insert and Update) name which Used in Tcode.

can any one help me out?

Accepted Solutions (0)

Answers (1)

Answers (1)

stanislaslemaire
Participant
0 Likes

Hello,
First method is by searching in program behond the transaction code (check Tcode in SE93).

Second is to activate trace (ST05, activate SQL Trace), execute transaction and check result of trace. Don't forget to desactivate trace.

(It's a answer for an interpreted question, I hope interpretation is ok 😉 )