Hi Gurus,
In BSP application, we need to show users the time of business process trigger. But, that time is as per application server. After fetching that timestamp, we need to add two hours in it to convert it to CET. For e.g. the process triggered at 23:00:00 on 22 July 2008 should automatically convert to 01:00:00 and date 23/07/2008. Please give me pointer if there is any such function module where i can give offset and get my time converted. This should also take care of leap year, months with 31 days and so on.
Thanks and Regards,
Harpal
Request clarification before answering.
Hi Harpal,
Take a look into class CL_ABAP_TSTMP.
It was some static methods that allow you to add,subtract seconds in a timestamp, just like you want.
Kind regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.