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: 

Run Time Internal Table

Former Member
0 Kudos

Hi,

My requirement is in routine.I need to capture the value of an internal table and move it to another dummy internal table for some logic.But the internal table is run time internal table.

How to assign this internal table value to Field symbol.

Thanks in advance.

Ashok

2 REPLIES 2

Former Member
0 Kudos

can't you just define your dummy itab like your existing itab then move the contents?

dumm_itab[ ] = itab[ ]

Edited by: robert phelan on Sep 25, 2008 8:37 PM

P561888
Active Contributor
0 Kudos

Hi ,

First define the fieldsymbols same like as internal table and assign that internal table to the filedsymbol.

Regards,

Bharani.