2008 Feb 05 5:22 AM
hi,
I am looking for a Function module which would give a popup. The popup must prompt the user to enter a value. For this value he must have F4 help available.
If you know any FM that does this, please let me know...
regards,
Balaji
hi,
I am looking for a Function module which would give a popup. The popup must prompt the user to enter a value. For this value he must have F4 help available.
If you know any FM that does this, please let me know...
regards,
Balaji
2008 Feb 05 5:33 AM
Hi
try this
AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_auart-high.
CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
EXPORTING
retfield = 'AUART'
dynpprog = w_repid
dynpnr = w_dynnr
dynprofield = 'S_AUART-HIGH'
value_org = 'S'
TABLES
value_tab = i_tvakt.
IF sy-subrc 0.
ENDIF.
Pls Reward if Helpful,
Gaurav J.
2008 Feb 05 5:35 AM
Try
POPUP_TO_CONFIRM
F4_DATE
F4_IF_FIELD_VALUE_REQUEST
F4IF_INT_TABLE_VALUE_REQUEST
F4IF_SHLP_EXIT_EXAMPLE
F4IP_INT_TABLE_VALUE_REQUEST
FILENAME_GET
these fn modules acts like ur req
Edited by: Anoop Chandran. on Feb 5, 2008 6:50 AM
2008 Feb 05 5:39 AM
Hi,
use popup_get_values...this ll meet ur needs....
study its documentation in SE37
Cheers,
Will.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |