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

load data to bw

Former Member
0 Likes
439

He Friends ,

I am loading data from a csv file from my pc to to bw by tcode rsa1 . It is working fine . now I want to load this file stored in application server path /usr/tmp/ . Please suggest better way to do it.

Regards

SS

He Friends ,

I am loading data from a csv file from my pc to to bw by tcode rsa1 . It is working fine . now I want to load this file stored in application server path /usr/tmp/ . Please suggest better way to do it.

Regards

SS

2 REPLIES 2
Read only

Former Member
0 Likes
406

Normally we will use the following function modules to upload the data from application server:

open dataset

read dataset

close dataset

Thanks.

Read only

0 Likes
406

if it is the one time process than you can download file from application server to your desktop and than make that file csv and take data to BW.

otherwise you need to create program for the same and you can schedule it.