cancel
Showing results for 
Search instead for 
Did you mean: 

Start SAPGUI and a transaction to show master data record by script call.

Former Member
0 Kudos

Hi experts,

I want to start a SAPGUI from my own application by calling a Windows script for example. As an argument I deliver a master data id in order to show the complete master data in SAPGUI. Arguments, like login data are tranferred also.

Is this possible in general or need I ABAP or RFC mechanismen?

Or is passing a transaction code to SAPGUI an alternative to show master data and how could I do this.

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

g_srivastava
Active Contributor
0 Kudos

Hi Gerd,

You need ABAP or RFC interfacing for programing what you desire to get as initial screen.

Furthermore we can set start transaction code manually from SAP GUI initial screen.

To set the starting transaction .On the SAP Easy Access screen .

Choose menu option "EXTRA" from there you will be able to choose option set start transaction code.We can provide any tcode of our choice.To make this changes you after following above procedure you have to logout of SAP and login again.And here we see that we are getting the desired transaction screen.

Have a best day.