Skip to Content
0
Former Member
Feb 20, 2009 at 01:05 PM

Statement Right circular!!!

1225 Views

Hi,

I had like to move the -ve sign of the number from rear to front

Ex: if the number is 2000- i want to have this value in the output as -2000.

for that i had used the ABAP key words shift right circular

This is working fine for the numbers as well. i had made the numbers as data types Chars and performed the coding.

But if the number is in the format 0.0001-, then even after applying the shift right circular it is not working-

But the decimal part has to be maintained as these decimal values are needed in the final output