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

finding tcode

Former Member
0 Likes
1,249

dear experts,

I have Z module pool program , This progam has lot of tcodes associated each for includes. i need to fin d the tcode for one particular screen. In debug mode i found out the Tcode but that is not working.

Is taht any approach to find out the tcode assigned for aparticular include in module pool program

pls advice

thanks in advance

karthik

12 REPLIES 12
Read only

Former Member
0 Likes
1,093

TCODE will not be assigned to each and every include , it will be assigned to the main program

goto SE80

Give the program name and click display button

chk out if any TCODE exists

Read only

Former Member
0 Likes
1,093

Hi

Only one Tcode will be assigned for a Module Program, irrespective of any number of Includes in it.

Generally for each separate screen/include we never assign a seperate Tcode

If at all it is assigned like that enter the Tcode in <b>TSTC</b> table and you will know the program or vice versa.

reward if useful

regards,

Anji

Read only

Former Member
0 Likes
1,093

U can check in the table TSTC there TCODE the Program and the screen number will b present.

santhosh

Read only

former_member784222
Active Participant
0 Likes
1,093

Hi

Details are available in TSTC table.

You need to pass the program name and DYPNO to the table to find out the transaction code, and for your information TCODES belong to the module pool and common for all includes inside the module pool.

Thanks and regards,

S. Chandra Mouli.

Read only

0 Likes
1,093

dear experts,

my Z module prg calling Ztcodes inside the program, the tcodes whch ever hardcoded in the program does not cotain when i serch in TStc table

how to find the Ztcodes pls advice

Read only

0 Likes
1,093

karthik,

go to se93.

give z* and press f4

you will get all the ztcodes.

If it is not sufficient revert back.

K.Kiran.

Read only

0 Likes
1,093

Hi,

Try giving the module pool program name in the program name field of the TSTC, it will give if any of these TCODES exist.

if this is not working

Open ur modulepool..put the cursor on the module name and hit Where used list..u get a pop-up select transactions

santhosh

Read only

0 Likes
1,093

Just do a search for string 'CALL TRANSACTION' / LEAVE TO TRANSACTION in your main program.

Read only

0 Likes
1,093

Goto SE38, Give your module pool name

In the initial screen itself goto utilities -> Internal program environment

Select checkbox against 'Transaction' in 'External object' box.

It will list all the external transaction used

regards,

S. Chandra Mouli.

Read only

0 Likes
1,093

Hi chandar

I tried going in se38 but in utilities there is no option called "internal program environment'

Read only

0 Likes
1,093

Hey karthik,

I already have asked u to check with where used list and then check transactions in the popup.. did u try that option?

that should work

santhosh

Read only

0 Likes
1,093

Just press F9 in the initial screen, you'll get a popup.