Hi,
I want to do following:
DB Table 1 -> FieldA and FieldB
DB Table 2 -> FiledB and FieldC
Internal Table -> FieldA, FieldB and FieldC
Now for particular value ranges of FieldA I want to populate all fields of Internal Table.
Join between Table1 and Table2 should be left join (all fields of table1 and matched fields of table2)
I am not sure of the ABAP Statement, friends please help,
Thanks,
CD