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 to find previous tcode ?

Former Member
0 Likes
976

Hi.

can any one plz tell me

table to find previous tcode?

how can we find previous tcode which we entered in sap?

Thanks

praveen

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
926

You can try

- local data on PC (like C:\Documents and Settings\xxxxxxxx\Application Data\SAP\SAP GUI\History)

- Table MONI (ST03N, STAD, or call FM "SAPWL_STATREC_DIRECT_READ", return table parameters "normal_records")

Regards,

Raymond

6 REPLIES 6
Read only

ThomasZloch
Active Contributor
0 Likes
926

I don't need a table for this, I usually remember it.

Thomas

Read only

madhu_vadlamani
Active Contributor
0 Likes
926

Hi Durga,

If you press the down arrow you can see the previous tcode what you entered.I am not sure about the table.

Regards,

Madhu.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
927

You can try

- local data on PC (like C:\Documents and Settings\xxxxxxxx\Application Data\SAP\SAP GUI\History)

- Table MONI (ST03N, STAD, or call FM "SAPWL_STATREC_DIRECT_READ", return table parameters "normal_records")

Regards,

Raymond

Read only

0 Likes
926

thanks

Raymond

Read only

VEPS
Product and Topic Expert
Product and Topic Expert
0 Likes
926

Hi Praveen,

Your last 15 transaction codes used in the SAPGui are stored in the registry key;

[HKEY_CURRENT_USER\Software\SAP\SAPGUI Front\SAP Frontend Server\Code]

Rgds, Derrick

Read only

Former Member
0 Likes
926

Hi,

we have to remember the T-codes. if you want see previous codes If you press the down arrow you can see the previous tcode what you entered.

Thanks,

Chinni.