SAP VALUE CONSTRUCTOR PARAMS LSPC
Get Example source ABAP code based on a different SAP table
• LINES OF VALUE itab
• FROM VALUE itab
• TO VALUE itab
• STEP VALUE itab
• USING KEY VALUE itab
ABAP_SYNTAX
$| ${LINES OF itab $[FROM idx1$] $[TO idx2$] $[STEP n$] $[USING KEY keyname$]$} ...>
ABAP_ALTERNATIVES:
1
2
What does it do?
Specification of one or more lines to be inserted when constructing an internal table with the value operator
Latest notes:
If lines from the target table or the entire target table are used in
NON_V5_HINTS
ABAP_HINT_END
ABAP Alternative 1