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

output format

Former Member
0 Likes
314

Hi

alv report downloading data to text file.

Currently amount field is display like 2,056.10 it's fine.

But the text file amount field should be 205610 this.

How to do this? pls help me

Regards

Kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
295

did you mention the decimal_out field in the fieldcatalog.

decimal_out = 2.

for currency and quantity fields you have to give the ref_field and ref_table details also.

1 REPLY 1
Read only

Former Member
0 Likes
296

did you mention the decimal_out field in the fieldcatalog.

decimal_out = 2.

for currency and quantity fields you have to give the ref_field and ref_table details also.