Symptom
Dump Analysis tool in Cloud Applications Studio does not work and leads to a 500 Internal Error.
Environment
- SAP Cloud Applications Studio
- SAP Cloud for Customer
- SAP Business by Design
Reproducing the Issue
- Open Cloud Applications Studio.
- Click View > Dump Analysis.
- In Dump Analysis tool > Select All Filter.
- Dump occurs and the Cloud Applications Studio crashes.
Cause
The partner has written a line of code which is spread across many columns (+300) and will cause some functions to behave ambiguously. In other words the length of a line of code has exceeded 255 characters and it causes the Dump Analysis Tool to crash.
The Cloud Applications Studio Dump Analysis Tool picks up the Dumps from the back end and converts them into the format required by the Dump Analysis Tool. The Data Type used by the tool does not support a column number of 255 or greater. This will result in an overflow dump and a 500 internal error in the Cloud Applications Studio.
Resolution
To avoid this dump from occurring, the partner responsible must split the code logic into multiple lines. Once the line of code does not exceed 255 characters, the Dump Analysis Tool should work as expected.
Keywords
SDK, PDI , KBA , AP-RC-BDS-SOL , ByDesign Studio Solution Explorer , AP-RC-BDS-SCR , ByDesign Studio Scripting (ABSL) , How To