Both FROM and TO are not mandatory in one statement. it is possible to use only one of them.
If you use only ...
FROM, all lines up to the last table entry are respected.
TO, all lines starting with the first table entry are respected.
"i1/i2 represent integer values
APPEND LINES OF itab2 FROM i1 TO i2 TO itab.
APPEND LINES OF itab2 FROM i1 TO itab.
APPEND LINES OF itab2 TO i2 TO itab.
INSERT LINES OF itab2 FROM i1 TO i2 INTO itab.
Serkan AKKAVAK
Computer Engineer BSc
SAP Department Manager
Contact : serkurumsal@yandex.com
0 Comments