Skip to Content
0
Former Member
Dec 05, 2006 at 10:33 AM

Regarding download

20 Views

Hi All,

I am using ws_download for downloading to local machine.

My output file is of fixed length.

if matnr = 10 char(12345) and amount =13 char, file type ASC then the output is ok, 12345 4234.67.

if matnr = 10 char(12345) and amount =13 <b>P</b> type, file type <b>ASC</b> then I am getting some junc charaters in the output for the amount.

if matnr = 10 char(12345) and amount =13 <b>P</b> type, file type <b>DAT</b> then the amount filed is ok but file length is differed. it is downloaded as

123454234.67 instead of 12345 4234.67.

Please help.