cancel
Showing results for 
Search instead for 
Did you mean: 

TSV_TNEW_OCCURS_NO_ROLL_MEMORY in APO

sridhar_somavarapu2
Participant
0 Kudos

HI ,

We are extracting file from APO with Background job I got an Error message and i have checked in source system through SM37 FOLLOWING MESSAGE I GOT.

abap/heap_area_nondia......... 2000000000

abap/heap_area_total.......... 2000000000

abap/heaplimit................ 40000000

zcsa/installed_languages...... DE

zcsa/system_language.......... E

ztta/max_memreq_MB............ 2047

ztta/roll_area................ 6500000

ztta/roll_extension........... 2000000000

We got a 12 GB space free.

Please guide me .

Regards,

Sridhar.

Accepted Solutions (0)

Answers (3)

Answers (3)

sridhar_somavarapu2
Participant
0 Kudos

My Question is answered. We Increased the Memory.

Thanks,

Sridhar

former_member187488
Active Contributor
0 Kudos

Hello Sridhar,

What kind of extraction are you processing?

Is it a data extraction from APO planning area to BW?

If you can tell us the scenario, maybe we can provide some suggestions ...

Generally when you encounter such problem, you can:

1)Try parallel processing if possible.

2)Adjust memory setting (but there's limitation as said above)

3)Reduce the data volum to be processed by:

- Exclude unnecessary data

- Divide the data into smaller packages

Best Regards,

Ada

Former Member
0 Kudos

Hi,

The heap memory available for a single processes is restricted by SAP to only 2GB. If there is a query which is trying to extract more data or put them into an internal table, the system dumps with this error. This is a hard restriction. The only way to resolve this is to reduce the amount of data being loaded into the internal table.

Hope this helps.

Thanks

Mani Suresh