Select Appending: SELECT APPENDING query is used to append SELECT query result directly to some other internal table. Below is the syntax for SELECT APPENDING Syntax: SELECT FIELD1 FIELD2 from DB_TABLE APPENDING TABLE ITAB (internal Table) WHERE FIELD = COND_VALUE. Where condition is not mandatory for this syntax.