Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Sap error when displaying dynpro

Former Member
0 Likes
733

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
702

Use a reference field whose domain allows signs. For example

FMIFIIT-TRBTR.

Rob

3 REPLIES 3
Read only

Former Member
0 Likes
702

try using a charater field type rather than Q0045-OPELO,

Read only

Former Member
0 Likes
703

Use a reference field whose domain allows signs. For example

FMIFIIT-TRBTR.

Rob

Read only

0 Likes
702

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