ABAP Checking the existence of a row in a database table
"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. …