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

dialog programming generate input field at runtime

Vinay3
Participant
0 Likes
483

i want to create input field at runtime on button click in dialog programming i.e whenever i required in can increase number of input field at run time..

3 REPLIES 3
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
443

I do not think there is a way to do it for the screen fields. You can do it through table control or ALV by appending a row in the end.

"If thebutton is clicked 500 times, will the screen have the resolution to display it ? So your question is not valid.

Kesav

Read only

Former Member
0 Likes
443

Hi,

I don't think you can create fields at runtime but instead you create and hide input fields as many u might need. And based on your requirment you can reappear those fields by modifying the screen.

regards.

Aswath.

Read only

Former Member
0 Likes
443

Hello vinay,

Dynamic generation of the fields in the dialog programming may not be possible. But you can create the fields and labels which you want to display on the screen. And in the PBO in the LOOP AT SCREEN. you can hide or make it visible as per your conditions or events or requirements.

Thanks

Nilesh P