Interview Questions

How can I copy a standard table to make my own z_table?

SAP ABAP questions and answers


(Continued from previous question...)

How can I copy a standard table to make my own z_table?

WE CAN CREATE A STRUCTURE LIKE THE SAME STRUCTURE AS DATABASE TABLE AND WE CAN USE
SELECT* FROM DATABASE TABLE INTO TABLE ITAB
OR
INSERT INTO ITAB VALUES DATABASE TABLE

(Continued on next question...)

Other Interview Questions