Application Development and Automation 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: 
Read only

copy internal table data to dd02l

Former Member
0 Likes
307

how to copy internal table data to a table of like dd02l.

Can you I get example.

This I am looking for dynamic display of internal table.

how to copy internal table data to a table of like dd02l.

Can you I get example.

This I am looking for dynamic display of internal table.

1 REPLY 1
Read only

Sm1tje
Active Contributor
0 Likes
284

You can't copy an internal table to a database table like DD02L. This table represents structures / tables defined in the DataDictionary (Hence DD...).