2009 Jul 17 7:02 AM
Hi all,
This there an search help already present which will return all the Classes that are residing the system or all the function groups residing the system?
Please help me on this....
Regards,
Ajit G
2009 Jul 17 7:36 AM
Hi Ravi,
The FM worked for the classes.
I have another question:-
Is it possible to use the same FM for the following objects as well:-
Object class, Object method, Program, Function Group, Function Module, Interface, Interface methods, Local class ??
Thanks a lot in advance.
Regards,
Ajit G
2009 Jul 17 7:09 AM
Hi,
Table TADIR will give you the list of all classes present in the system.
Table 'enlfdir' will give to the list of all Function groups..
You can find the search help from there..
Edited by: sneha singhania on Jul 17, 2009 11:40 AM
2009 Jul 17 7:13 AM
Hi,
You can make use of function module REPOSITORY_INFO_SYSTEM_F4 for getting F4 on repository objects
For class
OBJECT_TYPE = CLAS
Give the object type and execute.
Regards
2009 Jul 17 7:27 AM
Hi,
I tried to use the FM - REPOSITORY_INFO_SYSTEM_F4,
but it was displaying the latest used classes in the system. I want a list all the avialable classes in the system.
Regards,
Ajit G
2009 Jul 17 7:29 AM
Hi,
In the popup which you get click on "Information System" and then click on "Execute", then you will get list of all classes
OR
Pass the parameter WITHOUT_PERSONAL_LIST = X
Regards
Edited by: Rajvansh Ravi on Jul 17, 2009 8:30 AM
2009 Jul 17 7:36 AM
Hi Ravi,
The FM worked for the classes.
I have another question:-
Is it possible to use the same FM for the following objects as well:-
Object class, Object method, Program, Function Group, Function Module, Interface, Interface methods, Local class ??
Thanks a lot in advance.
Regards,
Ajit G
2009 Jul 17 7:40 AM
Hi,
Yes you can use them for repository objects
Just change the OBJECT_TYPE parameter
For program it is PROG
Get the object type details from table EUOBJ
Please close the thread once issue is resolved
Regards