Hello,
I'm having a problem with a field in a screen,
I have one field zmmtnfw7-vlr_fornec with the type J_1BNETPRI.
When I do zmmtnfw7-vlr_fornec = i_1bnflin-netpr i receive a erro in a screen with Insert a numeric value.
The value is 900.000,000000 but in the screen appears *0000,000000
So my table zmmtnfw7 has other field with the same type zmmtnfw7-vlr_orig
IF I put this field in a screen and refer to the dictionary this problem don't occur!
The booth field are the same type and the same configuration and receive the same value but one works and other isn't!
I try using write i_1bnflin-netpr TO zmmtnfw7-vlr_fornec. OR move i_1bnflin-netpr TO zmmtnfw7-vlr_fornec, but the error occur again!
Why I can do?