2010 Feb 01 9:50 PM
Hi experts
recently install OS windows 7, and the applications that they use
PARAMETERS P_FILE TYPE RLGRAP-FILENAME DEFAULT ' C 😕 ' OBLIGATORY.
compile but in time of execution not found as XP. Now it doesn't show de dialog box explorer.
Also gives me error when I execute applications with the function CALL FUNCTION ' GUI_DOWNLOAD' the error that recovers is UNKNOWN_DP_ERROR = 14
Somebody knows if I have to install some SP for found on OS win 7?
My Sap GUI is 710
GREETINGS
Hi experts
recently install OS windows 7, and the applications that they use
PARAMETERS P_FILE TYPE RLGRAP-FILENAME DEFAULT ' C 😕 ' OBLIGATORY.
compile but in time of execution not found as XP. Now it doesn't show de dialog box explorer.
Also gives me error when I execute applications with the function CALL FUNCTION ' GUI_DOWNLOAD' the error that recovers is UNKNOWN_DP_ERROR = 14
Somebody knows if I have to install some SP for found on OS win 7?
My Sap GUI is 710
GREETINGS
2010 Feb 01 9:54 PM
2010 Feb 01 10:05 PM
Yes is ASC.
CALL FUNCTION 'GUI_DOWNLOAD'
EXPORTING
FILENAME = 'c:\mg.xls'
filetype = 'ASC'
append = ' '
TABLES
DATA_TAB = FileOut
EXCEPTIONS
FILE_WRITE_ERROR = 1
NO_BATCH = 2
GUI_REFUSE_FILETRANSFER = 3
INVALID_TYPE = 4
NO_AUTHORITY = 5
UNKNOWN_ERROR = 6
HEADER_NOT_ALLOWED = 7
SEPARATOR_NOT_ALLOWED = 8
FILESIZE_NOT_ALLOWED = 9
HEADER_TOO_LONG = 10
DP_ERROR_CREATE = 11
DP_ERROR_SEND = 12
DP_ERROR_WRITE = 13
UNKNOWN_DP_ERROR = 14
ACCESS_DENIED = 15
DP_OUT_OF_MEMORY = 16
DISK_FULL = 17
DP_TIMEOUT = 18
FILE_NOT_FOUND = 19
DATAPROVIDER_EXCEPTION = 20
CONTROL_FLUSH_ERROR = 21
OTHERS = 22.
2010 Feb 01 10:10 PM
2010 Feb 01 10:30 PM
Satya,
the modification doesn't compile data type STRING is not allowed.
tks.
2010 Feb 01 10:19 PM
2010 Feb 01 10:32 PM
2010 Feb 01 10:37 PM
It would be best to look for notes before installing a new version of Windows. It looks as if SAP only provides limited support for it.
Rob
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |