cancel
Showing results for 
Search instead for 
Did you mean: 

MESSAGE_TYPE_UNKNOWN dump in st22

Former Member
0 Kudos

Hi All,

we got dump MESSSAGE_TYPE_UNKNOW in st22 , Here is the source code for that:

Source code extract

-


Caution: Program has changed

Caution: At time of termination, active source code is no longer available

004710 ? WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.

004720 ?

004730 ? ELSE.

004740 ? MESSAGE s303(me) WITH text-002.

004750 ?

004760 ? ENDIF.

004770 ?

004780 ? ENDFORM. " DOWNLOAD_FILE

Please let me know what needs to be done .

Thanks&Regards

Shams

Edited by: shams111 on Jan 21, 2010 11:36 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

No program name, no transaction - how should we help you?

> Caution: Program has changed

> Caution: At time of termination, active source code is no longer available

Someone was changing the program when you executed it. Repeat what you have done.

Markus

Former Member
0 Kudos

Hi Markus,

I have included more information :

ABAP runtime errors MESSAGE_TYPE_UNKNOWN

Occurred on 20.01.2010 at 08:51:57

-


>> Short dump has not been completely stored. It is too big.

-


Message type " " is unknown.

-


What happened?

-


The current ABAP/4 program "Z_361_SO_IT_003 " had to be terminated because

one of the statements could not be executed.

This is probably due to an error in the ABAP/4 program.

-


What can you do?

-


Note the actions and input that caused the error.

Inform your SAP system administrator.

You can print out this message by choosing "Print". Transaction ST22

allows you to display and manage termination messages, including keeping

them beyond their normal deletion date.

-


Error analysis

-


Only message types A, E, I, W, S and X are allowed.

-


How to correct the error

-


If the error is in one of your own ABAP programs or an SAP program that

you have modified, try to correct it.

If the error occurred in a non-modified SAP program, you may be

able to find a solution in the SAP note system.

If you have access to the note system yourself, use the following

search criteria:

-


"MESSAGE_TYPE_UNKNOWN"

"Z_361_SO_IT_003 " or "Z_361_SO_IT_003 "

"DOWNLOAD_FILE"

If you cannot solve the problem yourself, please send the

following documents to SAP:

User, transaction...

-


Client.............. 100

User................ "BZY22Y"

Language key........ "E"

Transaction......... "SE38 "

Program............. "Z_361_SO_IT_003 "

Screen.............. "SAPMSSY0 1000"

Screen line......... 6

-


Information on where termination occurred

-


The termination occurred in the ABAP/4 program "Z_361_SO_IT_003 " in

"DOWNLOAD_FILE".

The main program was "Z_361_SO_IT_003 ".

The termination occurred in line 501

of the source code of program "Z_361_SO_IT_003 " (when calling the editor

5010).

-


Source code extract

-


Caution: Program has changed

Caution: At time of termination, active source code is no longer available

004710 ? WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.

004720 ?

004730 ? ELSE.

004740 ? MESSAGE s303(me) WITH text-002.

004750 ?

004760 ? ENDIF.

004770 ?

004780 ? ENDFORM. " DOWNLOAD_FILE

-


Contents of system fields

-


SY field contents..................... SY field contents.....................

-


-


-


-


SY-SUBRC 15 SY-INDEX 0

SY-TABIX 0 SY-DBCNT 1

SY-FDPOS 0 SY-LSIND 0

SY-PAGNO 0 SY-LINNO 1

SY-COLNO 1

-


Chosen variables

-


Name.......................... Contents.1........2........3....+....4

-


-


VARI 100VAZ_361_SO_IT_003

3335455333554545533322222222222222222222

10061AF361F3FF94F00300000000000000000000

... + 40 3.6.1 ####00000000000000

2222232323222222222200003333333333333322

000003E6E1000000000000000000000000000000

... + 80 #g########1100####j#######c######l=

22220600000080333300006000119068008006F3

0000070511220011000000A0002FD23CCCCCCCFD

... + 120 f7#7m#####1ڭ#Epw#H#Eow#######

63036908

6757D49

SY-MSGV1

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 40

2222222222

0000000000

SY-MSGV2

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 40

2222222222

0000000000

SY-MSGV3

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 40

2222222222

0000000000

SY-MSGV4

2222222222222222222222222222222222222222

0000000000000000000000000000000000000000

... + 40

2222222222

0000000000

W_FILENM Payout_GB_00001_20090903_T0319_

5676775445333335333333335533335

019F54F72F00001F20090903F40319F

%_?NOT_ASSIGNED?

2222

0000

-


Active calls / events

-


No.... Type........ Name..........................

Programm

Include Line

-


1 FORM DOWNLOAD_FILE

Z_361_SO_IT_003

Z_361_SO_IT_003 501

2 EVENT END-OF-SELECTION

Z_361_SO_IT_003

Z_361_SO_IT_003 198

-


Internal notes

-


The termination occurred in the function "ab_jmess" of the SAP

Basis System, specifically in line 1083 of the module

"//bas/46D/src/krn/runt/abdynpro.c#22".

The internal operation just processed is "MESS".

The internal session was started at 20100120085142.

Thanks&Regards

Shams

markus_doehr2
Active Contributor
0 Kudos

> The current ABAP/4 program "Z_361_SO_IT_003 " had to be terminated because

> one of the statements could not be executed.

This is a customer program. Contact the developer of that program.

Markus

Former Member
0 Kudos

Hi,

As it can be read that the termination occurred in line 501 of the source code of program "Z_361_SO_IT_003 ". This code is trying to downlaod a file. I think it needs to correct the program and the reason might be the code activation while running your transaction.

Can you please tell me the transaction/job/report which you are trying to run ?

and are you getting the same dump again and again while running the transaction/report again ?

Regards,

Ankit

former_member204746
Active Contributor
0 Kudos

My crystal tells me that someone has changed a program WHILE people were using it on the system, maybe through a transport.

so, try to re-execute your program,. if all goes well, stop importing transports in the middle of the day.