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

Re: Dynamic radio button selection

$
0
0

Sivakumar,

 

Max have made the correct suggestion, field-symbols will solve your problem.

 

DATA: gt_table1 TYPESTANDARDTABLEOF mara,

      gt_table2 TYPESTANDARDTABLEOF mseg.

 

FIELD-SYMBOLS: <fs_table>TYPEanytable.

 

CASE'X'.

  WHEN rad1.

    ASSIGN gt_table1 TO<fs_table>.

  WHEN rad2.

    ASSIGN gt_table2 TO<fs_table>.

ENDCASE.

 

* now use <fs_table> as datatable to your function module.


Viewing all articles
Browse latest Browse all 8533

Trending Articles



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