‎2010 May 21 10:50 AM
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!!!
‎2010 May 21 10:54 AM
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
‎2010 May 21 10:56 AM
Is this a report or module ?
set ps status 'SAT' excluding 'ENT' --> this is the function code of enter
‎2010 May 21 11:03 AM
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...