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: 

SAPSQL_INVALID_FIELDNAM

Former Member
0 Kudos

Hi All,

At the time of attaching the FG to the sales order we are experiencing the following error with short.

<b>What happened?</b>

Error in ABAP application program.

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

statements could not be executed.

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

<b>Error analysis</b>

An exception occurred. This exception is dealt with in more detail below

. The exception, which is assigned to the class 'CX_SY_DYNAMIC_OSQL_SEMANTICS',

was neither

caught nor passed along using a RAISING clause, in the procedure "SEL_KONDTAB"

"(FORM)"

.

Since the caller of the procedure could not have expected this exception

to occur, the running program was terminated.

The reason for the exception is:

The SELECT clause was specified in an internal table at runtime.

It contains the field name "J_4KRCAT", but this does not occur in any of

the database tables listed in the FROM clause.

Appriciate your kind inputs.

2 REPLIES 2

Former Member
0 Kudos

The dump gives you the answer:

The SELECT clause was specified in an internal table at runtime.

It contains the field name "J_4KRCAT", but this does not occur in any of

the database tables listed in the FROM clause.

Rob

former_member589029
Active Contributor
0 Kudos

Since this internal table for the select is build based on customizing settings you should check your customizing for that area.

Regards,

Michael