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

transefer file into the application server

Former Member
0 Likes
744

I hv created a xls file in presentation server now i want to transfer that file into the

application server .

they give me this path /USR/REPORTS/MM/VAT.XLS

so how can we solve this prob ?

I hv created a xls file in presentation server now i want to transfer that file into the

application server .

they give me this path /USR/REPORTS/MM/VAT.XLS

so how can we solve this prob ?

5 REPLIES 5
Read only

Former Member
0 Likes
686

use transaction CG3Z

Regards

-Muktar

Message was edited by:

Muktar Khan

Read only

former_member386202
Active Contributor
0 Likes
686

Hi,

If you are writing the z report for that then use datset to upload the file on application server otherwise use tcode cg3z.

Regards,

prashant

Read only

Former Member
0 Likes
686

u have to maintain a script and use the FM

'SXPG_CALL_SYSTEM' to move the file from presentation to application server.

in the FM in in exporting segement send the scrip name in the

commandname .

thats all

Read only

0 Likes
686

u can maintain the scrip in SM69

Read only

Former Member
0 Likes
686

it's working thx everybody