2013 Jan 10 11:52 AM
Hello,
I have created a popup screen to FM 'POPUP_GET_VALUES'. But when the same screen popups again, the data input beforehand didn't show on the screen. How can I show the data info when the screen popups?
Thanx.
2013 Jan 10 12:25 PM
Hi,
The you have to provide all the data in LT_FIELDS table and that will be displayed.
CALL FUNCTION 'POPUP_GET_VALUES'
EXPORTING
no_value_check = 'X'
popup_title = i_title
start_column = '20'
start_row = '10'
importing
returncode = returncode
TABLES
fields = lt_fields
EXCEPTIONS
error_in_fields = 1
OTHERS = 2.
Thanks,
Tooshar Bendale
Hello,
I have created a popup screen to FM 'POPUP_GET_VALUES'. But when the same screen popups again, the data input beforehand didn't show on the screen. How can I show the data info when the screen popups?
Thanx.
2013 Jan 10 12:25 PM
Hi,
The you have to provide all the data in LT_FIELDS table and that will be displayed.
CALL FUNCTION 'POPUP_GET_VALUES'
EXPORTING
no_value_check = 'X'
popup_title = i_title
start_column = '20'
start_row = '10'
importing
returncode = returncode
TABLES
fields = lt_fields
EXCEPTIONS
error_in_fields = 1
OTHERS = 2.
Thanks,
Tooshar Bendale
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |