Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PARAMETERS Default Path

Former Member
0 Likes
557

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.

3 REPLIES 3
Read only

Former Member
Read only

Former Member
0 Likes
495

Upernder,

request you to search, there are already posts regarding this from which you can get your answer.

thanks

Read only

Former Member
0 Likes
495

don