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: 

Is there any function or way to get a text when clicked on a button

Former Member
0 Kudos

Hi all,

I need to get a file name when clicked on a button at user-command(just after the selection ends and the output came, there are some buttons on the screen).

Any function, thanks.

3 REPLIES 3

Former Member
0 Kudos

Hi all,

Is not the problem clear.

I want to ask for the user to enter a text value when he / she clicked a button.

Any function or way to do that.

Thanks.

0 Kudos

If you want user to supply a file name, you should popup a file selection dialog box. Depending on where the file might reside, use one of the following function modules.

F4_FILENAME

F4_FILENAME_SERVER

0 Kudos

You could use the function modules POPUP_GET_VALUES or POPUP_TO_GET_VALUE and execute it when the user clicks on a button.

You will need to receive the entered value into an internal table field for further processing.