Skip to Content
0
Former Member
Sep 14, 2010 at 07:17 AM

ABAP Dump at PT60.

97 Views

Hello everybody,

When I execute the T.code PT60 for 700 Employee, It generate the ABAP DUMP.

Error analysis

The internal table "\FUNCTION-POOL=HRPL\FORM=APPEND_LDATA_LIST\DATA=NAME[]"

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: 80

Number of rows: 3

Allocated rows: 3

Newly requested rows: 128 (in 1 blocks)

How to correct the error

The amount of storage space (in bytes) filled at termination time was:

Roll area...................... 6221152

Extended memory (EM)........... 3890242816

Assigned memory (HEAP)......... 2000701664

Short area..................... " "

Paging area.................... 188416

Maximum address space.......... 4294967295

So please suggest me How to solve the problem?

Thanks

Ganesh