‎2008 Aug 27 2:49 PM
In which table do i get the list of all includes from all the programs ?
Regards,
Linda.
‎2008 Aug 27 2:51 PM
‎2008 Aug 27 2:52 PM
‎2008 Aug 27 2:55 PM
> (another day I learnt something new)
I don't even want to know what you know that I don't know (yet)...
‎2008 Aug 27 3:03 PM
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
‎2008 Aug 27 3:07 PM
‎2008 Aug 27 3:19 PM
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.
‎2008 Aug 27 3:29 PM
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
‎2008 Aug 27 2:51 PM
I don't think it is stored table wise (like master data, transaction data or customizing)