cancel
Showing results for 
Search instead for 
Did you mean: 

How to open a program with a t-code?

0 Kudos

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!

moshenaveh
Community Manager
Community Manager
0 Kudos
Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with https://community.sap.com/resources/questions-and-answers (if you haven't already), as it provides tips for preparing questions that draw responses from our members.
Should you wish, you can revise your question by selecting Actions, then Edit.
Finally, if you're hoping to connect with readers, please consider adding a picture to your profile. Here's how you do it: https://www.youtube.com/watch?v=F5JdUbyjfMA&list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS. By personalizing your profile with a photo of you, you encourage readers to respond.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

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 Kudos

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.