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

Fun. Module WS_FILENAME_GET

former_member530652
Participant
0 Likes
825

Hi,

In fun. module WS_FILENAME_GET, i want to know the working of exporting parameter mask.

Tell me possible values for this parameter.

Edited by: Sandeep Bhamare on Feb 12, 2008 1:22 PM

Hi,

In fun. module WS_FILENAME_GET, i want to know the working of exporting parameter mask.

Tell me possible values for this parameter.

Edited by: Sandeep Bhamare on Feb 12, 2008 1:22 PM

5 REPLIES 5
Read only

Former Member
0 Likes
744

Hi,

MASK is a normal printout which specifies the files which can be selected.

Structure of MASK: ','<text>','<FILTERGROUP>+'.'

Structure of FILTERGROUP: <filter>';'<filter>*

Example: CALL FUNCTION .. EXPORTING .. MASK = ',.,..' .. generates the file selector mask with the defaults File name: empty, Save as type: .

Plzz reward points if it helps

Read only

Former Member
0 Likes
744

Hi,

MASK is a normal printout which specifies the files which can be selected.

Structure of MASK: ','<text>','<FILTERGROUP>+'.'

Structure of FILTERGROUP: <filter>';'<filter>*

Example: CALL FUNCTION .. EXPORTING .. MASK = ',.,..' .. generates the file selector mask with the defaults File name: empty, Save as type: .

Please reward if helpful

rgds,

Harikrishna.

Read only

Former Member
0 Likes
744

dont use this function module this is obsulute, go to the function group SFES and then u can find the appropriate one.

Read only

Former Member
0 Likes
744

hi,

WS_FILENAME_GET is obsolete.

Instead try using,

'F4_FILENAME'.

It will show the file selection pop-up box and you can select any file and use that path in the program.

do reward if helpful..

Read only

0 Likes
744

In case of fun module WS_FILENAME_GET i am getting pop up window but i am not getting the significance of exporting parameter mask.

i never used f4_fiename, why do u think WS_FILENAME_GET is obsolete??