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: 

ABAP dump Error

Former Member
0 Kudos

Dear All,

i am a functional consultant

we have done data base migration to oracle to one of our client, now when i search in spro for expample

Business Place or plant system is giving ABAP dump Error ,please advice me what to do.

Runtime errors SYNTAX_ERROR

Occurred on 20.10.2008 at 15:33:34

Syntax error in program "SAPLPROJECT_STRUCTURE_EXITS ".

What happened?

The following syntax error occurred in the program SAPLPROJECT_STRUCTURE_EXITS

:

"In PERFORM or CALL FUNCTION "BUILD_RESOURCE_LINE", the actual paramete"

Error in ABAP application program.

The current ABAP program "SAPLSHI01" had to be terminated because one of the

statements could not be executed.

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

What can you do?

Please eliminate the error by performing a syntax check

(or an extended program check) on the program "SAPLPROJECT_STRUCTURE_EXITS ".

You can also perform the syntax check from the ABAP/4 Editor.

If the problem persists, proceed as follows:

Print out the error message (using the "Print" function)

and make a note of the actions and input that caused the

error.

To resolve the problem, contact your SAP system administrator.

You can use transaction ST22 (ABAP Dump Analysis) to view and administer

termination messages, especially those beyond their normal deletion

date.

Regards

venu

3 REPLIES 3

former_member188685
Active Contributor
0 Kudos

you need to apply this note

Note 1252278 - Short Dump in SPRO_ADMIN

Call SPRO_ADMIN and do a doubleclick at any project
  > DUMP SYNTAX_ERROR in SAPLPROJECT_STRUCTURE_EXITS.

just see the notes 1252278

Former Member
0 Kudos

instead of that structure you need to use another structure.

for that need to use methods.

Edited by: Pavi on Oct 20, 2008 12:23 PM

naveen_inuganti2
Active Contributor
0 Kudos

Hi Venu.,

You are getting DUMP(Runtime Error).

But as per this error analysis,Difficult to guide you with 100% solution.

But I can give some Idea:

> The following syntax error occurred in the program SAPLPROJECT_STRUCTURE_EXITS

Means there is a syntax error in this program..

And it seems to be a function module program.,

So the error may in any function module source code of this function group.

Or its may in the include programs used by or generated by that function gourp.

So It must be error free first.

Or..,

The variables which are passing to your function module or webservice should follow the same technicak attiributes of that parameter. Other wise you may get runtime error.

But the error analysis clearly saying that there is an error in function group so.., activate the function group again and you will get the message like: there are some error occuring in the program, ACTIVATE ANYWAY, DISPLAY ERROR. Here dont actiavte the function group. Have a look at that error and rectify them with help of developers.

Thanks,

Naveen.I