Rajan,
SAP stores this information in the timestamp format.
You will need to use this ABAP code to convert the timestamp.
eg.
CONVERT TIME STAMP lw_scapptseg-tst_to TIME ZONE lw_scapptseg-zone_to INTO
DATE lv_date TIME lv_time.
Thanks,
- Mark
Rajan,
SAP stores this information in the timestamp format.
You will need to use this ABAP code to convert the timestamp.
eg.
CONVERT TIME STAMP lw_scapptseg-tst_to TIME ZONE lw_scapptseg-zone_to INTO
DATE lv_date TIME lv_time.
Thanks,
- Mark