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: 

How to create dynamic internal table in basis 620 release?

Former Member
0 Kudos

Hello ,

I need to create a dynamic internal table for selected field of standard dictionary table in system with basis release 620.

and can not use cl_alv_table_create->create_dynamic_table due to its limitations.

I got the way to create itab with same structure of dictionary table using: create data gr_tab type table of (p_tab).

but how can i do same thing for selected columns.?

Regards,
Sameer

1 REPLY 1

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

Create an appropriate type object with RTTC and use the respective variant of the CREATE DATA statement.