Hi all,
I am trying to put together an automated data-query solution - to link and query a m.o.l. arbitrary set of tables (selected by the user), exporting it in XML format.
The step I'm currently taking is building in some filtering - part of that can probably be automated if I know as precisely as possible just what the user wants to see. There still has to be a possibility to add some custom filtering, but I'm concerned with the automated part for now:
As a rule, tables holding texts in SAP are held redundantly in several languages so that the otherwise unique table_key is only really unique when combined with a specific language key (for ex. TSTCT (T-codes) ) <-> However, there are exceptions: Table T001 for example (texts and other data on company_codes) is only available in one language (on my system, that is), German.
So, I wonder - is there any kind of list available anywhere listing that kind of exceptions to the rule? You see, when I automate filtering for, say, a language key now, and the user enters 'EN', I will get 0 records from T001, which is not good at all...
Thanks a lot!
Regards,
Sapperdapper