‎2010 May 03 3:55 PM
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.
‎2010 May 03 4:28 PM
@Tokio Franco Ch...
I think you may use Extracts, check [Extracts|http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9ed135c111d1829f0000e829fbfe/frameset.htm]
‎2010 May 03 4:32 PM
‎2010 May 03 4:35 PM
‎2010 May 03 4:48 PM
Then it may use index ANLA~B. Use the PACKAGE Size option of the SELECT statement to avoid memory issues.
Rob
‎2010 May 03 4:49 PM
‎2010 May 03 4:51 PM