form frm_get_path using pv_path type string.
clear pv_path.
call method cl_gui_frontend_services=>directory_browse
exporting
window_title = 'File Directory'
initial_folder = 'C:\\'
changing
selected_folder = pv_path.
call method cl_gui_cfw=>flush.
endform. "FRM_GET_PATH
阅读(1651) | 评论(0) | 转发(0) |