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

Populating values from popup

former_member184112
Active Contributor
0 Likes
340

Hi,

Module pool program: I have 3 fields based one drop down select in the first field the 2nd filed values will get popup screen(F4), based on any row select here, those values should get into populate in 2nd and 3rd fields (table maintenance screen).

Till Popup I have done.

I am getting row values into an internal table but here i am facing problem is when i select row in popup only first field only populating the next field not getting.

Please suggest me

Regards,

Prabhakar

1 REPLY 1
Read only

Former Member
0 Likes
293

Hi Prabhakar,

U said ur getting one field value from the popup. U can get the values that ur gonna show in popup in one internal table.

Get the single field value from popup which the user selects into the program and using READ statement get the remaing values from the internal table for the same and update in the required place.

Regards,

Sanil