ABAP Runtime Errors

XML_NOT_SUPPORTED SAP ABAP Runtime Error xml not supported







XML_NOT_SUPPORTED is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: A - ABAP Programming Error

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


XML_NOT_SUPPORTED ABAP Runtime Error

Only serialize data that is specified as serializable. The ABAP data cannot be serialized. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

The following data objects cannot be serialized:

- Data objects of the type N, whose current contents are not numeric.

- Data objects of the type P, whose current contents cannot be interpreted as decimal numbers.

- Data objects of the type D and T, whose current contents contain leading or closing blanks and the separators used in the ISO format.

<runtime parameter>APDOCU ABENABAP_XSLT_ASXML_ELEMENTARY

- Data references to data objects that have only a technical type - for example, substructures of structures.

<runtime parameter>APDOCU ABENASXML_REFERENCE_VARIABLE The ABAP data cannot be displayed in the specified XML format.