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: 

how to add input boxes.

Former Member
0 Kudos

hi experts,

i have a selection screen and if i give some input based on condition an input box has to pop up and ask for values and then i have to take the values in the box for processing .how can i do it .

thanks,

mani

1 REPLY 1

Former Member
0 Kudos

Have a look at the function module POPUP_GET_VALUES - it will give you the ability to collect extra data for subsequent processing (or you could write your own popup).