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

Reg : finding tables..

Former Member
0 Likes
453

Hello all,

If i am given a transaction , and a report is to be genearated based on that transaction ..i.e i'm not given any tables /fields than what is the approach i should follow....

Regards,

Anni

4 REPLIES 4
Read only

Former Member
0 Likes
437

Hi annaji,

Can you tell me what type of report are you expected to create.

Regards,

Bhumika

Read only

Former Member
0 Likes
437

Hi,

Do u mean that u are given with a transaction code?

if it is tru. u can find the program name by the transaction code and u can see the coding in the program anda analyse.

Read only

Former Member
0 Likes
437

Hi,

From that particular transaction if u click F1 by placing the cursor on that particular values or the fields, it will show a popup window in that you have to select the Tcehnical Information , where you can get the Table name and also the Field name..etc

Hope this helps you,

Reward points if helpfull.

Thanks & Regards,

Y.R.Prem Kumar

Read only

naveen_inuganti2
Active Contributor
0 Likes
437

Hi....,

Do one thing......

1. Activate the SQL trace from ST05

2. Go to transaction code you want to work with...

3. Enter manadatory inputs and move screen by screen.

4. Now deactivate the trace and display the trace .. there you can find the table names at the object name....

Try this,

Thanks,

Naveen.I