Skip to Content
0
Former Member
Dec 11, 2006 at 03:12 PM

sigh in field catalog

52 Views

Hallow I wont to do in my field catalog field with signd because I have a number that it have to bring a <b>-1</b> but he bring 1 how can I do that ? thankes

WHEN 'UTIL'.

wa_fcat-coltext = text-007.

wa_fcat-outputlen = 9.

wa_fcat-no_zero = 'X'.

  • wa_fcat-do_sum = 'X'.

wa_fcat-no_zero = 'X'. "NO ZERO BEFORE THE NUMBER

wa_fcat-datatype = 'QUAN'.

the field is

util(8) TYPE n,

regards