Hi,
In BW System I have few data load that needs to be performed using flat files on daily basis, Currently the files are being saved on my desktop and loaded them manually. But I would like to include them in process chains and load them during overnight data loads.
But in order to load them from my desktop overnight my desktop should not be shutdown
Please advise.
Thanks
Request clarification before answering.
Hi,
From desktop, we can't load them thru process chains.
We need to keep flat files in application servers Tx - AL11.
Later thru process chains we can load them whenever you want.
From where your getting your flat file on desktop?
By using some custom program you can move desktop files to AL11.
From AL11 to taregts we can load flat files data thru process chains.
Please search on google by using search key as "Various ways for File Moving from one folder to other on application server". it migth be helpful.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi SAP User,
I think by now you should have got the clarity, if yes, please mark the thread as answered and it will help others as well.
Thanks,
Shailu.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check if this link is useful- http://wiki.scn.sap.com/wiki/display/BI/How+to+write+routine+to+fetch+current+day
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
you can place the file in the AL11 server.
while creating the data source select the application server in extractiont tab -> file form the application server.
but you need to get the file to application server use the abap custom program.
take the abaper help write the logic.
Thanks,
Phani.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi SAP User,
In process chain, you can't load file from the local workstation. It will give the error.
Does file have daily updated records or you need to update flat file manually. If you have some kind of mechanism to upload the file at BW application server, then you can use that file and load to the data target.
You need to create one folder in AL11 t-code and place the file there. Then you can create flat data source and source of the file should be application server path.
Thanks,
Chandresh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Why you want to load them on daily basis? does the records gets updated in the flat files daily?
you can try to copy the files to the application server(/usr/sap/trans/ create a folder and copy the files into it.
you can list the directories in the AL11 transaction and check if the file is available.
Thanks,
Shailu.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.