SAP Knowledge Base Article - Preview

3559221 - Dump occurs when import from text file due to denied SAPGUI security rule

Symptom

Dump occurs when import from text file. 

Category ABAP programming error
Runtime Errors MESSAGE_TYPE_X
ABAP Program SAPLOLEA
Application Component BC-FES-CTL

|Information on where terminated |
| The termination occurred in ABAP program or include "SAPLOLEA", in |
| "AC_SYSTEM_FLUSH". The |
| main program was "RCNPE000". |

----------------------------------------------------------------------------------------------------
|Source Code Extract |
----------------------------------------------------------------------------------------------------
|Line |Code |
----------------------------------------------------------------------------------------------------
| 1|FUNCTION AC_SYSTEM_FLUSH . |
| 2|*"---------------------------------------------------------------------- |
| 3|*"*"Lokale Schnittstelle: |
| 4|*" IMPORTING |
| 5|*" VALUE(CALLED_BY_SYSTEM) TYPE C OPTIONAL |
| 6|*" EXCEPTIONS |
| 7|*" CNTL_SYSTEM_ERROR |
| 8|*" CNTL_ERROR |
| 9|*"---------------------------------------------------------------------- |
| 10| data: sysubrc like sy-subrc. |
| 11| |
| 12| CALL FUNCTION 'AC_FLUSH_CALL' |
| 13| EXPORTING |
| 14| SYSTEM_FLUSH = 'X' |
| 15| CALLED_BY_SYSTEM = CALLED_BY_SYSTEM |
| 16| IMPORTING |
| 17| MESSAGE_NR = sysubrc |
| 18| MESSAGE_TEXT = SY-MSGLI. |
| 19| |
| 20| sy-subrc = sysubrc. |
| 21| |
| 22| CASE SY-SUBRC. |
| 23| WHEN 0. |
| 24| WHEN 1. |
| 25|* system_error |
| 26| MESSAGE ID 'CNDP' TYPE 'X' NUMBER 007 RAISING CNTL_SYSTEM_ERROR. |
| 27| WHEN 2. |
| 28|* method_call_error |
|>>>>>| MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR. |
| 30| WHEN 3. |
| 31|* property_set_error |
| 32| MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR. |
| 33| WHEN 4. |
| 34|* property_get_error |
| 35| MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR. |
| 36| WHEN 8. |
| 37|* maximal number of modi reached |
| 38| MESSAGE ID 'CNDP' TYPE 'X' NUMBER 011 RAISING CNTL_SYSTEM_ERROR. |
| 39| WHEN OTHERS. |
| 40| RAISE CNTL_ERROR. |
| 41| ENDCASE. |
| 42| |
| 43|ENDFUNCTION. |
----------------------------------------------------------------------------------------------------


Read more...

Environment


  • SAPGUI release independent.
  • Issue occurs on specific client PC.
  • SAP GUI for Windows.

Product

ABAP platform all versions ; SAP NetWeaver all versions ; SAP S/4HANA all versions

Keywords


SAP GUI for Windows, SAPGUI, Import from Text File, upload file, SAP GUI Security, Remember My Decision, Deny, blocklist, runtime error, ABAP dump, security configuration, WBS Elements, file upload issue, SAP Logon, security rule removal, error resolution, troubleshooting. , KBA , BC-FES-GUI , SAP GUI for Windows , 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.