Skip to Content
0
Former Member
Apr 22, 2008 at 11:44 PM

Function Module Extractor with Internal Table

70 Views

Hi All,

I have a need to extract records from a complex SQL Statements, so I will be using different SQL Statements and merging the results in to a single internal table. In the function modules what will happen if I do not use cursor WITH HOLD option, (I know it maintains the cursor position) and what if I directly load into E_T_DATA from my internal table. How this will affect the datapackage size?

In the future I will have records beyond 1 million and I am concerned to send all the 1 million record in one package rather than multiple packages during extraction.

Please give a solution if you have come acroos this kind of situation with your development.

Thanks,

Alex.