‎2008 Jul 07 10:28 AM
Hi Guys,
Are there any Function Modules/Classes that return the Package name of any given Program?
I have had a look but have been unable to find any...
thanks,
C
PS POINTS WILL BE REWARDED
‎2008 Jul 07 10:42 AM
Christiaan Pistorius,
use below Fm.
RS_PROGRAM_GET_DEVCLASS
give program name and get package name in DEVclass.
Amit.
Edited by: Amit Gujargoud on Jul 7, 2008 11:44 AM
‎2008 Jul 07 10:30 AM
‎2008 Jul 07 10:31 AM
Hi
check out this link,IAm not sure but it has so many function modules
http://www.erpgenie.com/abap/functions.htm
Regards
Pavan
‎2008 Jul 07 10:32 AM
Hi,
1)u can get Package name from SE93
go to SE93>give transaction code>display
2)you can also get from
go to t-code>system>status>d.click on program name>goto-->attributes
Thanks
Ankur Sharma
‎2008 Jul 07 10:35 AM
‎2008 Jul 07 10:36 AM
Hi,
there is a class--CL_PAK_TADIR_OBJECT_PROPERTIES which returns tadir entries.
the method IF_PAK_OBJECT_PROPERTIES~GET_PACKAGE will return you the package for any object.
You can try this out.
thank you,
Jose
‎2008 Jul 07 10:38 AM
Christiaan,
Just check if the function modules
TADIR_GET
TR_DEVCLASS_GET can give you some lead.
K.Kiran.
‎2008 Jul 07 10:42 AM
Christiaan Pistorius,
use below Fm.
RS_PROGRAM_GET_DEVCLASS
give program name and get package name in DEVclass.
Amit.
Edited by: Amit Gujargoud on Jul 7, 2008 11:44 AM