2013 Nov 19 6:57 PM
Hi Gurus.
I need move 100 fields from structure A to structure B .they are not equal.
Move corresponding in loop its bad to performance program?
Thanks.
2013 Nov 19 7:17 PM
Hi Ronaldo,
If both structure are same then use the Append lines of one structure to another structure.
If both structure are different then i think
Loop at it_itab.
use move-corresponding.
endloop.
Thanks.
Nishant Bansal
Hi Gurus.
I need move 100 fields from structure A to structure B .they are not equal.
Move corresponding in loop its bad to performance program?
Thanks.
2013 Nov 19 7:17 PM
Hi Ronaldo,
If both structure are same then use the Append lines of one structure to another structure.
If both structure are different then i think
Loop at it_itab.
use move-corresponding.
endloop.
Thanks.
Nishant Bansal
2013 Nov 19 7:19 PM
Ok I used the move 1 by 1 and the performace improved.
Thanks For Help.
2013 Nov 19 7:45 PM
Hi Ronaldo Aparecido,
Move corresponding and use 1 by 1 totally depend on the scenario or number of records in your internal table.
Follow this link this it may be useful for you.
Thanks.
Nishant Bansal