Skip to Content
0
Former Member
May 08, 2008 at 05:37 AM

Formatting Problems

18 Views

Hi guys,

I am taking the field EKBE-WRBTR and in that particular field there are few values like the following.

9.000,00

1.000,00

7.000,00.

And my requirement is the dot that is coming in the second position should not come there. it should be like.

9 000,00.

After that i should use that for an ALV display. This is urgent.

I am givin my code which i am using now. But that is not solving my problem

data : lc_wrbtr type p.

clear lc_wrbtr.

lc_wrbtr = gt_ekbe-wrbtr.

move lc_wrbtr to tap-bualt.

Khan.