ABAP SELECT loop
SELECT FROM dbtab FIELDS * WHERE ... INTO @struc. IF sy-subrc = 0. ... "For example, making changes on data and adding the row to an internal table. ENDIF. ENDSELECT. Ser…
SAP Erp resources for everyone.
SELECT FROM dbtab FIELDS * WHERE ... INTO @struc. IF sy-subrc = 0. ... "For example, making changes on data and adding the row to an internal table. ENDIF. ENDSELECT. Ser…