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

function module

Former Member
0 Likes
939

hai

ws_filename_get is now obsolute function module.what is

the replaced function module.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
913

USE F4_FILENAME or CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG

Hi Venkat,

Use FM

<b>F4_FILENAME</b>

Regards,

Hemant

7 REPLIES 7
Read only

Former Member
0 Likes
914

USE F4_FILENAME or CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG

Read only

Former Member
0 Likes
913

hii its

ITS_FILENAME_GET

please reward if useful

vikaas

Read only

0 Likes
913

hi,

check the FM TB_LIMIT_WS_FILENAME_GET

regards,

santosh.

Read only

Former Member
0 Likes
913

Hi,

Try this FM:

IO_D_FILES_SELECT

Jogdand M B

Read only

Former Member
0 Likes
913

Hi Venkat,

Use FM

<b>F4_FILENAME</b>

Regards,

Hemant

Read only

Former Member
0 Likes
913

WS_FILENAME_GET is obsolete so replace this function module with

CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG.

Regards

Airaj

Read only

Former Member
0 Likes
913

WS_FILENAME_GET is obsolete so replace this function module with

1) CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG if the mode is open mode .

2) CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG if the mode is save mode.