Question:
BW Gurus:
Is there any other way than SQL Trace and from SAP Documentation to find the tables of Datasource/Extractors.
I have to find the base tables of R/3 for Extractor 0CO_OM_ABC_1 and
0CO_OM_ABC_7.
Thanks !
Yoko.
Answer:
Be careful with your research, as Business Content may be very tricky.
I suggest you log on R/3, and with SE16 transaction, take a look to the table ROOSOURCE.
It contains all the datasource, with the extract method and the tables or Abap involved.
For CO_OM, usually it is an Abap code (function module), with an export structure that is often the datasource itself.
Good luck ! You will need ...
_________________
Laurent THIBERT
Business Connection Amerique
Answer:
lthibert :
Thanks a lot Dude.
Regards,
Yoko.
Answer:
In RSA3 extractor checker, turn trace on and run the extraction for the datasource and you can read the resultant log files for which tables it reads from. Alternatively, table Roosource should tell you which function module is used in the extraction and you can read the code.