cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP DUMP

Former Member
0 Kudos

Hello Gurus,

I am facing the Abap dump issue " DATASET_CANT_CLOSE".

Error Analysis:

The current program had to be terminated because a capacity limit

has been reached.

The reason for this exception is:

this is probably due to a very large dataset, for which there are

insufficient resources .

Please Advice me.

Thanx

Siva

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello, this is the Log information.

An exception occurred. This exception will be dealt with in more detail

below. The exception, assigned to the class 'CX_SY_FILE_CLOSE', was not caught,

which

led to a runtime error. The reason for this exception is:

This is probably due to a very large dataset, for which there are

insufficient resources in your installation.

The file "/comm/send/work/EUTL_HSHAH_060909105526" could not properly be closed

by the operating system.

The probable cause is that data sets buffered by the operating system

after they were passed by the ABAP Processor in a previously processed

TRANSFER statement were supposed to be written to the database before

the file was closed. This could not be completed properly because not

enough room was available in the file system.

File: " "

Error number: 28

Error text: "No space left on device"

Information on where terminated

The termination occurred in the ABAP program "ZDIS0330" in

"START-OF-SELECTION".

The main program was "ZDIS0330 ".

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

program "ZDIS0330"

of the source code of program "ZDIS0330" (when calling the editor 3940).

Source Code Extract

Line SourceCde

364 V_VERT "SIP MOD

365 V_PERNR

366 V_BILLING_OPTION

367 V_SORT "ASR 4550

368 P_SUBREP "09/07/04 HSHAH DV1K939133

369 P_SENDTO "NAZMUL ASR#55315 11/10/08

370 INTO V_RECORD

371 SEPARATED BY SEPARATOR2.

372 ELSE.

373 CLEAR V_BPER. "Clears month range if both ranges are specified

374 CLEAR V_EPER.

375 CONCATENATE V_BDATE V_EDATE V_BPER V_EPER P_REGION P_BUKRS P_ABBREV

376 P_HORIZ P_KOSTL P_MSTBR

377 P_JBGRD

378 V_VERT "SIP MOD

379 V_PERNR

380 V_BILLING_OPTION

381 V_SORT "ASR# 4550

382 P_SUBREP "09/07/04 HSHAH DV1K939133

383 P_SENDTO "NAZMUL ASR#55315 11/10/08

384

385 INTO V_RECORD

386 SEPARATED BY SEPARATOR2.

387 ENDIF.

388

389 CONCATENATE QUOTE V_RECORD QUOTE INTO V_RECORD.

390

391 * Transfer Contents to File.

392 OPEN DATASET V_FILE FOR OUTPUT IN TEXT MODE.

393 TRANSFER V_RECORD TO V_FILE.

>>>>> CLOSE DATASET V_FILE.

395

396 * Specify interface to be used.

397 V_INTRFC = 'WEB1'.

398

399 * Transport file.

400 CALL FUNCTION 'Z_INTERFACE_OUT_1'

401 EXPORTING

402 INTID = V_INTRFC "outbound interface

403 EXTRACT_DATASET = V_FILE "file name

404 EXCEPTIONS

405 OTHERS = 1.

406

407 IF SY-SUBRC NE 0.

408 MESSAGE S152.

409 ELSE.

410 MESSAGE S153.

411 ENDIF.

412

413 * Read table ZDSSVAR to check for active variant

Plz advice

Siva

Former Member
0 Kudos

Hi,

*Error text: "No space left on device"*

So please check the space on the file system where this file is getting generated. Please check the space on path "/comm/send/work"

With Regards,

Saurabh

Former Member
0 Kudos

Hello Saurab,

Can u plz tel me how to check where this file is generated.

I have already checked the filesystem.

there is no space in /interfaces file system.

this is the reason that program is terminated ?

This prob is facing 4 users now.

Plz advice.

Siva

Former Member
0 Kudos

Hi,

Most probably the path of generated file you should find in the variant of the job. You can check if there is any such path "comm/send/work" exists in /interface

With Regards,

Saurabh

Edited by: Saurabh.Arora on Jun 9, 2009 5:48 PM

Former Member
0 Kudos

Hello Saurab,

I have increased the size, but After 2 hours again its showing 0%.

One file is continuously growing at Oslevel

/comm/log/sappgp_key.log.3874824. this is the log file.

i dont know abt this file. can u plz provide me the information abt this file.

Thanx

Siva

Former Member
0 Kudos

Hi,

The program used in your job is Z Prog. So you have to get in touch with your ABAP team for the details of this log file.

With Regards,

Saurabh

Former Member
0 Kudos

Hi,

In which condition you are getting this dump?....Please provide the complete ABAP dump for analysis.

With Regards,

Saurabh