Skip to Content
0
Former Member
Nov 08, 2012 at 07:16 AM

abap

34 Views

HI all

pls answer the following question.

  1. The following code indicates:

SELECT fld1 fld2 FROM tab1 APPENDING TABLE itab

WHERE fld1 IN sfld1.

A: Add rows to the existing rows of itab.

B: Add rows to itab after first deleting any existing rows of itab.

C: Select rows from tab1 for matching itab entries.

D: Nothing, this is a syntax error.

Moderator message: no interview questions on SCN please, use meaningful titles when posting.

Message was edited by: Thomas Zloch