Application Development 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: 

TSV_TNEW_PAGE_ALLOC_FAILED

Former Member
0 Kudos

Hi All,

I'am getting a runtime error "TSV_TNEW_PAGE_ALLOC_FAILED" in function module "SUSR_USER_AUTH_FOR_OBJ_GET"

The internal table "\FUNCTION-POOL=SUSE\DATA=AUTH_VALUES_BUFFER" could not be further extended.

Please let me know any OSS note is available to solve the issue.

With Regards,

Gandhi Subramani

1 ACCEPTED SOLUTION

former_member156446
Active Contributor
0 Kudos

this would be a basis team issue.. the max u can do from ABAP is to clear and provide as much space as possible for the program. This issue is caused bcoz the allocated memory for the program has reached as per your basis team configuration, they assign a memory limit for each program.

1 REPLY 1

former_member156446
Active Contributor
0 Kudos

this would be a basis team issue.. the max u can do from ABAP is to clear and provide as much space as possible for the program. This issue is caused bcoz the allocated memory for the program has reached as per your basis team configuration, they assign a memory limit for each program.