‎2009 May 21 10:39 AM
Hi to all experts,
my requirement is just to get a list of function groups and function modules in an excel sheet in this format
Function grp1
Fm1
Fm2
'
'
so-on
function grp2 fm1
fm2
so-on
‎2009 May 21 10:53 AM
Hi,
Check the table ENLFDIR
Give your Function Group name and then click on the download option
regards
Mahesh
‎2009 May 21 10:53 AM
Hi,
Check the table ENLFDIR
Give your Function Group name and then click on the download option
regards
Mahesh
‎2009 May 21 10:57 AM
You can get all function modules in a function group from ENLFDIR table.
You can write a simple program to download the same into excel sheet.
‎2009 May 21 11:14 AM
Hi,
From ENLFDIR table we can get all the function module names and Function gruops.So we can get it to an internal table and directly we can download it to a Excel sheet by writing a simple program Here we can use GUI_DOWNLOAD FM and give the file type as XLS
Regards.
‎2009 May 22 4:05 AM
how to find whether the function group is created standard or custom function group
‎2009 May 22 4:30 AM
if fucntion grp name starts with z then its customer otherwise standard
‎2009 Aug 08 10:46 AM