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

Problem with List box in table control

Former Member
0 Likes
327

Hi everyone,

I have a problem with the list box in the table control.

the issues is i had set up a listbox in the tablecontrol.

now in POV on that tablecontrol-fieldname i specified a module <mod>

in mod i have used vrm values and got the list populated.

till here its working fine.

now when i run the transaction and click on the tablecontrol-listbox, the values are geeting populated.

however when i select the value and press enter the value in the listbox is getting blank are not getting stored or reflected back in the internal table or work area .

i want the value to be stored in the table control listbox even after i press enter.

could any one please help me out in solving this problem.

thanks and regards

chandu reddy sunkari

1 REPLY 1
Read only

Former Member
0 Likes
303

1) Table should refer to global structure

2) Declared in TOP INCLUDE.

3) Name in the on the screen and the Top include should be same.

4) When you press enter on the screen Handle the ENTER in the PAI to SAVE the data selected.

[Refer|;

Regards,

Gurpreet