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: 

ALV IDA Data Processing

Former Member
0 Kudos

Hello Floks,

I have one doubt, suppose I have created CDS view and wanted to display ALV by using ALV IDA.

But suppose if I want to process some data before displaying on ALV IDA is it possible.

As per my understanding ALV IDA used to show views or(table not sure).

(This might be silly question )

-

Regards,

Amol

3 REPLIES 3

jasmin_gruschke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Amol,

what exaclty do you mean by "process some data".

If you like to do calculations or aggregations on the data, you might want to use dedicated functionality provided by CDS. But as you are operating directly on database content (not on internal tables), you don't face the same functionality in ALV and ALV IDA. On the other hand, you get the full power of the database with ALV IDA, as the framework takes care of paging, aggregations, etc.

Cheers,

  Jasmin

0 Kudos

Hi Jasmin,

Ok that means what will be the processing logic required that need to be matured into CDS view later  we can use ALV IDA functionality.

but is CDS can fulfil the complex logic  what we can do it in normal ABAP(i.e. playing with internal tables).

-

Thanks

Amol

0 Kudos

Hi Amol,

correct. Whether CDS is capable or not depends on the logic you'd like to perform. But you cannot use the "normal ABAP", as you're not working with an internal table but with a CDS view or a DB table (in form of the DDIC table) directly.

Cheers,
  Jasmin