SELECT APPENDING




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.

Comments

Popular posts from this blog

New commodity code create in SAP S/4 Hana

BAPI to Change STO PO/ PO Delivery date in SAP

INITCAP- First letter of the word Capital in SAP ABAP