cancel
Showing results for 
Search instead for 
Did you mean: 

Fetch Cursor Issue extractor going to Dump

0 Kudos

Hi All,

We have a generic extractor where the dump is happening in close cursor statement. And the extractor on the table pulls huge volume of data. Previously it was working fine but when we added the new BAPI to it, then its throwing dump while pulling the delta records.

Kindly suggest why the dump is happening is it because of the BAPI?

FETCH NEXT CURSOR s_cursor
APPENDING CORRESPONDING FIELDS
OF TABLE it_zptalloc
PACKAGE SIZE s_s_if-maxsize.

IF sy-subrc <> 0. --- Giving dump
CLOSE CURSOR s_cursor.
RAISE no_more_data.
ENDIF.

Regards,

Mona

Accepted Solutions (0)

Answers (0)