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

Disabling ENTER key

Former Member
0 Likes
1,626

Hi Experts,

I need to disable the ENTER button (first button in application toolbar, before tcode input box) in one of my custom screen.

Pl explain me how to disable this button.. Many thanks in advance!!!

3 REPLIES 3
Read only

Former Member
0 Likes
846

Benu,

Did you set your own status in your program using set pf-status 'name'.just double click on that and check the options

Thanks

Bala Duvvuri

Read only

Former Member
0 Likes
846

Is this a report or module ?

set ps status 'SAT' excluding 'ENT' --> this is the function code of enter

Read only

0 Likes
846

It is a module pool and have PF status too... checked the same function code in loop at screen but still it is not getting disabled...