on ‎2020 Nov 17 6:33 PM
Hi,
There is a Tcode : /SAPAPO/CALENDAR
By using Time Stream id Periods will be saved.
I can able to see the values in the table.
Table:: /SAPAPO/TCALPERI (PP planning periods: schedule lines (periods))
Suppose i am able to see the dates 03.01.2021 and 04.01.2021 and 05 , 06, 07
But in the table 04,05,06,07,08 dates on words i can able to see. I am not able to find the 03 date what i can able to see in the Front end under period tab
May i know the what is the reason behind it.


Request clarification before answering.
Can you check the header tab and see what is the timezone, mentioned there? if yes, open f4 help on that and see the difference/addition in hours for that timezone, which is actually added/subtracted while saved to the db table.
But if you open the tcode it recalculates based on the timezone you selected and shows the original data that you entered.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kali charan,
Please have a look at
RKE_TIMESTAMP_CONVERT_OUTPUT function moduole ,it will convert greenwich time stamp into UTC timestamp and after this you need to do code to get date and time in seprate field based on converted UTC timestamp.
Best regards,
Sagarkumar Darji
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 16 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 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.