cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Errors DBIF_DSQL2_SQL_ERROR when executing sgen.

Former Member
0 Kudos

Hi all,

We are refreshed our sandbox with prodution system.

Now we are getting below dump when we executing sgen.

=======

Runtime Errors DBIF_DSQL2_SQL_ERROR

Except. CX_SY_NATIVE_SQL_ERROR

Date and Time 28.01.2008 13:45:40

ShrtText

An SQL error occurred when executing Native SQL.

What happened?

An error occurred when reading from the database.

Error 1007 occurred in the current database connection "DEFAULT".

What can you do?

Make a note of the actions and input which 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.

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.

is especially useful if you want to keep a particular message.

Error analysis

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

. The exception, which is assigned to the class 'CX_SY_NATIVE_SQL_ERROR', was

neither

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

"TABSTORAGE_DBS_GET" "(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:

In a SELECT or FETCH command, the INTO clause contains more

variables than the SELECT list fields.

===========

And when we trying to run standard programs like rsbtcdel, rspo0041 we are getting dumps

Runtime Errors SYNTAX_ERROR

Date and Time 28.01.2008 15:06:33

ShrtText

Syntax error in program "SAPICP__ ".

What happened?

Error in ABAP application program.

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

statements could not be executed.

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

In program "SAPICP__ ", the following syntax error occurred

in the Include "ICPFORMS " in line 2638:

"The type "BSKEYWORD" is unknown."

" "

" "

" "

Author and last person to change the Include are:

Author "SAP "

Last changed by "SAP "

Error analysis

In program "SAPICP__ ", the following syntax error occurred:

"The type "BSKEYWORD" is unknown."

" "

" "

" "

Trigger Location of Runtime Error

Program SAPLSEF4SAVE

Include LSEF4SAVEU01

Row 41

Module type (FUNCTION)

Module Name RS_UPDATE_F4_VALUES

Source Code Extract

Line SourceCde

11 DATA: READ_WITH_OUT_TEXT.

Kindly some one help me to resolve this issue ASAP.

Regards,

Madhu.

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_koehler
Active Contributor
0 Kudos

Hello Madhu,

take a look at sapnote #978491:

Reason and Prerequisites

The BSKEYWORD data type was deleted. Usages in the ICPFORMS program result in syntax errors.

Solution

Replace the usage locations with different types.

Regards

Stefan