(Glue-2105) Q: Can we have an extractor which reads from several tables and joins their data?

Yes, there are two possible ways of achieving such extraction:

  1. Create a DDIC view on the tables and then create a GLUE extractor on the view.
  2. Use ABAP extractor, which enables the user to write custom ABAP code where you can read several tables and join their data. More information about this topic can be found in the chapter ABAP extractor user guide.