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: 

Dynamic Internal Table Merging

former_member188001
Active Participant
0 Kudos
392

Hi All,

As you can see, i have a requirement where Table1 has 6 fields with respective data. Table 2 has the fields that needs to be shown. I need to create an internal table as shown in the Final Output.

Any help is appreciated.

3 REPLIES 3

Sandra_Rossi
Active Contributor
344

That's called RTTS (Runtime Type Services).

  • cl_abap_structdescr
  • create data ... type handle ...

see ABAP documentation for more information.

raymond_giuseppi
Active Contributor
344

There are some blogs on this subject. in the forum

former_member188001
Active Participant
0 Kudos
344

Thanks, will have a look