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

Get all objects under a function group??

former_member194669
Active Contributor
0 Likes
1,983

Hi,

I have function group that contains all object ie tables, data element, domains ,function modules etc. I need to get all object under this function group programatically. I will provide function group name, system should return back with all object name under that function group

Any help will be appreciated.

aRs

6 REPLIES 6
Read only

Former Member
0 Likes
1,304

Hi

I hope wou will get only the related fun modules of that function group from the tables TFDIR and TADIR .

For getting the other objects like Tables, domains etc within a fun module

you may have you use the RPR_ABAP_SOURCE SCAN fun module like thing.

Check with it..

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
1,304

if you trace SE80 Transaction there should be one method to get list objects under Function group.

Look at below tables and it may help you

TLIBT,

TLIBG

DIRTREE

DWTREE

Thanks

Seshu

Read only

former_member194669
Active Contributor
0 Likes
1,304

Seshu/Anji,

I think have not given my query properly.

I am creating a function group and attach to a transport request. Within the function group i am creating function module, tables and data elements and other domains. and assigning to different transport request.

Here Higher level object is function group always. By using this i need to find all child objects and their transport request numbers to bundle it in single transport.

I can find out thru SE09.But it taking lot of time to club together all child objects , Is there any easy way?

Thanks for your replies.

aRs

Read only

0 Likes
1,304

Hello aRs,

Only way you get if you use SE80 Transaction

if you use table maintaince ,if you assign this Function group to Table then you will get it,otherwise you can't

Thanks

Seshu

Read only

0 Likes
1,304

Hi,

Go To SE09 -> Create a Transport Request.

Go To SE80 -> Place your cursor on the function group.

Right Click -> Add the function Group to the Transport Request (One of the options on Right Click).

Once you do so , all the objects will be copied to the tranpsport request...

All the Best

Baburaj

Read only

0 Likes
1,304

Hi,

Child objects are already in transport requests. I want to know from function group how to get all child objects?

aRs