0 votes
in SAP ABAP by
CLEAR <internal table> is used to:

a) Delete all table records of database

b) Delete all table records of internal table

c) Initialize the header line

d) None of these

1 Answer

0 votes
by

b) Delete all table records of internal table

CLEAR <internal table> is used to Delete all table records of internal table
...