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