InterviewSolution
| 1. |
How To Change Default Download Directory From Sap Gui? |
|
Answer» In order to change default download directory from SAP GUI user need to change default path in the setting of below registry: [HKEY_LOCAL_MACHINE Software SAPSAP SHARED] on 32-bit operating systems [HKEY_LOCAL_MACHINE Software Wow6432NodeSAPSAP Shared] on 64bit operating systems Key: SapWorkDir Type: Expandable String Value Value: The path you WANT to change Note: Using the Registry Editor INCORRECTLY can LEAD to serious issues; therefore, use the Registry Editor at your own risk. In order to change default download directory from SAP GUI user need to change default path in the setting of below registry: [HKEY_LOCAL_MACHINE Software SAPSAP Shared] on 32-bit operating systems [HKEY_LOCAL_MACHINE Software Wow6432NodeSAPSAP Shared] on 64bit operating systems Key: SapWorkDir Type: Expandable String Value Value: The path you want to change Note: Using the Registry Editor incorrectly can lead to serious issues; therefore, use the Registry Editor at your own risk. |
|