2006 May 22 12:55 PM
HI,
In ECC 6.0 version the function module DOCFILE_CLIENT_TO_SERVER is obselete. I need to replace the function module with new one. Please suggest me with respective one.
CONCATENATE 'KOST_' SY-DATUM '_' SY-UZEIT INTO W_UNIXFIL.
WS_FIL = P_WSFIL.
REPLACE 'XXX' WITH SY-SYSID(3) INTO W_PATH.
CALL FUNCTION 'DOCFILE_CLIENT_TO_SERVER'
EXPORTING
SOURCEPATH = WS_FIL
SOURCEFILE = ' '
TARGETPATH = W_PATH
TARGETFILE = W_UNIXFIL
EXCEPTIONS
ERROR = 1
OTHERS = 2.
I have to replace above function module.
Thanks in advance,
kishore
2006 May 22 1:02 PM
Hi Kishore,
Check FM ARCHIVFILE_CLIENT_TO_SERVER
Hope this helps
Thanks
Lakshman