cancel
Showing results for 
Search instead for 
Did you mean: 

Decimal to Edm.Decimal Conversion Issue

former_member184598
Participant
0 Kudos

Hi,

We are on NW 7.4 (SAP_GWFND 7.4 SP06).

I have some decimal fields in my tables and I am trying to generate Model for these tables (import from DDIC).

I am getting following error. Some posts suggest that this is not an actual error. I checked SAP Note 1977590 but did not understand this fully.

Am I missing anything obvious here?

Accepted Solutions (1)

Accepted Solutions (1)

kammaje_cis
Active Contributor

Saumil,

As the note says all ABAP fields do not have an exact mapping in OData world. Hence it is a warning to say that you might lose data.

You can still go ahead and generate service and it will work as expected. For these fields, you may do more testing around these data types and see if you able to send/receive valid values to/from OData for your scenarios.

regards

Krishna

former_member184598
Participant
0 Kudos

Fantastic. Thank You Krishna.

I was able to generate the metadata despite these errors.

former_member182874
Active Contributor
0 Kudos

Hi Saumil Former Member

I am facing the same issue with my services. I had no issue generating the services.

But when i test in gateway client. I face this error :

Am i missing anything ?

Regards,
Tejas

AshwinDutt
Active Contributor
0 Kudos

Hello Tejas,

Send the Quantity without quotes ' ' '  and check.

/GetBCSet(IvQty=2.345,IvUid='XXX',IvUom='XX')

Regards,

Ashwin

former_member182874
Active Contributor
0 Kudos

oops solves for me thanks

Answers (0)