‎2009 Oct 08 11:09 AM
HI all;
am working with ALV Reports .
These reports will be displayed data in ALV Format and as well it will Transfered the ALV displayed data into xml files.
for given location in application server.
PARAMETERS zfname TYPE AUTHB-FILENAME DEFAULT ''D:\usr\sap\CCMS\sap_itax\Cust_'.
xml files will be generating in application server with this path.
Note: am using OPEN DATASET filename FOR OUTPUT IN TEXT MODE message msgs ENCODING DEFAULT.
it's woking fine with this Path.
***********************************************************************
My Requirement is:
i want to generate these xml files into specific location (not in Application server) it's in different system.
can i give the default File path(OTHER SYSTEM SHARED FOLDER) like the below.
PARAMETERS zfname TYPE AUTHB-FILENAME DEFAULT '
192.123.1.114\TEST\FILE1'.
IP:
199.123.1.123\
TEST: IS THE FULL ACCESS SHARED FOLDER NAME (IT'S IN OTHER SYSTEM) OR CLIENT SYSTEM.
FILE1: NAME OF THE FILE.
THANKS;
UPEN.
‎2009 Oct 08 1:28 PM
‎2009 Oct 08 2:11 PM
Upernder,
request you to search, there are already posts regarding this from which you can get your answer.
thanks
‎2009 Dec 29 12:16 PM