cancel
Showing results for 
Search instead for 
Did you mean: 

Real Numbers extracted to a Key Figure

Former Member
0 Kudos

I am extracting some data from a non SAP system. There is one field which I am mapping to a key figure. In the external system the field is of data type real. My key figure is a Floating Point Number.

When I extract this field in the PSA and Key figure representation it is shown for example as follows

8,0000000000000000E+00

Why is this and how can I just show the number? Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

floating point is 16 places. hence you will see that.

Former Member
0 Kudos

Raj,

Thanks for this. In order to see 16 what type should I define the key figure as?

Answers (1)

Answers (1)

Former Member
0 Kudos

PSA is the representation of data extracted from source system without transformation, because of that you see the number in that way, have you tried to do a load?

Former Member
0 Kudos

Hi Oscar

We are extracting from DB2 tables using DB Connect.

I have checked the DB2 table and the field value will appear for example as 16. Whereas in the PSA and DSO tables

1,6000000000000000E+01

Thanks