Hi All,
I have a small doubt. I am new to ABAP.
I am using Append Lines of <tab1> to <tab2>
Now tab1 and tab2 are of same structure with the difference being that in tab1 I have a field "order" which I have changed to "zorder" in tab2.
Actually tab1 is a standard table and tab2 is a custom table(it was giving error that order is reserved)
Now my doubt is will my field zorder be populated through Append lines of <tab1> to <tab2>.
Does Append lines of ,populates on the basis of length of fields or it checks names of fields in two tables and then add.
Regards