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: 

The current application triggered a termination with a short dump

Former Member
0 Kudos

Hi,All,

when i am doing webdynpro exercise, there is an error occured, that is "The current application triggered a termination with a short dump".

and i go to st22 to chech the detial information about the error, the analysis is as follows:

short text of error message:

long text of error message:

techinical information about the message:

message class............00

number......................000

variable1.........................' '

variable2.........................' '

variable3.........................' '

variable4.........................' '

so, can anyone tell me what i should do to correct it?

Thank you very much.

7 REPLIES 7

Former Member
0 Kudos

dear friend ,

willu give me u t-code means on wch t-code u r using for webdynapro .

former_member188685
Active Contributor
0 Kudos

Some times you get that similar Dumps, So Log off once and Try again.

If you are still getting the same problem let me know.

0 Kudos

Hi,

i have logged off once, and try it again, but the error is still in...

I just use select-options in my webdynpro program.and when i search the data in table likp. the error happended.

0 Kudos

Can you tell me the Dump analysis, The above is not clear..if possible What is the program caused the error and line number.

Did you got any error in the Browser...?

0 Kudos

Hi,

the error analysis says:

termination occurred in the ABAP program" CL_WDR_SELECT_OPTIONS========CP"

in "IF_WD_SELECT_OPTIONS~GET_RANGE_TABLE_OF_SEL_FIELD".

The main program was " SAPMHTTP".

In the source code u have hte termination point in line 12.

line 12: message x000(00).

0 Kudos

I am thinking that you have not used the select options properly.

are you using the Global Attribute of type reference IF_WD_SELECT_OPTIONS

Post your DO_INIT code and Action event code.

0 Kudos

Hi,

Thank you for ur reply.

i have solved the problem, because i write some key field in lowercase.

Thank you.

Edited by: Fiona Wang on Sep 23, 2008 9:11 AM