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

View error with DEC fields

Former Member
0 Likes
446

Hi all,

There is a Dictionary Table with a DEC field :

DAYS_TOTAKE DEC 4 1 Pending days

Data type DEC

No. characters 4

Decimal places 1

Output length 5

Convers. routine

This field is populated with + and - values.

I have created a VIEW but when I access it by SM30 (display or mantain), a DUMP occurs :

Screen name.............. "SAPLZTHR_ACUM_VAC"

Screen number............ 0001

Screen field............. "ZTHR_ACUM_VAC-DAYS_TOTAKE"

Error text............... "FX015: Sign lost."

DYNPRO_FIELD_CONVERSION

I modified the screen (output lenght and visible length), but it was no use.

Can anyone help me?

Thanks in advance,

Lilian.

1 REPLY 1
Read only

Former Member
0 Likes
330

The problem was that the domain was defined without SIGN option. So, the dump was produced because of the negative values.

It resolved the problem.