Ver Mensaje Individual
  #2  
Viejo 30/06/06, 21:23:09
Mauricio Hidalgo Mauricio Hidalgo is offline
Senior Member
 
Fecha de Ingreso: may 2006
Localización: Santiago, Chile
Mensajes: 481
Para buscar directorios localmente he usado este método.

call method CL_GUI_FRONTEND_SERVICES=>DIRECTORY_BROWSE
exporting
WINDOW_TITLE = 'EJEMPLO'
INITIAL_FOLDER = 'c:\'
changing
SELECTED_FOLDER = midir
exceptions
CNTL_ERROR = 1
ERROR_NO_GUI = 2.

en una de esas te sirve.
Responder Con Cita