2008 Apr 04 12:33 PM
hi,
I'm converting an spread sheet to internal table using FM 'ALSM .........' my problem is I'm getting date from the excell sheet but before storing it into internal table i want to convert the date into timestamp.
regards,
santosh
hi,
I'm converting an spread sheet to internal table using FM 'ALSM .........' my problem is I'm getting date from the excell sheet but before storing it into internal table i want to convert the date into timestamp.
regards,
santosh
2008 Apr 04 12:36 PM
hi,
Try this FM.
RKE_TIMESTAMP_CONVERT_INPUT Converts display to TIMESTAMP fields
\[removed by moderator\]
Edited by: Jan Stallkamp on Jul 24, 2008 12:41 PM
2008 Apr 04 12:41 PM
Hi,
Please use FM CIF_GEN3_CONVERT_DATETIME.
Thanks,
Sriram Ponna.
2008 Apr 04 12:49 PM
hi,
FRE_MASTER_OUT F&R CON R/3 Master Data
Functions
FRE_CONVERT_DATE_TO_TIMESTMP Convert Date to Timestamp
FRE_ORDER_IN F&R CON R/3 - Purchasing
Functions
FRE_CONVERT_DATE_2_TIMESTAMP Converts Date into Timestamp (15)
FRE_CONVERT_TIMESTAMP_2_DATE Converts Timestamp (15) into Date
Regards,
Brown.
2008 Apr 04 1:01 PM
Please see if the "CONVERT" operator does what you want. There is a pretty good help page on it. Here is a small extract from it.
CONVERT DATE
Syntax
CONVERT DATE dat [TIME tim [DAYLIGHT SAVING TIME dst]]
INTO TIME STAMP time_stamp TIME ZONE tz.
2008 Apr 04 1:05 PM
Hi Santosh,
also check this from other thread
REPORT YCHATEST MESSAGE-ID ZZ .
data: str type string.
concatenate sy-datum sy-uzeit ',' '0000000' into str.
write:/ str.
2009 Jan 29 11:29 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |