ABAP Retrieving multiple rows into an internal table
SELECT FROM dbtab FIELDS * "All fields WHERE ... INTO TABLE @itab. "itab has an appropriate row type "Alternative syntax without the FIELDS addition SELECT co…
SAP Erp resources for everyone.
SELECT FROM dbtab FIELDS * "All fields WHERE ... INTO TABLE @itab. "itab has an appropriate row type "Alternative syntax without the FIELDS addition SELECT co…