Application Development 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: 

how can i know the transaction code?

shahid
Product and Topic Expert
Product and Topic Expert
0 Kudos

how can i know the tcode for a particular module pool program. ?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Shahid,

You can check the WHERE-USED list of the module pool program name. (By Restricting the selection to Transactions).

If not find out the PACAKAGE of the module pool program from its attributes and check the package in SE80..you can find the transaction code.

<b>Reward points for helpful answers.</b>

Best Regards,

Ram.

8 REPLIES 8

Former Member
0 Kudos

Hi,

Open the module pool program which u are using. Then in the application tool bar there is a button call OBJECT LIST. Click on it. Then on the left a pane is opened. Here there will a node by name TRANSACTION.

Thanks...

Preetham S

Former Member
0 Kudos

Hi

open u r program in se80 and in the leftside check transactions is attched or not

or findout throughse93.

reward points to all helpful answers

kiran.M

former_member404244
Active Contributor
0 Kudos

Hi,

go to SE80->give the program name and then press enter,in the left hand side u can find the transaction code for it.

Regards,

Nagaraj

Former Member
0 Kudos

Hi Shahid,

You can check the WHERE-USED list of the module pool program name. (By Restricting the selection to Transactions).

If not find out the PACAKAGE of the module pool program from its attributes and check the package in SE80..you can find the transaction code.

<b>Reward points for helpful answers.</b>

Best Regards,

Ram.

Former Member
0 Kudos

Hi Shahid,

Open that module pool program in SE80. You can have the listed Transaction Codes under your program in there.

<b>Reward points if this helps,</b>

Kiran

Former Member
0 Kudos

Hi,

Goto service menu and cose status in that menu double click on it new window will be display. In this window u can see the tcode .

Rewards points if it is useful

Former Member
0 Kudos

hi shahid

As soon as you open any module pool programming,in the left side pane you can see object name like fields PBO Modules,PAI Modules,Screens,GUI status,GUI title<b>,transactions</b>,includes,,,,expand it and see the transaction code....

reward if useful.........

Former Member
0 Kudos

Hi,

One more option is...put a break point in the module pool program you are interested in and during debugging check the value of sy-tcode.

Thanks..

Preetham S