Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table Where SAP component get saved

Former Member
0 Likes
12,967

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.

1 ACCEPTED SOLUTION
Read only

Former Member
6,234

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.

4 REPLIES 4
Read only

Former Member
6,235

hi,

Have a look at tables DF14L (Application Components) and DF14T (Business Application Component Names).

Read only

0 Likes
6,234

Hello jean,

do tell if you have any more query in this..or kinfly close the thread:)

Read only

Former Member
0 Likes
6,234

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

Read only

Former Member
0 Likes
6,234

Thnks to all.