Attention: open in a new window. PDFPrintE-mail

2008
08
May

Create a Directory in the user local hardisk

User Rating: / 2
PoorBest 

REPORT ZGUI_DIR.

call function 'GUI_CREATE_DIRECTORY'
  exporting
    dirname       = 'C:\TEST'
  EXCEPTIONS
    FAILED        = 1
    OTHERS        = 2.

if sy-subrc <> 0.
  WRITE: / 'Error Code ',SY-SUBRC.
endif.

Last Updated (Sunday, 04 May 2008 21:12)
Please register or login to add your comments to this article.
Banner