cancel
Showing results for 
Search instead for 
Did you mean: 

Relation between a table and a transaction code

01-22-2009 8:51 AM
2476 views 4 comments
0 Likes
SAP Managed Tags
Subscribe

Dear All,

Can you please provide me some knowledge on the

A. relationship between a transaction code.

B. How to find out the tables going to be affected by use of a transactione

Regards

B.Mohanty

0 Likes

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Likes

there is no direct relationship between a t code and a SAP table

Some t codes, use structures to record the data you enter, and then post them to tables.

If you have a t code, that is a display report, say FBL1N, then you can F1, a field to see which table the data has come from.

Former Member
0 Likes

HI,

For seeing what all tables are used during the use of a particular tcode u will have to:

1) Go to tcode st05

2) activate trace

3) Run the required tcode

4) go to st05, deactivate trace

5) Click on display trace

6) here table names will also be shown

Regards,

Kiran

Former Member
0 Likes

Hi,you'd to know wich program assigned to transaction(for ex. SE91,or System-Status),then go SE38 and push button Display Object List.

Also you can use SE80

Former Member
0 Likes

Hi

Use the TCODE :SE49 to get the details of the tables, whcih are used by the TCODE. Sometimes, it shows all and sometimes only some of the tables it shows.

VVR