cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to create the billing document ABAP Dump TSV_TNEW_PAGE_ALLOC_FAILE

Former Member
0 Kudos

Hi ,

System throws dump during creation of billing document

Runtime Error TSV_TNEW_PAGE_ALLOC_FAILED

Occurred on 17.02.2009 at 16:49:31

No storage space available for extending the internal table

ztta/roll_area (1.000.000 - 15.000.000)

Classic roll area per user and internal mode

usual amount of roll area per user and internal mode

ztta/roll_extension (10.000.000 - 500.000.000)

Amount of memory per user in extended memory (EM)

abap/heap_area_total (100.000.000 - 1.500.000.000)

Amount of memory (malloc) for all users of an application

server. If several background processes are running on

one server, temporary bottlenecks may occur.

Of course, the amount of memory (in bytes) must also be

available on the machine (main memory or file system swap).

Caution:

The operating system must be set up so that there is also

enough memory for each process. Usually, the maximum address

space is too small.

Ask your hardware manufacturer or your competence center

about this.

In this case, consult your hardware vendor

bap/heap_area_dia: (10.000.000 - 1.000.000.000)

Restriction of memory allocated to the heap with malloc

for each dialog process.

arameters for background processes:

bap/heap_area_nondia: (10.000.000 - 1.000.000.000)

Restriction of memory allocated to the heap with malloc

for each background process.

ther memory-relevant parameters are:

m/initial_size_MB: (35-1200)

Extended memory area from which all users of an

application server can satisfy their memory requirement.

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

Roll area...................... 2759488

Extended memory (EM)........... 2002743520

Assigned memory (HEAP)......... 2000037360

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

Paging area.................... 0

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

The current values in the System are and the total RAM is 8 GB

abap/heap_area_dia : 2000000000

abap/heap_area_total : 2000000000

Could you suggest which paramter in the above list should we change and what should be the value

Thanks

Sunil

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

Check this thread

[Run-time error "TSV_TNEW_PAGE_ALLOC_FAILED" occurred |]

You can also check the SAP notes 794257 & 700549.

thanks

G. Lakshmipathi

Answers (0)