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

Problem with time format

Former Member
0 Likes
377

Hi experts

i am uploading attendence data for employees, im picking employee no , date , intime , outime from a flat file from presentation server and updating that on custom transparent table.

time format for both intime and outime is comming perfrectly in internal tables but when i update the data to transparent table using MODIFY statement it is not storing that in desired format.

  MODIFY ZHR_TIME_ATTEN FROM TABLE IT[].

format in internal table is HHMMSS ( 064000 ) but after modification it is displaying it as ( 000640 ) in transparent table.

can anyone tell me what is the problem.

Raj

2 REPLIES 2
Read only

BH2408
Active Contributor
0 Likes
350

Hi ,

i think for the client they mentioned the different format, check that format and rebuild the Flat file with that format.

reagrds,

bharani

Read only

Former Member
0 Likes
350

Hi man

Even i am new to SAP and upto my knowledge there is a function module for conversion of date & time into different format just searchin se37 with contimedate it is SAP standard functional module