HI Everyone,
We have been facing a error message in ALV Program, this ALV is called from a Zprogram. We already reviewed error information from TXN ST22 and follow many differents threads that explain how to solve it, so far no success:
We already create a SAP Message and follow all their directions no sccuess, they upgrade the message, no answer yet.
We are runing ECC 6.05, and made test in SAP GUI 7.30 (obsolete) patch 9, GUI 7.40 patch 8 ( just released) no success. runing Windows XP, Win7, Win 8, Win 8.1 even Win 10.
Something in addition is for a user once run with no success and a couple of minutes later run with no issue, and this came accrose with differente users in diferents locations.
the short dump attached
"MESSAGE_TYPE_X" " "
"SAPLOLEA" or "LOLEAU02"
"AC_SYSTEM_FLUSH"
If you cannot solve the problem yourself and want to send an error
notification to SAP, include the following information:
1. The description of the current problem (short dump)
To save the description, choose "System->List->Save->Local File
(Unconverted)".
2. Corresponding system log
Display the system log by calling transaction SM21.
Restrict the time interval to 10 minutes before and five minutes
after the short dump. Then choose "System->List->Save->Local File
(Unconverted)".
3. If the problem occurs in a problem of your own or a modified SAP
program: The source code of the program
In the editor, choose "Utilities->More
Utilities->Upload/Download->Download".
4. Details about the conditions under which the error occurred or which
actions and input led to the error.
SAP Release..... 702
SAP Basis Level. 0014
Application server... "SAP-ECCPRD03"
Network address...... ""
Operating system..... "Windows NT"
Release.............. "6.1"
Hardware type........ "24x AMD64 Level"
Character length.... 8 Bits
Pointer length....... 64 Bits
Work process number.. 10
Shortdump setting.... "full"
Database server... "SAP-BD02"
Database type..... "MSSQL"
Database name..... "PRD"
Database user ID.. "prd"
created (date)... "May 25 2014 18:14:43"
create on........ "NT 6.0 6002 S x86 MS VC++ 16.00"
Database version. "SQL_Server_9.00 "
Patch level. 300
Patch text.. " "
Database............. "MSSQL 9.00.2047 or higher"
SAP database version. 721
Operating system..... "Windows NT 5.1, Windows NT 5.2, Windows NT 6.0, Windows
NT 6.1, Windows NT 6.2, Windows NT 6.3"
Memory consumption
Roll.... 0
EM...... 4189856
Heap.... 0
Page.... 16384
MM Used. 2806992
MM Free. 1380256
Terminal.......... "Esc_progra_lag"
Char.set.... "Spanish_Spain.1252"
SAP kernel....... 721
CALL FUNCTION 'AC_FLUSH_CALL'
EXPORTING
SYSTEM_FLUSH = 'X'
CALLED_BY_SYSTEM = CALLED_BY_SYSTEM
IMPORTING
MESSAGE_NR = sysubrc
MESSAGE_TEXT = SY-MSGLI.
sy-subrc = sysubrc.
CASE SY-SUBRC.
WHEN 0.
WHEN 1.
system_error
MESSAGE ID 'CNDP' TYPE 'X' NUMBER 007 RAISING CNTL_SYSTEM_
WHEN 2.
method_call_error
MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
WHEN 3.
property_set_error
MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
WHEN 4.
property_get_error
MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
WHEN 8.
any help will be apprecieated.