Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound Idoc - Date fields not getting saved

Former Member
0 Kudos

Hello,

I have created inbound idoc scenario in SAP. I receive Idoc from non SAP system to SAP system.

then data from IDoc is saved into different tables, for that I have written one function module (attached to process code)

One of the segments in IDoc type has date as a field. It is of type sy-datum.

When I receive Idoc in SAP only date fields are not getting saved in tables.

Is anything specific need to be done for date fields? please advice.

1 REPLY 1

Former Member
0 Kudos

check which format you are getting into sap and make sure you are coverting in into required format.