cancel
Showing results for 
Search instead for 
Did you mean: 

dump error after moving requst to quality server

Former Member
0 Kudos

Hi friends,

I added the customer fields successfully using user exit in purchase order item level (me22n and me23n) it is working fine,but when i move this request to the quality server and going to tcode me22n or me23n it is going to a dump and the details is follows. i dont know it is database problem or abap coding problem,please let me know if you know a solution for this.

thanks.

ABAP runtime errors DBIF_DSQL2_SQL_ERROR

Occurred on 26.08.2011 at 07:45:11

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

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

Hardware type............ "8x Intel 80686"

Database type............ "ORACLE"

Database name............ "VTQ"

Database owner........... "SAPR3"

Character set............ "English_United State"

SAP kernel............... "46D"

Created in............... "NT 4.0 1381 Service Pack 6 x86 MS VC++ 12.00"

Database version......... "OCI_920_SHARE__OCI_7_API "

Patch level.............. "2257"

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

Supported environment....

Database................. "ORACLE 8.0.5.., ORACLE 8.0.6.., ORACLE

8.1.6.., ORACLE 8.1.7.., ORACLE 9.2.0.., ORACLE 10.2.0.."

SAP database version..... "46D"

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

Windows NT 5.2, , System build information:,

The termination occurred in the ABAP/4 program "SAPLSTD4 " in

"DB02_ORA_FILL_DBA_SEGMENTS".

The main program was "RSORAT0D ".

The termination occurred in line 37

of the source code of program "LSTD4U05 " (when calling the editor 370).

The program "SAPLSTD4 " was started as a background job.

000250 ******************* ORA>=81 START ********************************

000260 IF ORA_RELEASE(5) >= 'ORA81'. "#EC PORTABLE

000270 EXEC SQL PERFORMING APP_SEGMENTS.

000280 SELECT OWNER, SEGMENT_NAME, SEGMENT_TYPE, TABLESPACE_NAME,

000290 HEADER_FILE, HEADER_BLOCK, NVL(BYTES/1024, 0),

000300 NVL(BLOCKS, 0), NVL(EXTENTS, 0),

000310 NVL(INITIAL_EXTENT, 0), NVL(NEXT_EXTENT, 0),

000320 NVL(MIN_EXTENTS, 0), NVL(MAX_EXTENTS, 0),

000330 NVL(PCT_INCREASE, 0), PARTITION_NAME, 0

000340 FROM DBA_SEGMENTS

000350 INTO :SEGMENTS_CACHE

000360 WHERE SEGMENT_TYPE <> 'CACHE'

-


> ENDEXEC.

000380

000390 EXEC SQL PERFORMING APP_LOBS.

000400 SELECT TABLE_NAME, SEGMENT_NAME, INDEX_NAME.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member184473
Active Contributor
0 Kudos

Hello,

In the dump file you can see:

Application server... <X>

Work process number.. <Y>

Check the dev_w<Y> (or dev_w<Y>.old) from application server <X>.

Regards,

Eduardo Rezende

Former Member
0 Kudos

Hi,

This short dump shouldn't be related by ME22N or ME23N.

Best regards,

Orkun Gedik

Former Member
0 Kudos