(Glue-2008) 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 DDIC view on the tables and then create 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 can be found in the ABAP extractor user guide.