cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Fiori - Travel Request Invalid format in Time stamp conversion

naveenraj_a
Active Participant
0 Kudos

Hi Experts,

We have implemented SAP Fiori- Travel Request Application with component SAPK-10002INUIX01TRV. Our Gateway is NW 7.31.

While executing the application we are getting a Type Conversion error in our Travel Entityset - GET method.

Please let me know if am missing any SAP Note to be implemented.

Error Log:

.ERROR_CONTEXT
..ERROR_INFOInvalid format (return table): Row Number 9,  Property Name 'LastChangeDate',  Property Value '0.0000000 '
..ERROR_RESOLUTION
...SAP_NOTESee SAP Note 1797736 for error analysis
...LINK_TO_SAP_NOTEhttps://service.sap.com/sap/support/notes/1797736
../IWCOR/CX_DS_INTERNAL_ERROR
../IWCOR/CX_DS_EP_ENTITY_ERROR
...INDEX9
...PROPERTYLastChangeDate
../IWCOR/CX_DS_EP_PROPERTY_ERROR
...PROPERTYLastChangeDate
...VALUE0.0000000
...TYPE
...OFFSET0
..CX_PARAMETER_INVALID_RANGE
...VALUE0.0000000
../IWCOR/CX_DS_EDM_FACET_ERROR
...VALUE0.0000000
...FACETnullable=false
..SERVICE_INFO
...NAMESPACE/SAP/
...VERSION0001
...SERVICE_NAMESRA004_SRV
...REQUEST_DIRECTIONConsumer to Gateway
...REQUEST_OPERATIONread
...AGENTOData Lib 1.0 Handler
...SYSTEM_ALIASGWHCM
...DESTINATION
..SYSTEM_INFO
...REQUEST_URI/sap/opu/odata/sap/SRA004_SRV/Travels?$skip=0&$top=20&$inlinecount=allpages&sap-client=186

Accepted Solutions (0)

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Naveenraj,

What is support package level for SRA004?

Regards, Masa

SAP Customer Experience Group - CEG

naveenraj_a
Active Participant
0 Kudos

Hi Masa, Thanks for the response.

The SRA004 has SP level of 0004.

The Support package is SAPK-60004INSRA004.

Also the IW_BEP in backend has Support package SAPK-20008INIWBEP.

Thanks again.

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Naveenraj,

Can you change the travel request and check the LastChageDate value in backend?

Does the app work if the LastChageDate has correct date?

Regards, Masa

SAP Customer Experience Group - CEG

naveenraj_a
Active Participant
0 Kudos

Hi Masa,

As i debugged the Travels entityset, while moving the last row on the internal table to the et_entityset there is a error in assigning timestamp value to 'LastChangeDate'.

Also every time i see it is giving the error only while assinging last row of the internal table to the et_entityset.

PS: I have seen a SAP note - 1803227 for this kind of type conversion error.

http://scn.sap.com/thread/3375127

I see this note is for IW_BEP - SAPK-20007INIWBEP, but we have IW_BEP - SAPK-20008INIWBEP in backend.

Let me know if any other notes i have to implement.

Thanks for your responses.