The easiest method is
concatenate '-' amount into a variable, and then display this variable in the smart form .
Or use this method to modify your internal table (your internal table should have this variable as a field).Now loop and write it in the smartform.
Regards
Binoo
NB: Award points if it works
Hi,
Use this.
&VBAK-NETWR(<)&
Also the SET SIGN LEFT command put the sign on the left side of all numeric value.
Cheers
Vinod
Message was edited by: Vinod C
Add comment