2006 Feb 03 9:30 AM
How to do that ?
2006 Feb 03 9:36 AM
Hi,
In initialization.
INITIALIZATION.
set pf-status 'STAT'."don't assign execution fcode
regards
vijay
2006 Feb 03 9:36 AM
u set a pf status in at slection screen, then u can find the standard execute and all buttons.
2006 Feb 03 9:39 AM
2006 Feb 03 9:40 AM
Hi Stephan,
Use the below code..
DATA itab TYPE TABLE OF sy-ucomm.
PARAMETERS test(10) TYPE c.
AT SELECTION-SCREEN OUTPUT.
APPEND 'ONLI' TO itab.
CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
EXPORTING
p_status = sy-pfkey
TABLES
p_exclude = itab.
Thanks,
Abdul
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |