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

Looking for table/function to determine the related Object types

Former Member
0 Likes
808

It must be somewhere in the system...

If you have an object type PROG, for transport, it also contains REPT and REPS (and maybe more than that). Same for Object Type TABL. Is there a way to determine all the 'lower level' object types for PROG? Or put differently: Is there a way to find out whcih object types are part of the 'master' object type PROG?

Thanks in advance!

(Points will be awarded)

1 ACCEPTED SOLUTION
Read only

andreas_mann3
Active Contributor
0 Likes
752

for this distinction (master - sub) object is the field PgmId:

R3TR for objects

LIMU for subobjects

A.

Edited by: Andreas Mann on Feb 12, 2008 2:16 PM

It must be somewhere in the system...

If you have an object type PROG, for transport, it also contains REPT and REPS (and maybe more than that). Same for Object Type TABL. Is there a way to determine all the 'lower level' object types for PROG? Or put differently: Is there a way to find out whcih object types are part of the 'master' object type PROG?

Thanks in advance!

(Points will be awarded)

3 REPLIES 3
Read only

andreas_mann3
Active Contributor
0 Likes
753

for this distinction (master - sub) object is the field PgmId:

R3TR for objects

LIMU for subobjects

A.

Edited by: Andreas Mann on Feb 12, 2008 2:16 PM

Read only

ThomasZloch
Active Contributor
0 Likes
752

I don't think there is a transparent table holding this information. If there is, I'd like to know as well.

There is function module TR_CHECK_TYPE which does a translation from LIMU to the corresponding R3TR object type. Maybe you want to dive into debugging this one.

Cheers

Thomas

Edit: function TR_GET_PART_OBJECTS might be even better for your purpose.

Edit 2: function TRINT_FILL_SYNTAX_TABLE is where the magic is...

Read only

Former Member
0 Likes
752

Not answered, but closed.