2012 Feb 20 1:04 PM
hi,
i am facing a problem i.e. i am having a listbox on screen , in pbo i am filling that listbox with some values in an internal table.
But i am not able to populate the values i.e. while i am debugging the pai ......the list box is containing nothing.
So needed some help in this issue.
regards,
somesh
hi,
i am facing a problem i.e. i am having a listbox on screen , in pbo i am filling that listbox with some values in an internal table.
But i am not able to populate the values i.e. while i am debugging the pai ......the list box is containing nothing.
So needed some help in this issue.
regards,
somesh
2012 Feb 20 5:26 PM
Hi,
have you linked your listbox with the internal table?
try pasting the code of your pbo.
Thanks.
Aswath.
2012 Feb 20 8:06 PM
2012 Feb 21 2:37 AM
Hi,
Try to read these links. It will give you some pointers regarding on your problem.
<link-farm removed>
Revert if you have still any concern.
Thanks,
iostreamax
Edited by: Suhas Saha on Feb 21, 2012 8:50 AM
2012 Feb 21 3:38 AM
Hello Somesh,
write event
PROCESS ON VALUE REQUEST.
FIELD FIELDNAME MODULE MODULENAME.
Implement that module. In that module fill the internal table and pass that table to the function module F4IF_INT_TABLE_VALUE_REQUEST. Then the values will be populated to that field.
If any problem revert back.
Regards,
Supriya.
2012 Feb 21 5:41 AM
Hi somesh,
Use 'VRM_SET_VALUES' function module to populate values to the list box.
Regards,
Chandu.
2012 Feb 21 6:19 AM
hi all,
Thanks for your reply.
I solved the problem my self as the value pased in the key field in the table passed in vrm_set_values needed to be condensed.
regards,
somesh
2012 Feb 21 11:13 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |