I have an Excel macro that uses SAP for printing data in pdf format. Steps:
- it access the SAP transaction which provides a table with the necessary information
- it press Print button (from the Menu Bar of SAP)
- then Print window appears (from here it is selected Microsoft Print To PDF option and then it is pressed OK button)
- Save As window appears (complete the path and filename: \S\BC....\outputName)
then Save button it is pressed
then no error happens
But if I access the path folder "\S\BC....", nothing happen, there is no file saved. BUT, if we look in "Date modified" property of the folder, it is modified in accordance with the last saving time.
Also, I mention that if I'm trying to write the pdf file on local folders, not network shared folders (example: a desktop folder: C:\Users\mariah\Test), macro works.
Also, I mention that user can Read&Write at the shared path \S\BC....\
Please help me to find the cause of this issue.