‎2007 Sep 06 6:05 PM
Hi guys,
i need to display a dynpro with some data, the problem is that sometimes i got an abap error when i call the dynpro.
the error is because when u try tu put a currency with the negative symbol ( - ),
i create the field as currency with reference Q0045-OPELO, but no matter what field i use, if the result has a - i always get the abap error.
any ideas?
‎2007 Sep 06 6:52 PM
Use a reference field whose domain allows signs. For example
FMIFIIT-TRBTR.
Rob
‎2007 Sep 06 6:11 PM
‎2007 Sep 06 6:52 PM
Use a reference field whose domain allows signs. For example
FMIFIIT-TRBTR.
Rob
‎2007 Sep 06 6:55 PM
If that doesn't work, make sure that you have a place holder for the negative in the screen field. Go to screen painter, click on the element list tab, then click the Texts/I/O Templates tab, in the Text or I/O Field column, make sure that you have something like this in that field ________________V for your particular field.
Regards,
Rich Heilman