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

Extract data from ANLA through Background program process?

Former Member
0 Likes
831

HI

I'm facing a requirement where I need to extract data from ANLA but there are too much records, I have one field which I can select but is not enough.

I was wondering what must be the best way to get data ( SELECT, GET/PUT, etc) without too much memory consumption, selecting data and putting in a background process program without collapse memory.

Thanks in advance.

6 REPLIES 6
Read only

TuncayKaraca
Active Contributor
0 Likes
787

@Tokio Franco Ch...

I think you may use Extracts, check [Extracts|http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9ed135c111d1829f0000e829fbfe/frameset.htm]

Read only

Former Member
0 Likes
787

And what field is that??

Rob

Read only

0 Likes
787

Rob the field is ANLKL.

Read only

0 Likes
787

Then it may use index ANLA~B. Use the PACKAGE Size option of the SELECT statement to avoid memory issues.

Rob

Read only

0 Likes
787

Thanks Rob

Could you please give an example?

Read only

0 Likes
787

Time to press F1.

Rob