cancel
Showing results for 
Search instead for 
Did you mean: 

Value must be of type integer (between -2147483648 and 2147483647)

Former Member
0 Kudos

Hi,

Does anyone knows how to overcome this issue?

NW7.01.05

My Table in the View uses as dataSource a node called "DumpReport" - This has been created using a Structure type Zwd_S_Dumpage_Data.

The structure has some elements, and my issue is in the Quantity element. This element is defined as:

Element Name: Quantity

Simple Type Package: [irrelevant]

Simple Type: Zwd_E_Dumpqty

Built-in Type: decimal

Length: 13

Decimals: 3

I have one InputField, binding to this property. When I try to submit any decimal values, I get this error:

" Value must be of type integer (between -2147483648 and 2147483647) " - related to that Context Property (Quantity).

Regards,

Daniel

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

For future reference,

External Length for this dataType was 17. We made it bigger in the R/3, since we compared to a Price field and it was 18 and working.

Somehow this fixed our issue. I'm still looking for some additional information, since the Built-in type was a Decimal (WDP side) and it was being validated as an Integer?!!?

Daniel