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

Runtime Error: TSV_TNEW_BLOCKS_NO_ROLL_MEMORY.Please help

Former Member
0 Likes
1,383

Dear Experts,

I'm working on custom table updation and i'm getting following error

Runtime Errors         TSV_TNEW_BLOCKS_NO_ROLL_MEMORY.Please help me to resolve this issue.

PFB the source code in which i'm getting error.

   SELECT * FROM ekko INTO CORRESPONDING FIELDS OF TABLE itab_ekko1 FOR ALL ENTRIES IN itab_ekab_item    WHERE  ebeln = itab_ekab_item-ebeln.
  SELECT * FROM ekpo INTO CORRESPONDING FIELDS OF TABLE itab_ekpo1 FOR ALL ENTRIES IN itab_ekko1 WHERE  ebeln = itab_ekko1-ebeln.(Getting error in second select statement)

Please help me to resolve this issue.

Thanks

Santhosh Kumar

Dear Experts,

I'm working on custom table updation and i'm getting following error

Runtime Errors         TSV_TNEW_BLOCKS_NO_ROLL_MEMORY.Please help me to resolve this issue.

PFB the source code in which i'm getting error.

   SELECT * FROM ekko INTO CORRESPONDING FIELDS OF TABLE itab_ekko1 FOR ALL ENTRIES IN itab_ekab_item    WHERE  ebeln = itab_ekab_item-ebeln.
  SELECT * FROM ekpo INTO CORRESPONDING FIELDS OF TABLE itab_ekpo1 FOR ALL ENTRIES IN itab_ekko1 WHERE  ebeln = itab_ekko1-ebeln.(Getting error in second select statement)

Please help me to resolve this issue.

Thanks

Santhosh Kumar

3 REPLIES 3
Read only

Former Member
0 Likes
703

Hello Santhosh,

    The reason maybe because of the huge records being fetched from the database into the internal table and internal table does not have enough memory to accommodate all the records in it and hence results in DUMP. The run time error mentioned can occur due to many other reasons as well. it is a generic error. Please provide the detailed run time error from st22, which will help us in giving more precise suggestions.

Best Regards,

Praveenkumar T

Read only

0 Likes
703

This message was moderated.

Read only

Former Member
0 Likes
703

Hi santosh,

Refer to link

http://scn.sap.com/thread/1567840

Refer to notes 20527 & 369726.

Hope this helps.

Thanks,

Tooshar Bendale