Computer Science, asked by Madi3311, 11 months ago

In ABAP, How to select all the data into my internal table using loops?

Answers

Answered by divyanshsharma40
0

it_comb has a structure with some fields from db_1, db_2, db_3.

All db tables have different structures.

I want to select everything from db_1, db_2, db_3 into the correct fields of it_comb with a where condition.

I would like to do something like this: (This doesn't work

Similar questions