Application Development 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: 

Pass results of view into internal table - Write on application server

Former Member
0 Kudos

Hello all,

I would like to know if there is any way to pass the results of a cds view i created into an internal table after the user inputs parameters as selection criteria. I need to be able to write the results into a file and see it in tcode al11.

Thanks in advance,

Illias.

3 REPLIES 3

amol_samte
Contributor
0 Kudos

Hi Illas,

Well, as  per my understanding you have to save data on application server.

Just go through keywords OPEN DATASET, TRANSFER, DELETE, CLOSE DATASET.

This is pure and frequently asked abap question, hence plenty of threads available over scn space...

Let us know for further help...

-Amol S

0 Kudos

Hello,

You are right, i want to do this on HANA platform though. When the view is generated then can i use open dataset etc for the same reason as plain abap???

0 Kudos

Hi,

I think not possible.

Regards,

-Amol S

You can create wrapper program to display CDS data at a same time you can download.