We are facing new issue with date/time format while update operation. PoCreatedate format is Edm.DateTime
While SharePoint is trying to update the PO with update operation , it is sending <d:PoCreateDate>2012-04-26T00:00:00Z</d:PoCreateDate> along with other attributes.
At sap side , in method /IWFND/IF_MGW_ENTRY_PROVIDER~READ_ENTRY_DATA , at step15 deserialize_data
, an exception is being caught and we getting an error : Value
2012-04-26T00:00:00Z does not represent a valid date/time.I think the problem is with Z (UTC) at the end .
I went through the documents http://scn.sap.com/docs/DOC-38923. Even there I see in update operation you are sending the Z at the end
of date time attribute .
Can you please help us in this issue , do we need to change any setting in the user profile ?
Regards,
Keerthi.