fidley / falv

FALV - Fast ALV Grid
https://abapblog.com
GNU General Public License v3.0
141 stars 52 forks source link

Removed unnecessary sy-subrc check #59

Closed Rino53 closed 3 years ago

Rino53 commented 3 years ago

Removed unnecessary sy-subrc check from method get_cell_enabled. [ATC Error]: The value of SY-SUBRC is always set to 0 by CALL METHOD GET_FRONTEND_LAYOUT.

fidley commented 3 years ago

Thanks!