‎2018 Jun 11 9:22 AM
Hi,
is it possible to use a abap function module and create a view from it?
I have a function module that calculates something from MATNR and WERKS and I want it for all materials.
Thanks
‎2018 Jun 11 12:25 PM
Up to now, it is not possible to use an ABAP procedure call that has a tabular result as a data source of CDS views.
Such a feature might be available in some future (hopefully not in a parallel universe only) ...
In Open SQL, you can access internal tables as data source of queries already.
‎2018 Jun 11 10:15 AM
you can create a ALV for the requirement.
I hope using function module in a view is simply not possible.
‎2018 Jun 11 10:27 AM
‎2018 Jun 11 12:18 PM
‎2018 Jun 11 12:25 PM
Up to now, it is not possible to use an ABAP procedure call that has a tabular result as a data source of CDS views.
Such a feature might be available in some future (hopefully not in a parallel universe only) ...
In Open SQL, you can access internal tables as data source of queries already.
‎2018 Jun 11 3:28 PM