Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3132

ABAP CDS View with dynamic table specification

$
0
0

Hello,

 

Just wondering if dynamic table specification is possible with CDS view?

 

My requirement is -

 

parameters: p_region type char5.

 

SELECT table_name

      FROM Ztable_names

      INTO @data(lv_table)

      WHERE region = @p_region.

 

SELECT col1,

              col2

    FROM (lv_table).


Viewing all articles
Browse latest Browse all 3132

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>