cancel
Showing results for 
Search instead for 
Did you mean: 

DBIF_RSQL_INTERNAL_ERROR - Note 1125403 - Import w/holding tax scale file

Former Member
0 Kudos

Hello,

One of our HR consultants is getting the DBIF_RSQL_INTERNAL_ERROR dump when he tries to import w/holding tax scale file.

Maybe someone have an idea? I haven't found something in the marketplace.

Enclosed the details from sm21,st22,st11:

sm21 Output:

12:01:45 defnfsap5_P01_02 DIA 006 010 SB-BIEGAJLO BZY Unexpected return value 13 when calling up DbSl

12:01:45 defnfsap5_P01_02 DIA 006 010 SB-BIEGAJLO BZY Unexpected return value 4 when calling up

12:01:45 defnfsap5_P01_02 DIA 006 010 SB-BIEGAJLO BZY Unexpected return value 4 when calling up db_pr

12:01:45 defnfsap5_P01_02 DIA 006 010 SB-BIEGAJLO AB0 Run-time error "DBIF_RSQL_INTERNAL_ERROR" occurred

12:01:45 defnfsap5_P01_02 DIA 006 010 SB-BIEGAJLO AB1 > Short dump "090113 120144 defnfsap SB-BIEGAJLO " generated

++++++++++++++++++++++++++++

st22 Output:

...

Runtime Error DBIF_RSQL_INTERNAL_ERROR

Date and Time 13.01.2009 12:09:52

ShrtText

Internal error when accessing a table.

...

Error analysis

When attempting to access the data of table "T5C2H ", an internal error at

the database interface occurred.

...

System environment

SAP Release.............. "640"

Application server....... "*****"

Network address.......... "*****"

Operating system......... "Windows NT"

Release.................. "5.2"

Hardware type............ "4x AMD64 Level"

Character length......... 16 Bits

Pointer length........... 64 Bits

Work process number...... 5

Short dump setting....... "full"

Database server.......... "*****"

Database type............ "MSSQL"

Database name............ "**"

Database owner........... "**"

Terminal................. " "

Character set............ "C"

SAP kernel............... "640"

Created on............... "Jan 6 2008 23:06:09"

Created in............... "NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00"

Database version......... "SQL_Server_8.00 "

Patch level.............. "215"

Patch text............... " "

Supported environment....

Database................. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"

SAP database version..... "640"

Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2,

Windows NT 6.0"

...

User and Transaction

Client.............. 010

User................ "SB-BIEGAJLO"

Language key........ "D"

Transaction......... "SE38 "

Program............. "RPUQSTC2"

Screen.............. "SAPMSSY0 1000"

Screen line......... 6

Information on where terminated

The termination occurred in the ABAP program "RPUQSTC2" in "DELIMITTABLE".

The main program was "RPUQSTC2 ".

The termination occurred in line 143 of the source code of the (Include)

program "RPUQSTCI"

of the source code of program "RPUQSTCI" (when calling the editor 1430).

...

Source Code Extract

Line SourceCde

113 *----


*

114 * FORM DELIMITTABLE. *

115 *----


*

116 * Abgrenzen der Tabelleneinträge zum Stichtag *

117 *----


*

118 * ---> STICHTAG Erster ungültiger Tag *

119 *----


*

120 FORM delimittable USING p_stichtag p_overwrite.

121

122 DATA: l_datbis TYPE d.

123

124 IF p_overwrite = '1'.

125 * Alle Einträge grösser oder gleich Stichtag löschen

126

127 DELETE FROM t5c2h

128 WHERE kanto EQ p_kanto

129 AND qstab IN p_tarif

130 AND begda >= p_stichtag.

131

132 ELSE.

133 * Alle Einträge grösser Stichtag löschen

134

135 DELETE FROM t5c2h

136 WHERE kanto EQ p_kanto

137 AND qstab IN p_tarif

138 AND begda > p_stichtag.

139 ENDIF.

140

141 * Alle Einträge älter als Stichtag abgrenzen

142 l_datbis = p_stichtag - 1.

>>>>> UPDATE t5c2h SET endda = l_datbis

144 WHERE kanto EQ p_kanto

145 AND qstab IN p_tarif

146 AND endda >= p_stichtag

147 AND begda < p_stichtag.

148

149 ENDFORM. "DELIMITTABLE.

+++++++++++++++++++++++++++++++++++++

st11 Output:

A Tue Jan 13 12:01:45 2009

A

A ABAP Program RPUQSTC2 .

A Source RPUQSTCI Line 143.

A Error Code DBIF_RSQL_INTERNAL_ERROR.

A Module $Id: //bas/640_REL/src/krn/runt/absapsql.c#18 $ SAP.

A Function HandleRsqlErrors Line 779.

A ** RABAX: level LEV_RX_STDERR completed.

A ** RABAX: level LEV_RX_RFC_ERROR entered.

A ** RABAX: level LEV_RX_RFC_ERROR completed.

A ** RABAX: level LEV_RX_RFC_CLOSE entered.

A ** RABAX: level LEV_RX_RFC_CLOSE completed.

A ** RABAX: level LEV_RX_IMC_ERROR entered.

A ** RABAX: level LEV_RX_IMC_ERROR completed.

A ** RABAX: level LEV_RX_DATASET_CLOSE entered.

A ** RABAX: level LEV_RX_DATASET_CLOSE completed.

A ** RABAX: level LEV_RX_RESET_SHMLOCKS entered.

A ** RABAX: level LEV_RX_RESET_SHMLOCKS completed.

A ** RABAX: level LEV_RX_ERROR_SAVE entered.

A ** RABAX: level LEV_RX_ERROR_SAVE completed.

A ** RABAX: level LEV_RX_ERROR_TPDA entered.

A ** RABAX: level LEV_RX_ERROR_TPDA completed.

A ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.

A ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.

A ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.

A ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.

A ** RABAX: level LEV_RX_END entered.

A ** RABAX: level LEV_RX_END completed.

A ** RABAX: end no http/smtp

A ** RABAX: end RX_GOTO_RABAX

A Interner Fehler beim Zugriff auf eine Tabelle. zugegriffen wird..

A

Y

Y Tue Jan 13 12:04:26 2009

Y *** ERROR => dySaveDataBindingValue: Abap-Field= >DETAIL VIEW< not found

Y *** ERROR => dySaveDataBinding: dySaveDataBindingEntry() Rc= -1 Reference=>DETAIL VIEW<

Y *** ERROR => dyPbSaveDataBindingForField: dySaveDataBinding() Rc= 1

Y *** ERROR => ... Dynpro-Keyword= >PUSH1<

Y *** ERROR => ... Dynpro= >SAPLTAX1< >0501<

+++++++++++++++++++++++++++++++++++++

Many thanks for your assistance in advance!

Kind regards,

Frank

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hai,

Check the below link:

Regards,

Yoganand.V

Former Member
0 Kudos

Hi,

Unfortunately there are no helpful hints? Any more ideas?

Kind regards,

Frank