cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Errors with F4 search criteria

Former Member
0 Kudos

Hi All,

We have implemented ITS in EP views.

When we run a transaction for exmple XD01 ,push the F4 help button for the field, fill some field of the Search window and push the button Search .

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 "F4_GET_RESULT" "(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 current ABAP program has tried to execute an Open SQL statement

which contains a dynamic condition. The part of the condition specified

| at runtime contains an unknown operator "IQ".

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member228142
Active Contributor
0 Kudos

SAP 1256059 will fix this issue.

Regards,

Klaus