READ TABLE lt_SWPSTEPLOG INTO ls_SWPSTEPLOG WITH KEY returntyp = 'RC' BINARYSEARCH.
IF sy-subrc = 0.-----> is it executed with value true????
Check you are getting values in work space
.
READ TABLE lt_SWPSTEPLOG INTO ls_SWPSTEPLOG WITH KEY returntyp = 'RC' BINARYSEARCH.
IF sy-subrc = 0.-----> is it executed with value true????
Check you are getting values in work space
.