‎2007 Nov 21 7:34 AM
Dear experts,
I'm using BAPI_DOCUMENT_CHECKOUTVIEW2 to download doc file from server to local PC, but the filename that I downloaded is not same as the orginal filename. The downloaded filename always as "_<USERNAME><NO>.TIF", it always save as my username+running number, I want the original filename instead of this, how to do it?
‎2008 Jul 14 5:28 AM
Found the solution by using 2 function:
1. CV115_DOC_OPEN_DISPLAY
2. CV120_DOC_CHECKOUT_VIEW
‎2009 Jul 21 6:56 PM
A better answer may be to update the configuration of the workstation application. Facing this same issue, I found that I can avoid the renaming of the file by setting the flag NO_TMP_NAM.
Path in SPRO is Document Management>General Data>Define Workstation Application, then put an "X" in the column "NoRename"
--Peter