‎2009 Nov 04 8:45 AM
Hi experts,
Is there any FM or table to find subobjects for a main object for example, in SE80 when you give an object say MP000100, it gives the list of subobjects associated with it like screens, inlcudes fields...etc, or is there any other way?
Thanks in Advance.
‎2009 Nov 04 9:58 AM
what is the object, which you are looking for sub-objects.
Say Table : ENLFDIR gives the list of Function Modules associated with Function Group
‎2009 Nov 04 9:58 AM
what is the object, which you are looking for sub-objects.
Say Table : ENLFDIR gives the list of Function Modules associated with Function Group
‎2009 Nov 04 10:09 AM
Hi Mahesh,
Thanks for your reply. The Table which you have given me is helpful, but I need to find the subobjects of any given object. For example, for module pool mpXXXX00, i need to know all the subobjects, related to this module pool. The main object can be anything. If it is a (report, WDA program etc) I need to get the list of sub objects tied to the main object.
Hope you can understand my requirement.
Thanks and regards.
‎2009 Nov 04 10:50 AM
In that case, you can use the below FM, it prompts you various objects for the program
check this FM
RS_CROSSREFERENCE
‎2009 Nov 04 11:04 AM