Login
Remember
Register
Ask a Question
CLEAR <internal table> is used to:
0
votes
asked
Apr 13, 2022
in
SAP ABAP
by
john ganales
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
clear-table
sap-internal-table
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 13, 2022
by
john ganales
b) Delete all table records of internal table
CLEAR
<internal table> is used to
Delete all table records
of internal table
...