cancel
Showing results for 
Search instead for 
Did you mean: 

Dump SAPSQL_PARSE_ERROR

former_member268919
Participant
0 Kudos

Folks,

System : SCM 7.0 EHP3 on Hana

could you please help me at this issue? a colleague of mine tried to load a selection in the SNP book trust (SAPAPO/SDP94) on DEV (HANA-system) and got this short.

Dump:

Runtime error : SAPSQL_PARSE_ERROR

Exception : CX_SY_DYNAMIC_OSQL_SYNTAX

It throws the above exception for a program.

When i checked the program in se38 it prompts me below warnings :-

The client field "M~MANDT" cannot be specified in the ON condition.

Help.

Accepted Solutions (0)

Answers (1)

Answers (1)

Sriram2009
Active Contributor
0 Kudos

Hi

Could you share the full dump as text format attachment ?

BR

SS

former_member268919
Participant
0 Kudos

What happened?

     Error in the ABAP Application Program

    The current ABAP program "/XXX0/IC_SNP_SELECTION========CP" had to be

     terminated because it has

    come across a statement that unfortunately cannot be executed.

Error analysis

    An exception has occurred which is explained in more detail below. The

    exception is assigned to class 'CX_SY_DYNAMIC_OSQL_SYNTAX' and was not caught

     in procedure

    "CHANGE_SELECTION" "(METHOD)", nor was it propagated by a RAISING clause.

    Since the caller of the procedure could not have anticipated this

    exception, the current program was terminated.

    The reason for the exception is:

    The current ABAP program attempted to execute an Open SQL statement

    containing a dynamic entry. The parser returned the following error: ""." is

     not valid here."

Information on where terminated

    The termination occurred in ABAP program "/XXX0/IC_SNP_SELECTION========CP",

     in "CHANGE_SELECTION". The main program

    was "/SAPAPO/SAPMMSDP".

    In the source code, the termination point is in line 137 of (Include)

    program "/XXX0/IC_SNP_SELECTION========CM001".

    The termination is due to exception "CX_SY_DYNAMIC_OSQL_SYNTAX" occurring in

     procedure "CHANGE_SELECTION" "(METHOD)".

    This exception was not handled locally or declared in the RAISING

    clause in the procedure's signature however.

    The procedure is in program "/XXX0/IC_SNP_SELECTION========CP        ". The

     source code begins in line 1 of

    (include) program "/XXX0/IC_SNP_SELECTION========CM001     ".

Sriram2009
Active Contributor
0 Kudos

Hi

I think you have to raise the support indent to SAP, this may be new bug.

BR

SS

former_member268919
Participant
0 Kudos

Thanks for reply.

There is an error with the program that got executed due to which the error is occuring.