2009 Feb 03 2:56 PM
Hi all,
We can create support message from any SAP transaction using the menu
Help -> Create Support Message.
In the popup window 'Create Support Message' we have a field Component,
if we click on F4 we get list of SAP components available in the system.
Now i want to know from which table these values are coming.
ie. I want to find out the table where SAP components are stored.
Thnks in advance.
2009 Feb 03 6:34 PM
hi,
Have a look at tables DF14L (Application Components) and DF14T (Business Application Component Names).
Hi all,
We can create support message from any SAP transaction using the menu
Help -> Create Support Message.
In the popup window 'Create Support Message' we have a field Component,
if we click on F4 we get list of SAP components available in the system.
Now i want to know from which table these values are coming.
ie. I want to find out the table where SAP components are stored.
Thnks in advance.
2009 Feb 03 6:34 PM
hi,
Have a look at tables DF14L (Application Components) and DF14T (Business Application Component Names).
2009 Feb 07 10:44 AM
Hello jean,
do tell if you have any more query in this..or kinfly close the thread:)
2009 Feb 03 7:49 PM
Hi Jean,
DF14L and DF14T are the tables from where the records are fetched, in future if you really want to know from where you are getting the records, you can perform a SQL trace and check the tables used, this will help you fetching the tables that SAP uses while retrieiving the records.
Hope this is helpful for you
Regards,
Siddarth
2009 Feb 12 7:37 AM