Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

How to create dynamic outtab with field_style

$
0
0

Hey experts,

 

I have the outtab created followingly

 

DATA: tabname TYPE REF TO data.

FIELD-SYMBOLS: <outtab> TYPE table.

 

CREATE DATA tabname TYPE TABLE OF (if_table_name).

 

ASSIGN tabname->* TO <outtab>.

 

but I want to populate the outtab with  celltab type lvc_t_styl.

But I don't know how, is it somehow possible? If yes, how?


Regards,

Robert


Viewing all articles
Browse latest Browse all 8332

Trending Articles



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