Skip to Content
0
Former Member
Sep 22, 2011 at 10:57 AM

ABAP Dump : TSV_TNEW_PAGE_ALLOC_FAILED in program SAPLCOM_PARTNER_OB

1998 Views

Hi All,

I am getting the dump TSV_TNEW_PAGE_ALLOC_FAILED in program SAPLCOM_PARTNER_OB in LCOM_PARTNER_OB in line 165.

Short text

No more storage space available for extending an internal table.

What happened

You attempted to extend an internal table, but the required space was not available.

The error is occuring in line

INSERT GS_CURRENT_PARTNERSET INTO TABLE GT_PARTNERSETS.

CT_PARTNER[] = GS_CURRENT_PARTNERSET-PARTNER[]. "#EC ENHOK

ENDIF.

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

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

Extended memory (EM)........... 3909511400

Assigned memory (HEAP)......... 2000692032

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

Paging area.................... 417792

Maximum address space.......... 18446697117078316543

The dump is occuring in the standard program. Is there any note for this.

Kindly help.

Thanks,