2012 May 30 7:43 AM
hi,
i want to send the sales data in to path like http://10.64.37.154:8080/sap/ into GUI_DOWNLOAD function module.
is it possible?
Thank and regards
Rahul
2012 May 30 7:46 AM
If the path gets executed from your command prompt without any issues, then the same can be directly passed to GUI_DOWNLOAD
Otherwise , you have to use some other means like External command,FTP etc.
2012 May 30 8:03 AM
This is LINUX operating system.
CALL FUNCTION 'GUI_DOWNLOAD'
EXPORTING
FILENAME = '//10.64.37.154:8080/sap'
FILETYPE = 'DAT'
at run time it shows 'Access Denied'.
?????????????????????
2012 May 30 9:15 AM
Hi Rahul,
If you (SAP User-Id) have read/write access to the path, then, check for any Firewalls that may be operational and denying access. You can ask your BASIS Team or IT Network Admin Team to help you with access rights.
Regards, Pranav.
2012 May 30 7:47 AM
Hi Rahul,
If you are using a Windows OS, then it is not possible as the OS does not allows files with special characters in the name.
As for the file path, yes you can.
Regards, Pranav.
2012 May 30 8:02 AM
Dear Pranav,
This is LINUX operating system.
CALL FUNCTION 'GUI_DOWNLOAD'
EXPORTING
FILENAME = '//10.64.37.154:8080/sap'
FILETYPE = 'DAT'
at run time it shows 'Access Denied'.
?????????????????????
2012 May 30 7:52 AM
2012 May 30 8:03 AM
This is LINUX operating system.
CALL FUNCTION 'GUI_DOWNLOAD'
EXPORTING
FILENAME = '//10.64.37.154:8080/sap'
FILETYPE = 'DAT'
at run time it shows 'Access Denied'.
?????????????????????
2012 May 30 8:07 AM
There are several reasons for this message.
Check if the folder is protected or not. This can be tested by just making the folder as shared. Also provide the file name in the path.