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

open cursor- appending

Former Member
0 Likes
380

Hi experts,

I am getting the short dump, when i am using the below statements.

what could be the reason.

Please guide me if i am making any mistake

FETCH NEXT CURSOR s_cursor

APPENDING TABLE it_ml_hd_it

PACKAGE SIZE s_s_if-maxsize.

If i remove appending table by fetching the cursor in do enddo it is working fine.

Thanks

Sai

2 REPLIES 2
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
355

Try this:

FETCH NEXT CURSOR s_cursor

into TABLE it_ml_hd_it

PACKAGE SIZE s_s_if-maxsize.

within Do enddo.

appedn this table to another table of same type and then refresh it_ml_hd_it.

Read only

ThomasZloch
Active Contributor
0 Likes
355

There is not "the" short dump, there is many different types. Which one are you seeing, header and section "error analysis" would be interesting.

Thomas