Monday, December 20, 2010
"use the below function module it can use both for application and presentation...

CALL FUNCTION 'F4_DXFILENAME_TOPRECURSION'
EXPORTING
i_location_flag = 'A'   "a for application path and P for presntation palth
i_server        = ' '
i_path          = w_path
filemask        = ' '
fileoperation   = 'R'
IMPORTING
o_path          = w_path.

"or use the below function module..

CALL FUNCTION '/SAPDMC/LSM_F4_SERVER_FILE'
EXPORTING
directory  = w_path       "if any directory you want to show defalt
filemask   = ' '
IMPORTING
serverfile = w_path.        "the return file stores here

0 comments:

Post a Comment

Your useful comments, suggestions are appreciated.Your comments are moderated.

Followers

Contact Form

Name

Email *

Message *

Web Dynpro ABAP Book

An SAP Consultant

Follow US


Want to Contribute ?

If you are interested in writing about the new stuff you learn everyday while working, please write to the.sap.consultants@gmail.com.

Click on Contribution for more details.