Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

values not populating in list box in dialog programing.

Former Member
0 Likes
1,135

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,038

Hi,

have you linked your listbox with the internal table?

try pasting the code of your pbo.

Thanks.

Aswath.

Read only

0 Likes
1,038
Read only

Former Member
0 Likes
1,038

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

Read only

Former Member
0 Likes
1,038

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.

Read only

Former Member
0 Likes
1,038

Hi somesh,

Use 'VRM_SET_VALUES' function module to populate values to the list box.

Regards,

Chandu.

Read only

0 Likes
1,038

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

Read only

Former Member
0 Likes
1,038

solved myself.