Hello Experts,
I am working on a support project for one of our clients.
Recently issue was reported where an existing survey results report is not showing results/output.
No changes were done to the report recently, so no logic change.
I debugged the report and the code snippet is as below.
The report first takes data from table crm_svy_db_svs(CRM Surveys: Survey Values) and then crmd_essc_svy(SSF custom satisfaction survey data)
Now as per the existing logic , for current week of 2016 , the report is not giving any results.
Reason is that second select is failing.
The main loop in ALV report is on the data from crmd_essc_svy which is not returning any values.
Now,what exactly the table crmd_essc_svy is storing and what might be the reason that the second select fails(logically in a business scenario)
I would like to understand the design as well, on the select statement(I tried to search the design document of the code but no luck)
Are the surveys not filled up properly causing missing value GUIDs in table crmd_essc_svy.
Any ideas?
Helpful answers would be rewarded
Regards,
Abhishek Kokate