Application Development and Automation 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: 
Read only

Timestamp fields format in IDOC

Former Member
0 Likes
1,201

Hi,

We have to create iDOCs to export data from our system to SAP R/3.

Few of the iDOCS files contains Timestamp fieldsa as this one:

CHECK_TIMESTAMP : RA: Time Stamp: Date/Time for Check-Out/Check-In (UTC)

internal data type : DEC

Internal length : 000015 characters

No decimal places, without sign

Position in segment : 004, Offset : 0100. external length : 000016

I can not find any documentation about the timestamp format.

I assumed the following: YYYYMMDDHHMMSS

... but this is 14 caracters and the field is 15 of length.

Is my assumption is right or am I wrong?

And ... is it documented?

Thanks for help

1 REPLY 1
Read only

brad_bohn
Active Contributor
0 Likes
663

Yes, it's documented in the ABAP help files. There's a short form and a long form. See the help files for GET TIME STAMP or CONVERT TIME STAMP.