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

from which prgram the table TSTC is updated

Former Member
0 Kudos
2,038

Hi all ,

Can anybody know me from which program, the Table TSTC is updated where it stores all the transaction codes.

Regards,

Madhavi

8 REPLIES 8
Read only

Former Member
0 Kudos
1,494

Obviously from the program corresponding to Tcode SE93.

Read only

Former Member
0 Kudos
1,494

Tcode for maintaining Tcodes is SE93.

Goto>SE93>System>Status>Program.(You can get the program)

Program Name:SAPLSEUK

Regards,

Gurpreet

Read only

0 Kudos
1,494

hi all,

whenever you create a trnsaction code dynamically this transaction code is stored in the table TSTC.

thats what i am asking anybody have the knowledge through which program the table TSTC is updated.

Regards,

Madhavi

Read only

0 Kudos
1,494

Goto>Se11>Open>TSTC>Check where used list for programs.

But the Program i have mentioned in the last post.

Regards,

Gurpreet

Read only

venkatesan_nagiah
Active Participant
0 Kudos
1,494

The TSTC table is updated in the following function modules:

RS_TRANSACTION_ADD

RS_TRANSACTION_EDIT

RS_TRANSACTION_DELETE

RS_TRANSACTION_COPY

Thanks,

Read only

Former Member
0 Kudos
1,494

goto se93

click system on the menu

goto program...thats the program updates tstc

Read only

Former Member
0 Kudos
1,494

Tcode for maintaining Tcodes is SE93.

Goto>SE93>System>Status>Program.

Program Name:SAPLSEUK

include lseuktop. " Global Data

include lseukuxx. " Function Modules

include lseuko01.

include lseuki01.

include lseukf01.

include lseukf00.

include lseuki00.

  • Navigation Transaktion

include lseuktn0.

include lseuke01.

include lseukfwm.

Regards,

Ansari.

Read only

Former Member
0 Kudos
1,494

thanks the question is resolved

madhavi