if sy-subrc = 0
Sy-subrc is a system variable. It will be indicate whether a particular ABAP is executed successfully or failed.
IF NOT < Fieldname> IS INITIAL
IF that fieldname has some value then the condition is true.
Sy-subrc is a system variable. It will be indicate whether a particular ABAP is executed successfully or failed.
IF NOT < Fieldname> IS INITIAL
IF that fieldname has some value then the condition is true.
No comments:
Post a Comment