Hi Shaji,
As I mentioned earlier, you can provide path as:
file://<IP address>/<FilePath>/<Filename.ext>
for your case it would be:
file://<IP address>/D$/MyFiles/test.txt
I would recommend using IP address in the path.
If you have gone through the thread on sap help, it clearly says:
Property | Data Type | Access | Description |
Path | String | In and out | Identifies the fully qualified path of the file you want to create or modify. For the action to be successful, theInternet Guest Account user for the machine must have write access to the directory. For example, if you want to create or modify the file index.htm, the file path isc:\Inetpub\wwwroot\index.htm. Property Data Type Access Description Path String In and out Identifies the fully qualified path of the file you want to create or modify. For the action to be successful, the Internet Guest Account user for the machine must have write access to the directory. For example, if you want to create or modify the file index.htm, the file path is c:\Inetpub\wwwroot\index.htm. If the file exists in the SAP MII Web content, you can define the path as follows: WEB://<ProjectName>/<FolderPath>/index.htm db://<ProjectName>/WEB/<FolderPath>/index.htm If the file exists in the SAP MII Web content, you can define the path as follows: WEB://<ProjectName>/<FolderPath>/index.htm db://<ProjectName>/WEB/<FolderPath>/index.htm |
Please check underlined text.
Hope this helps.
Thanks and Regards,
Swaroop