‎2007 Aug 20 5:53 PM
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
‎2007 Aug 20 5:58 PM
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
‎2007 Aug 20 6:21 PM
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
‎2007 Aug 20 6:38 PM
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
‎2007 Aug 20 6:46 PM
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
‎2007 Aug 20 6:53 PM
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
‎2007 Aug 20 7:16 PM
Hi,
Child objects are already in transport requests. I want to know from function group how to get all child objects?
aRs