2007 Jul 04 5:06 AM
Hi friends.......please help me, In my program cursor is moved to next page only when i press page down button its working fine,But now i want to move the cursor to next page by pressing ENTER key instead of page down button how to do this.
Hi friends.......please help me, In my program cursor is moved to next page only when i press page down button its working fine,But now i want to move the cursor to next page by pressing ENTER key instead of page down button how to do this.
2007 Jul 04 6:16 AM
Hi,
Set Pf status in your program,
SET PF-STATUS 'PF03'.
Here Double click in PF03 > Function key> ENTER IN FIRST POSITION(One Tick mark is there ) then save and activate after finish that you come to coding here,
DATA: OK_CODE TYPE SY-UCOMM.
IF OK_CODE = 'ENTER'
CALL SCREEN '<SCREEN NUMBER>'
ENDIF.
IF USEFULL REWARD
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |