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: 

How to handle the short dump

Former Member
0 Kudos

HI EXPERTS,

I've got a short dump to handle.

When my functional consultant goes to:

Transaction SPRO->clicks on SAP REFERENCE IMG->clicks on FIND button-> enters "FUNDS MANAGEMENT" as search term.->then when he clicks on any of the result of the displayed hit list he gets the following dump.

ERROR:

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SYNTAX', was not

caught in

procedure "STREE_READ_NODE_GENER" "(FUNCTION)", nor was it propagated by a

RAISING clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

The running ABAP program attempted to execute an Open SQL statement in

which a FROM clause was specified dynamically in the field "TABLE_NAME". In

this

FROM clause, either a table name after a join operator is missing, or an

alias name after the key name "AS". The field "TABLE_NAME" could be empty as

well.

HOW SHOULD I GO ABOUT IT.

PLEASE HELP.

ITS URGENT.

THANKS.

3 REPLIES 3

sourabhshah
Advisor
Advisor
0 Kudos

hello,

i my opinion you should be creating a message in OSS and informing SAP about the same as a short dump happens due to code running at background.

Regards,

Sourabh

0 Kudos

If it is an standard SAP App...You should create an OSS Note.

If the short dump is on a custom App, you should use TRY - CATCH keywords.

Greetings,

Blag.

Former Member
0 Kudos

It could be a problem with the search index. Try refreshing it. In the "Find" popup in the IMG, press either "refresh search text index" (F7) or do it in the background (F9).

Rob