Hi All,
I am configuring the browser based PI sheet.
I have used the functional module COPF_DETERMINE_DURATION for calculating the time difference between the start date, start time and end date and end time in the PI sheet
example needed
Start date start time end date end time duration (min)
12.11.2012 01:00:00 12.11.2012 03:15:00 135
I have used the event PPPI_EVENT as PARAMETER_CHANGED.
Issue:
Due to the parameter used as PARAMETER_CHANGED, system is calculating the difference between the time which we are changing above and the system time and not between the start time and end time.
For example:
Start date start time end date end time duration (min)
12.11.2012 01:00:00 12.11.2012 03:15:00 60 ( as System time in 02:00) I changed the start time in this case.
12.11.2012 01:00:00 12.11.2012 02:15:00 -15 ( as System time in 02:00) I changed the end time in this case.
How can I tell the system to calculate the time difference between start time and end time?
Please help. This is urgent.
Regards,
Narendra