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: 

copying data from field-symbol to internal table

Former Member
0 Kudos

Hi all,

I have a field-symbol of type ANY TABLE.

I want to get this data in the field symbol into an internal table.

Any ideas on how to do that?

Goldie.

1 REPLY 1

Former Member
0 Kudos

I found the answer.

Used MOVE <FS> to itab.

cheers

~goldie.