‎2006 Dec 19 7:50 AM
Hi Friends,
I want to know all the sub-objects of a main object.
For example Fugr main prog zfg1: contains 11 ddic objects 8 function module.
Is there any table which stores all sub-objects of a main object.?
Thanking in advance,
Nazir.
‎2006 Dec 19 7:55 AM
go to Se80 transaction and give ur program name there..u wil find all the object list inside tht program..
‎2006 Dec 19 7:57 AM
‎2006 Dec 19 9:38 AM
Hi Friends,
Thanks for ur reply,
But i don't want to to use transaction se80.
I want to get the object list of a main program in my code... may be through any select query.
Do any body knows how the se80 is showing all objects list ....is it also doing a select overy any table.
Is there any table which contains all the subjects of a main object ?
Thanking in advance.
Nazir..
‎2006 Dec 19 11:47 AM
Hi Nazir,
I noticed some object related tables.
1.TODIR- Switch object list
for Function groups,
TLIBG- Person responsible for function class
TADIR-Catalog of R/3 Repository objects
TLIBT- Function Group Short Texts
Thanks and rgds,
Kamal
‎2007 Jan 11 8:42 AM
Hi,
Has anyone ever used USERCOM_INPUT or RS_TOOL_ACCESS?
I might need to scan the code to identify all the number of Zobjects used in the object.
Maybe some one has a better way of getting thel ist of objects used within another object.
Thanks,
‎2007 Jan 14 8:56 PM
Hello Nazir
Perhaps the function module you are looking for is <b>RS_PROGRAM_INDEX</b>.
Regards
Uwe