System Dumps while sending email with embedded images
[(length] [a] [access] [CL_CRM_EMAIL_UTILITY_BASE.] [crash dumps] [CX_SY_RANGE_OUT_OF_BOUNDS] [down in the dumps] [dumps] [embedded system] [illegal] [large)] [string] [STRING_LENGTH_TOO_LARGE] [to] [too]
- WD ABAP FileUpLoad dumps if filename contains special charsSymptom Using the WD ABAP UI Element FileUpLoad leads to the runtime error (dump) STRING_OFFSET_NEGATIVE “Invalid access of string with negative offset” in the ABAP class /1WDA/CASTANDARD. This happens if the filename...
- Workflow log: Technical details view dumpsSymptom You are in the workflow log (view with technical details). When you expand one or all of the nodes, the runtime error OBJECTS_OBJREF_NOT_ASSIGNED (exception CX_SY_REF_IS_INITIAL) occurs in the program “CL_SWL_PROCESS_LOG============CP”. Reason...
Symptom
The System Dumps sometimes while sending an email which has embedded images.
Other terms
Illegal access to a string (length too large), STRING_LENGTH_TOO_LARGE,
CX_SY_RANGE_OUT_OF_BOUNDS, CL_CRM_EMAIL_UTILITY_BASE.
Reason and Prerequisites
When the attachment data of the email does not have a proper mime type associated then the email dumps. And this will occur after the implementation of the note 1332988.
Solution
Implement the attached correction.