Issue: Are you encountering an internal error while processing a divide operation in a calculated column at the query level in Report Stories, which displays the following error message – “
An internal error occurred while processing. For assistance, please contact the Administrator. Correlation ID“?
Workaround: One possible workaround to this issue is to modify the divide operation formula at the query level. Instead of using
([Value1]/[Value2])*100, you can use
IF([Value2]>0, (([Value1]/[Value2])*100) , 0). This formula will ensure that the divide operation is performed correctly and avoids the error message.
Issue: Are you facing the issue of some custom fields missing when creating a story report in Report Stories?
Workaround: One workaround to this issue is to follow the SAP KBA (Knowledge Base Article) number 3165251. The KBA provides detailed instructions on how to resolve this issue, including the steps to check the configuration settings and update the necessary fields. By following the KBA, you can ensure that all the custom fields are available while creating a story report.
LINK Launchpad SAP
Issue: Have you been encountering duplicate records in your Report Stories story report due to the selection of FO ( Foundation object) fields?
Workaround: One workaround to this issue is to select the Foundation fields from the MDF object instead of the non-MDF object. Additionally, you can apply a filter to the report, ensuring that it only displays records with a record status of “N”. This method can help you avoid duplicates in your report, and ensure that the report displays only the relevant information.