‎2007 Jul 31 1:50 PM
Hi Experts,
I have added a new button on the sales order screen through modification. I want to assign a function key to this button but do not want to show it in the menu/toolbar. Is it possible to assign function keys only for a screen button.
Thanks for your help.
Best Regards
Satish
‎2007 Aug 01 8:20 AM
Hi satish,
yes it is possible to attcah a function-code against a screen button. on the screen double click on the specific button assign something on FCODE.
if you want to invisible this button, then pass it in RSMPE structure and use
SET PF-STATUS 'XXX' EXCLUDING 'IT_RSMPE'.
Regards,
Krishnendu