‎2012 Mar 16 9:16 AM
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..
‎2012 Mar 16 11:53 AM
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
‎2012 Mar 19 12:04 PM
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.
‎2012 Mar 25 8:19 PM
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