Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dump message TSV_TNEW_PAGE_ALLOC_FAILED

Former Member
0 Likes
942

Hi,When i am trying to enter the value in Table using the T.code SM30.It going for DUPM with the message TSV_TNEW_PAGE_ALLOC_FAILED.

Hi,When i am trying to enter the value in Table using the T.code SM30.It going for DUPM with the message TSV_TNEW_PAGE_ALLOC_FAILED.

3 REPLIES 3
Read only

Sm1tje
Active Contributor
0 Likes
668

have a look at note 723062 from service.sap.com

Or more in general do a not search with dump message and see if it fits your problem.

Read only

Former Member
0 Likes
668

Hi,

You have to follow this note 896886

My best regards

Read only

Former Member
0 Likes
668

Only a limited space of memory is assigned to an SAP process (3 GB i guess). If your processing crosses this limit, you will encounter this dump.

If your processing involves an application:

1) Refine your selection criteria

2) Redesign the program i.e. fine tune it from memory usage perspective

If it during direct update to SM30, try uploading the entries in different chunks rather than at one shot.