SAP DELETE ITAB KEY ABAP Statements
Get Example source ABAP code based on a different SAP table
• DELETE TABLE itab ABAP Statement
• TABLE DELETE itab
ABAP_SYNTAX
$| ${ WITH TABLE KEY $[
${comp_name1$|(name1)$} = operand1
${comp_name2$|(name2)$} = operand2
... $} ...>
ABAP_ALTERNATIVES:
1
2