Page 1 of 1

CURR Data Type

PostPosted: Thu Mar 17, 2005 12:37 pm
by Arian4706
Hi All,

Can anyone help me in, How to replace a variable of type CURR with space when the variable value is 0.

Thanks in advance

Re: CURR Data Type

PostPosted: Thu Mar 17, 2005 12:48 pm
by Silke1341
Techoo hat geschrieben:Hi All,

Can anyone help me in, How to replace a variable of type CURR with space when the variable value is 0.

Thanks in advance

if you could be more precise on what you're actualy trying to do, it'd be easier to give help.

What ist it that you want to achieve?
  • Do you want to write the value into a 'normal' ABAP list or a character variable?
    Use WRITE ... CURRENCY ... NO-ZERO
  • are you using an ALV grid?
    There is a field in the field catalog to supress zero-values (NO_ZERO ??)
  • others?