Application Development 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: 

Downloading files to application server

Former Member
0 Kudos

Hi,

I have an internal table in which one line item is of length 467 chars. When i am downloading the contents from this internal table to apps server the length is getting truncated i.e. all the fields were not getting downloaded. I am opening the file in text mode and transferring the field contents into a string separated by space and transferring the same to application server file.

Any help will be appreciable.

3 REPLIES 3

Former Member
0 Kudos

hi

it is including the spaces also ...

need to extend the length of the file

i.e take it as 500

0 Kudos

Its inclusive of spaces in between.

I have tried 'transfer l_str to p_file length 1000' but it doesnot help.

Is there any other ways to define the output length?????

Former Member
0 Kudos

Hi,

Why dont you try this FM 'SCMS_STRING_TO_FTEXT' ?

This will help u ...

Regards,

S.Agarwal