SAP NEW CONSTRUCTOR PARAMS ITAB



Get Example source ABAP code based on a different SAP table
  


• BASE NEW itab

NEW, Internal Tables

ABAP_SYNTAX
... NEW dtype$|#( $[let_exp$]
$[BASE itab$]
$[FOR for_exp1
FOR for_exp2
... $]
( line_spec1 )
( line_spec2 )
... ) ...

ABAP Addition
1 ... BASE itab
2 ... FOR for_exp

What does it do?