Application Development 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: 

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

Former Member
0 Kudos

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

Sandra_Rossi
Active Contributor
0 Kudos

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).

Former Member
0 Kudos

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

0 Kudos

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).

0 Kudos

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 ??