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

Make a copy of complex structure

Former Member
0 Likes
552

Hi there,

i would like to make copy of a complex structure (complex structure -> include tables, structure, nested table and so on. Like for example SDOC_S_PRT_INTERFACE ) ist there an easy do to it ? Perhaps via Function Module ?

(The technic with loop and Move-Coresponding is know)

thanks

Hi there,

i would like to make copy of a complex structure (complex structure -> include tables, structure, nested table and so on. Like for example SDOC_S_PRT_INTERFACE ) ist there an easy do to it ? Perhaps via Function Module ?

(The technic with loop and Move-Coresponding is know)

thanks

1 REPLY 1
Read only

franois_henrotte
Active Contributor
0 Likes
460

as long as both variables have the same type, even if the type is (very) complex, you can use = to transfer the whole contents from one to another