Skip to Content
0
Former Member
Nov 29, 2008 at 12:07 PM

Run time error: mass deletion of locations in APO

101 Views

Hi,

While deleting the locations /SAPAPO/DELETE_LOCATIONS (after setting the deletion flags in MASSD header: Location: deleiton flag) in background, i get the following run time error.

If someone has fixed this before please help.

Runtime Errors TSV_TNEW_PAGE_ALLOC_FAILED

The internal table "???" could not be further extended. To enable

error handling, the table had to be delete before this log was written.

As a result, the table is displayed further down or, if you branch to

the ABAP Debugger, with 0 rows.

At the time of the termination, the following data was determined for

the relevant internal table:

Memory location: "Session memory"

Row width: 2890

Number of rows: 0

Allocated rows: 1492

Newly requested rows: 4 (in 372 blocks)

Termination occurred in the ABAP program "/SCMB/SAPLMDL_LOCATION" - in

"MAP_DATA_MULTI".

The main program was "/SAPAPO/DELETE_LOCATIONS ".

In the source code you have the termination point in line 435

of the (Include) program "/SCMB/LMDL_LOCATIONF06".

The program "/SCMB/SAPLMDL_LOCATION" was started as a background job.

Job Name....... "/SAPAPO/DELETE_LOCATIONS"

Job Initiator.. "LR249J"

Job Number..... 03254500

code extract

432 LOOP AT ls_data-adrs INTO ls_adr.

433 IF <fs_adrs> IS ASSIGNED.

434 MOVE-CORRESPONDING ls_adr TO <fs_adrs>.

>>>>> INSERT <fs_adrs> INTO TABLE <ft_adrs>.

436 ENDIF.

437 ENDLOOP.

438 ENDIF.

439

440 INSERT <ls_data_out> INTO TABLE et_data.

I did not find any notes with key words suggested in the log. I don't quite understand ABAP debugging

Regards,

Loknath