ABAP SQL Checking the existence
"The example uses @abap_true. Other specifications are possible, e.g. 'X'. SELECT SINGLE @abap_true FROM dbtab WHERE ... INTO @DATA(exists). IF exists = abap_true. ... ENDIF. …
SAP Erp resources for everyone.
"The example uses @abap_true. Other specifications are possible, e.g. 'X'. SELECT SINGLE @abap_true FROM dbtab WHERE ... INTO @DATA(exists). IF exists = abap_true. ... ENDIF. …