Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

while creating transaction code in se93 for the program check all the checkboxes

Former Member
0 Likes
1,372

while creating transaction code in se93

for the program check we check all the checkboxes for gui capability

sap gui for html

sap gui for java

sap gui for windows,

I want to set it default for for every transaction . how can i achieve it??

4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,094

Use software like autohotkey, or define both a transaction variant + a screen variant with GuiXT (it has been discussed a lot in the web so I let you search for more information).

Read only

Former Member
0 Likes
1,094

hi Sandra,

Thanks for your response.

I'm an ABAPer , i don't think i'll get those type of authorizations.

is it possible by using BDC?

Can you please suggest.

Thanks

Read only

0 Likes
1,094

Why would you read special authorization for using transaction variants, screen variants, and GuiXT? GuiXT is part of screen variants for a long time.

BDC is used to automate user's input. So, just try. But who would spend his/her time on creating an application for only ticking these 3 checkboxes (or maybe you have 100 transaction codes to create).

Read only

0 Likes
1,094

i want to change gui capability settings for already created 100s of tcodes, Means that i didnt check all gui options in the gui capability. Now i need to change to all the tcodes .

which way u can suggest ??