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 for includes

Former Member
0 Likes
1,060

In which table do i get the list of all includes from all the programs ?

Regards,

Linda.

8 REPLIES 8
Read only

ThomasZloch
Active Contributor
0 Likes
1,018

D010INC

Read only

0 Likes
1,018

>

> D010INC

it is...

(another day I learnt something new)

Read only

0 Likes
1,018

> (another day I learnt something new)

I don't even want to know what you know that I don't know (yet)...

Read only

0 Likes
1,018

Thanks for your immediate reply....i have already checked this table

but i want only the user included ones and not the system includes..Is there any other table or FM by which i can retrieve this.

Thanks & Regards,

Linda

Read only

0 Likes
1,018

Use Z* & Y* in your selection via SE16.

Erwan

Read only

0 Likes
1,018

Try with FM AKB_WHERE_USED_LIST and give

OBJ_TYPE = INCL

OBJ_NAME = Include name.

This will give you list all object where such include has been used.

Read only

0 Likes
1,018

what is "user included"? One definition would be all objects with source system other than "SAP".

Source system is stored in TADIR-SRCSYSTEM, so you could somehow join D010INC and TADIR in your own query, view or program to get the desired result.

Thomas

Read only

JozsefSzikszai
Active Contributor
0 Likes
1,018

I don't think it is stored table wise (like master data, transaction data or customizing)