cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction button doesn't navigate to given T-Code

Former Member
0 Kudos

Hi Team,

I have created a flavor with the transaction button and Website button. I have given VA03 in the transaction button. when I am testing after saving the flavor it doesn't open the given transaction screen. Kindly help me to resolve the issue.

Thanks and Regards,

Radha

Accepted Solutions (0)

Answers (1)

Answers (1)

Thomas_Mangler
Active Participant
0 Kudos

Check this post:

As alternative solution you can use a script Button and call the transaction via scripting:

session.findById("wnd[0]/tbar[0]/okcd").text = "VA03";

session.findById("wnd[0]").sendVKey(0);

Regards,

Thomas

Former Member
0 Kudos

Hi Thomas,

Thanks for your response. I have achieved this by scripting, but my requirement is without scripting we should navigate to transaction screen using transaction button.Could you please help me in this.

Thanks and Regards,

Radha

Thomas_Mangler
Active Participant
0 Kudos

It works fine for me with Personas 3 SP02 and Kernel Patchlevel 300.

I think the issue occurs with earlier versions. You should check the personas Notes for your SP-Level.

Regards,

Thomas

0 Kudos

please make sure that you have note 2148349 implemented.