2011 Oct 03 3:50 PM
Hi Gurus,
I have created a report program using LDB(PNPCE) and added 4 more fields using parameters statement. and i have used the F4IF_INT_TABLE_VALUE_REQUEST function module in 'at selection screen on value request' to get the F4 help for a field designed using parameter statement(Not LDB field). when i tried to press the f4, i got the values in popup. and when tried to execute the program, agian 'at selection screen on value request' is triggered. it is triggering when i am pressing the enter key in any field on screen. kindly advise me on this issue. thanks in advance.
thanks & regards,
Suresh
Hi Gurus,
I have created a report program using LDB(PNPCE) and added 4 more fields using parameters statement. and i have used the F4IF_INT_TABLE_VALUE_REQUEST function module in 'at selection screen on value request' to get the F4 help for a field designed using parameter statement(Not LDB field). when i tried to press the f4, i got the values in popup. and when tried to execute the program, agian 'at selection screen on value request' is triggered. it is triggering when i am pressing the enter key in any field on screen. kindly advise me on this issue. thanks in advance.
thanks & regards,
Suresh
2011 Oct 04 3:05 AM
Suresh,
Are you using addition "FOR FIELDNAME" Correctly ??
PARAMETERS: p_test1 type ...,
p_test2 type ... .
AT SELECTION-SCREEN on VALUE-REQUEST FOR P_TEST1.
.....your code.....
AT SELECTION-SCREEN on VALUE-REQUEST FOR P_TEST2.
.....your code.....
START-OF-SELECTION.
.....code......
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |