Change value of fields of an internal table without loop
Hello Everyone, Please can you help me with new abap code?I need to change values of some fields of an internal table depending other tables but i would achieve it without loop, because i have lots of record in my internal table. With old abap code I would do: Loop at Internal_tableA. read table Internal_tableB …
Change value of fields of an internal table without loop Read More »