cancel
Showing results for 
Search instead for 
Did you mean: 

Services showing error while getting the Tmstmp field from different server

Former Member
0 Kudos

Hello Experts,

I created a service to get the data from different server by use of remote function modules.

There are more than 10 field in the table but the field which is Tmstmp field (date and time both r concatenated ) of type (DEC 15 ) is throwing an error ,

it is saying

..ERROR_INFOInvalid format (return table): Row Number 1,  Property Name 'CancelledTmstmp',  Property Value '0 '

I guess it is due to conversion of data but how i will resolve this.

Kindly resolve my issue .

Regard,

Rewati Raman

Accepted Solutions (1)

Accepted Solutions (1)

AshwinDutt
Active Contributor
0 Kudos

Hello Rewati,

In SEGW you need to set the property 'CancelledTmstmp' nullable ( highlighted in green color ) in your GW model.

example ->

Then re-generate run-time artifacts.

Clear cache using /iwfnd/cache_cleanup & /iwbep/cache_cleanup in GW system.


This should resolve the issue.

Please check.


Regards,

Ashwin

Answers (3)

Answers (3)

Former Member
0 Kudos

Perfect Ashwin its working now.

Thanks.

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Discussion successfully moved from SMP Developer Center to SAP Gateway

Regards,

JK (Moderator)

agentry_src
Active Contributor
0 Kudos

Discussion successfully moved from SAPUI5 Developer Center to SMP Developer Center

although I am not sure SMP DC is the right community, I am very sure that SAPUI5 DC is the wrong community since nothing in your post has anything to do with SAPUI5.  Presumably you are referring to OData Services so at the least, SMP DC will be better for finding an answer or being directed to an even better community.

Regards, Mike (Moderator)

SAP Technology RIG

Former Member
0 Kudos