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: 

Clasical Report Output

Former Member
0 Kudos

hi Experts,

In my report when am doing deburging ... am getting values like 2024390.00 but in the output it shows like 2.024.390,00... so how to solve this problem.and other problem is i have a value which is 190 but it prints only 1. so plz help me.

correct answers will b appreciated with good points.

regards,

Sunita.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Sunitha,

Go to System ==>USER PROFILE==>Own data==>Defaults==>Decimal notation

If Found Help Full Do Reward.

Regards.

Eshwar.

9 REPLIES 9

Former Member
0 Kudos

Check the length of the field which is printing 190.

Thanks,

Shailaja

Former Member
0 Kudos

HI,

For first issue.

GO to SU01 --> Input the user id --> Click Change button --> Select Default tab --> In Decimal notation change to the desired format.

Thanks,

Sriram POnna.

former_member282823
Active Participant
0 Kudos

Hi,

Go to Tcode su01d and go to defaults tab there, and check the decimal notation. you have to change there.

Regards,

Ramesh.

0 Kudos

Hi

Thanks.. for your early answer. but what about my second question.its printing 1 insted of 190 and the size of this field z char 13.

plz help me.

Regards

Sunita.

0 Kudos

Check how many characters are you allocating for that field while outputting.

Thanks,

Shailaja

Former Member
0 Kudos

Hi,

Create an variable of char (size xyz). and you need to pass the value with you want to print like 2024390.00 ..

it will print ok...

Reward Points if useful

Raghunath.S

9986076729

0 Kudos

Hi,

ur getting value like that 2.024.390,00

but the value has to display 2,025,390.00 .

do one thing goto menubar system> userprofile->owndata. if u click on owndata it gives one screen there choose default tab in that screen change the amount format.

another probleam is 190.

decalre the var is var(3) type c value 190.

write var.

output is 190.

Former Member
0 Kudos

HI Sunida,

1.U have to check that field type.

2. for second one check the field length.

Regards,

Prabhu.

Former Member
0 Kudos

Hi Sunitha,

Go to System ==>USER PROFILE==>Own data==>Defaults==>Decimal notation

If Found Help Full Do Reward.

Regards.

Eshwar.