cancel
Showing results for 
Search instead for 
Did you mean: 

TSV_TNEW_PAGE_ALLOC_FAILED dump in RM06LBAT(Vendor evaluation)

rahul_khilari
Explorer
0 Kudos

Hello All,

we need urgently help in subjected topic.We are running the report RM06LBAT in the background for one of the vendor.As this vendor has lot of info records, we are getting "no space available" dump.I did not find any related SAP note.

I cannot even split the variant because only field availabe is vendor and i am providing only one vendor.

Can some one help.

Accepted Solutions (0)

Answers (2)

Answers (2)

carloswagner_moatto3
Active Participant
0 Kudos

Just documenting a possible enhancement for future references.

program: LMEL0F03

on the PERFORM preissim USING mepri

......


*after the command

CHECK tkond_header-effpr > 0.

*added a line after line 574 command

summe_1-record = summe_1-records +1.

*--> added

CALL FUNCTION 'MM_REFRESH_PARTNERS'.

*--> ended the addition of the code

ENDLOOP.

***at your own risk***

at least for us, the change has solved the error and the process is way faster, that was done to avoid changes on memory settings on Basis side.

Carlos Moçatto

rishi1204
Participant
0 Kudos

Hi

You can temporarily increase your Extended memory using the report RSMEMORY - which will allow for the report to be run successfully.

This is assuming that you have available memory in the server.

Please try this and send across the complete dump details if you are still facing the issue

Thanks

Rishi

rahul_khilari
Explorer

Thanks Rishi for your answer.

We approached our basis team immediately after issue comes.but the thing is that they denied to change the system parameters for just one dump.And also we suspect that something wrong going on here.Because for last 10 years job was successful with huge amount of data and suddenly it starts giving error.So we decided to approach SAP for further suggestion.I will update here further.