Quantcast
Channel: SCN: Message List - ABAP Connectivity
Viewing all articles
Browse latest Browse all 3125

Re: Access File From Shared Network / Folder.

$
0
0

1. Didn't get any FM to get list of files from Shared folder.

2 .Below is the answer for Second point :


CONCATENATE'\\your shared ip\foldername\xyz.txt  INTO lv_path.

 

         d_string = lv_path. " text.

 

         CALLMETHOD cl_gui_frontend_services=>execute

           EXPORTING

             document               = d_string


Viewing all articles
Browse latest Browse all 3125

Trending Articles