Application Development 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: 

drop down value in table control not getting poplulated in internal table

Bharath84
Participant
0 Kudos

Hi All,

I am displaying 3 records in my table control. Last column is a drop down field. I have selected the drop down value for all the 3 records. I am clicking on push button on Application tool bar. I put a breakpoint in PAI and in debugging I do not see the drop down value for 3rd record. It is showing as space.

Also I observed, after filling the drop down values and if I hit ENTER and then if I click on push button then the 3rd record is also getting filled. There may be chances user may not hit enter every time. So for last record, the drop down will be empty.

Is there any code that I am missing in PAI. Please let me know if anyone faced this issue.

Thanks,

HT

2 REPLIES 2

Sandra_Rossi
Active Contributor
0 Kudos

Hmmm is it a "Table Control" (classic dynpro element) or an editable ALV ? (the latter is most probable because this kind of issue is well-known, and it's not related to dropdown list boxes)