cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Decimal Simple Type from WDA to FlashIsland without excaping IntVal

Former Member
0 Kudos

Hello Gentlemens,

I'm facing an unexpected problem when trying to pass a decimal data type from WDA GACPROPERTY to

a FlexComponent, only numbers located after the decimal separator are displayed, the integer part and the

separator disapears, I 'm obliged to cast them from ABAP side into String data type to ensure a correct transmission.

The XBCML seems to be well formed, meaning the data type seems to be correctly described:

<SimpleType name="TYPE=PTM_QUONUM" base="decimal" totalDigits="11" fractionDigits="5"/>

Can you please help me to understand my mistake ?

Best Reagards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Any idea will be welcome...