Group Key Binding when Grouping by More than One Column
LOOP AT spfli_tab INTO wa GROUP BY ( key1 = wa-carrid key2 = wa-airpfrom ) INTO DATA(key). ... key-key1 ... key-key2 ... ENDLOOP. Serkan AKKAVAK Computer Eng…
SAP Erp resources for everyone.
LOOP AT spfli_tab INTO wa GROUP BY ( key1 = wa-carrid key2 = wa-airpfrom ) INTO DATA(key). ... key-key1 ... key-key2 ... ENDLOOP. Serkan AKKAVAK Computer Eng…