Convert SAP Old code to SAP New Syntax
Dear Team,How to convert the below code into sap new syntax LOOP AT it_h1 INTO wa_h1n WHERE regiogroup = 'S01' AND supply_division+0(1) = 'W'. IF wa_h-langu_corr = 'M2'. LOOP AT it_swm INTO lv_string WHERE opbel_bi = wa_h1n-opbel_bi. ...