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: 

"Open file..." dialog from Application Server (Unix)

Former Member
0 Kudos

Hi all you experts.

I have a simple ABAP program that reads input files from Application Server (Unix), at this moment the users have to enter manually the name of the file(s) in a parameter text field. I would like to add value to this program by helping the user select the file using an "Open file..." dialog or something similar that enable them to chose the file on behalf of writing the complete name (including the path).

Do you have any idea about how to implement it?

Many thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Try function module F4_DXFILENAME_TOPRECURSION or F4_FILENAME_SERVER (for a specific directory) within the at value-request event for the filename.

Cheers,

Darren

2 REPLIES 2

Former Member
0 Kudos

Hi,

Try function module F4_DXFILENAME_TOPRECURSION or F4_FILENAME_SERVER (for a specific directory) within the at value-request event for the filename.

Cheers,

Darren

former_member188685
Active Contributor
0 Kudos

Check the Function FILE_GET_NAME