1. Insert Syntax INSERT dbtab – source Syntax … wa | {TABLE itab [ACCEPTING DUPLICATE KEYS] }. Alternatives: 1. … wa … 2. … TABLE itab [ACCEPTING DUPLICATE KEYS] … Effect A non-table-like data object wa can be specified after FROM and VALUES. After FROM, an internal table itab can also be specified. The contents of the row(s) to be inserted are taken from these […]