Thursday, December 20, 2007

Use high-speed array operations with UPDATE, INSERT, DELETE, MODIFY

Use high-speed array operations with UPDATE, INSERT, DELETE, MODIFY
---------------------------AVOID-------------------------
LOOP AT itab INTO wa.

INSERT INTO sbook VALUES wa.

ENDLOOP.

---------------------------USE-------------------------
INSERT sbook FROM TABLE itab.

No comments:

Blog Archive