2013 Apr 15 6:45 AM
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
2013 Apr 15 8:20 AM
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
2013 Apr 15 2:45 PM
2013 Apr 15 8:22 AM
Hi santosh,
Refer to link
http://scn.sap.com/thread/1567840
Refer to notes 20527 & 369726.
Hope this helps.
Thanks,
Tooshar Bendale
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |