‎2008 May 26 6:03 PM
Hi ABAP GURU'S
Can anyone tell me how we can temporary store the data in abap or EP without using R/3 database .
if it is possible then tell me how if it is not then why?.
and tell me the alternate choice to store the data so that we can reduced the overhead on the database..
Plz give the answer in detail..
Thanks & regards.
Sachin
‎2008 May 26 6:07 PM
hi generally we use the tables statement in the programs this will build the buffer... suppose there is 4 selects on one database if there is no buffer statement like tables it will fetch the data base 4 times...but if u use the tables statement it will hit the database 1 time and it will keep the temp data on the buffer so that 4 times it will fetch the data from the buffer not from the database all the time...
regards,
venkat
‎2008 May 26 6:07 PM
Hello.
Check the subject SAP Archive. IT could be helpfull. (see transaction SARA and SARI to see archiving objects).
Best regards.
Valter Oliveira.
p.s. - I think I missunderstood your problem. Sorry.
Edited by: Valter Oliveira on May 26, 2008 6:08 PM