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

ABAP Memory

Former Member
0 Likes
428

Hi,

I stored all data ( around 30000 records) in memeory to display in the portal.

in portal if i select no entry in employee search,it should display 300000 records in page wise from memeory.

if i select specific emplayee, select single records from memory.

how to play fetching records from memory.

Thanks,

SAM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
392

Hi,

There is no such way to write SQL for fetching data from memory id....

You first import from memory all the record.. then delete the data which are not necessary.

Reagrds,

Amitava

2 REPLIES 2
Read only

Former Member
0 Likes
392

How to write select query on memeory in ECC.

Read only

Former Member
0 Likes
393

Hi,

There is no such way to write SQL for fetching data from memory id....

You first import from memory all the record.. then delete the data which are not necessary.

Reagrds,

Amitava