Hi Experts,
I am facing an issue where SWN_SELSEN is not sending mails on execution.
On debugging the code i found out that in the when the report calls method wi_get_data of class CL_SWN_SCENARIO_WORKFLOW .
We pass the value of previous timestamp( no sure how this is calculated?) into the variable l_prev_timestamp.
And for the WORKITEM Task in workflow in table SWWWIHEAD the timestamp is less than this value stored in l_prev_timestamp.
Now if i change the value of l_prev_timestamp To a value later than the timestamp of Task in SWWWIHEAD TABLE , the report is picking up the entries perfectly fine.
Now i am not sure what changes should i do in swn_config or in my workflow to make SWN_SELSEN work correctly.
Can anyone tell me how to get past this timestamp issue ?
Also if anyone could explain me why exactly this issue is occuring would be a great help.
Thanks and Regards,
Shashank