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

Downloading File from Application server

Former Member
0 Likes
448

Hi

I have a problem in downloading a file from Application server. My file in application server is a tab delimited file, I have 3 records, when i tried to download it the cursor is going to the next line after 3rd record, so it is treating the next line as a new record with no data.

Could anyone help me.

Regards

Hi

I have a problem in downloading a file from Application server. My file in application server is a tab delimited file, I have 3 records, when i tried to download it the cursor is going to the next line after 3rd record, so it is treating the next line as a new record with no data.

Could anyone help me.

Regards

2 REPLIES 2
Read only

Former Member
0 Likes
408

Hi,

How are you downloading the file from application server,

if you are populating to internal table and using GUI_DOWNLOAD , then delete that extra line from itab..

also check FM DX_FILE_READ to read file from application server

Read only

Former Member
0 Likes
408

Hi

It is an interface program from sap to core.I need toplace the file in application server. When the core team is fetching the file from application server they are gettin an extra record with no data. Even i had checked by downloading that file the cursor is goin to the next line. Hw to stop the file at the last field of last record.

Plz help me out.

Thanks & Regards