SAP Knowledge Base Article - Preview

3154012 - AIF - DUMP for /AIF/PERS_XML_COMPRESS_JOB

Symptom

 DUMP occurs when executing the following job:

  • /AIF/PERS_XML_COMPRESS_JOB

Category               Internal error
Runtime Errors         SYSTEM_CORE_DUMPED

Short text
An exception has occurred that was not caught.
What happened?

Error in the SAP kernel

The current ABAP program "/AIF/PERS_XML_COMPRESS_JOB" had to be terminated because the ABAP processor detected a system error.

Source Code Extract

METHOD is_compressed.

  DATA lv_imp_val TYPE xstring.

  ev_compressed = abap_false.

* Check if message data is already compressed

* do not use the method DECOMPRESS_BINARY of class CL_ABAP_GZIP here because, due to a kernel bug
* when throwing an exception, this method doesn't clear its memory. So when you catch a lot of exceptions
* from this method, you risk getting an out of memory exception.

* instead of using the method mentioned above, we try to transform the xml. During the transformation a check will
* be processed. If it fails, the data is already compressed.

  TRY.
    CALL TRANSFORMATION id
      SOURCE XML is_bufferline-data
      RESULT XML lv_imp_val.
    CATCH cx_root.
     ev_compressed = abap_true.
  ENDTRY.

ENDMETHOD. "is_compressed


Read more...

Environment

  • Application Interface Framework for NetWeaver
  • SAP Application Interface Framework 4.0  - Application Interface Framework 703
  • SAP Application Interface Framework 3.0 - Application Interface Framework 702
  • SAP S/4HANA
  • SAP S/4HANA CLOUD
  • ABAP PLATFORM 1809

Product

ABAP platform 1809 ; SAP Application Interface Framework 3.0 ; SAP Application Interface Framework 4.0 ; SAP S/4HANA Cloud Public Edition all versions ; SAP S/4HANA Cloud all versions ; SAP S/4HANA all versions

Keywords

AIF, Application Interface Framework, AIF_GDPR, AIF_STD, Archiving, Compression, /AIF/PERS_XML_COMPRESS_JOB, SAPK-10002INS4CORE, , KBA , BC-SRV-AIF , Application Interface Framework , CA-GTF-AIF , Application Interface Framework , Problem

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.