Introduction
In Web UI the default directory for adding originals is the directory where NWBC was installed (assuming NWBC is used to access Web UI). File browsing, upload and download in Web UI is handled by the ACF component requiring a Java runtime on the client. In order to change the default directory, an enhancement is required.
Environment
PLM 7.02 of ERP 6.0 EHP6, SPS04 was used while composing this document.
Solution
Open Web Dynpro component /PLMU/WDC_DIR and view V_DIR_ORIGINAL_ADD. Press Enhance icon on the toolbar, enter name and description for your enhancement. Select the Methods tab and scroll to the right and press on the create Overwrite Exit icon on row ONACTIONBROWSE. Copy and paste the source code from the original method and change the following line:
start_directory = ''
Change the value to the desired default directory.
Conclusion
SAP should make the default directory configurable.