Hi experts,
I have a querry,
as mentioned in the subject line I had to fetch the number of records from various tables filtering based on data element or domain name or field text.
For example:
There are so many tables using the field "company code". Now in some tables the fieldname is BUKRS while in some tables it's "RBUKRS", while in some tables it's "DBUKRS", but in all such table the domain name is BUKRS and the field text is "Company code" only.
So instead of putting the fieldname in the where condition of select query i wanted to use the domain name and field text to filter and get the result.
Please suggest me the way to find the output.
Thanks in advance.