cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to open a program with a t-code?

Former Member
0 Likes
13,683

Hello folks,

Just curious if there is a way to open a specific program with a t-code.

I know for items on SAP GUI start page I can write /n(transaction code) to open a transaction

But how can I get to a program within the transaction?

Lets say I need to open:

Transaction- SPRO

Program (screen)- /BA1/SAPLBR_SRCSYS

Program (GUI)- SAPLSVIM

How do I get there without clicking on menu buttons?

Thanks for your help!

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Likes

Open the T- Code and Select the System Status. then you will find the Program name. Just click on the same.

capture.png

Sandra_Rossi
Active Contributor
0 Likes

It depends.

In the case of SPRO, there are several ways:

  • Either you find the hidden transaction code, which you can find in the technical settings of the IMG activity,
  • or you may look for the name of the table/view maintenance dialog, or for the view cluster name, and use respectively the function modules VIEW_MAINTENANCE_CALL or VIEWCLUSTER_MAINTENANCE_CALL, to open the dialog.