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

Object list

Former Member
0 Likes
740

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.

6 REPLIES 6
Read only

Former Member
0 Likes
685

go to Se80 transaction and give ur program name there..u wil find all the object list inside tht program..

Read only

graghavendra_sharma
Contributor
0 Likes
685

you can get the info from SE80 transaction.

Read only

Former Member
0 Likes
685

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..

Read only

Former Member
0 Likes
685

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

Read only

0 Likes
685

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,

Read only

uwe_schieferstein
Active Contributor
0 Likes
685

Hello Nazir

Perhaps the function module you are looking for is <b>RS_PROGRAM_INDEX</b>.

Regards

Uwe