Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Error: Message_TYPE_X, SAPLOLEA Related. Please advice.

Former Member
0 Kudos

Hi guys...

My report is having a short dump after execution...the data extraction are all fine but...it terminates after that.

Information on where terminated

Termination occurred in the ABAP program "SAPLOLEA" - in "AC_SYSTEM_FLUSH".

The main program was "ZREPOR_NAME ".

In the source code you have the termination point in line 29

of the (Include) program "LOLEAU02".

-


Source Code Extract

-


Line

SourceCde

-


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 OTHERS.

37

RAISE CNTL_ERROR.

38

ENDCASE.

39

| 40|ENDFUNCTION.

I've been searching around abit and they said it has got to do with SAPGUI version.

Please advice on what version should I be updating at least?

Currently this is my SAPGUI version

Release: 640 Final Release

File Name: sapfront.dll

File Version: 6405.5.21.3024

Build: 855417

Patch Level: 21

3 REPLIES 3

Former Member
0 Kudos

Sorry for not updating this.

It was because of the internal table data which was causing the error. Nothing to do with versions or what so ever

0 Kudos

Hi,

I was facing similar error when I was trying to display the alv tree in the screen. Could you pls let me know what exactly the problem for this dump with Message_Type_X in AC_SYSTEM_FLUSH dump??

Thanks in advance.

0 Kudos

Hi,

Could you please share like how it was solved, what was the issue.?

Regards

Keerthi