cancel
Showing results for 
Search instead for 
Did you mean: 

What is the best way to start SAPGUI in a specific transaction

Former Member
0 Kudos

Hello,

What I'm trying to do is to run a Java program that will start SAPGUI (in windows format, not HTML) and present the user with a specific transaction with some data already inserted.

I already managed to start the SAPGUI and I know how to fill in data using the SapJCo but my question is: what is the best way to navigate to a specific transaction? I can activate an RFC of BAPI_CALL_TRANSACTION but it seems like a big overhead. so, can any of you tell me what is the best way activate a specific transaction in SAPGUI using JCo?

Thanks,

Uri Lifshitz.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Uri

JCO are mostly used to executed a RFM on the Destination.

I don't think we could call a Transaction using JCO.

Thanks

Jack

<b>Allot points if my post helps !!!</b>

Answers (1)

Answers (1)

Former Member
0 Kudos

didn't manage to start SAPGUI in a specific transaction using SAPJco so i gave up and started the transaction using os command (using sapshcut) for those who are interesed there's a note that describe all the sapshcut parameters (note# 103019)