Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Need a program to download a function group and all its function modules

Former Member
0 Likes
1,028

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

1 ACCEPTED SOLUTION
Read only

former_member222860
Active Contributor
0 Likes
911

Hi,

Check the table ENLFDIR

Give your Function Group name and then click on the download option

regards

Mahesh

6 REPLIES 6
Read only

former_member222860
Active Contributor
0 Likes
912

Hi,

Check the table ENLFDIR

Give your Function Group name and then click on the download option

regards

Mahesh

Read only

GauthamV
Active Contributor
0 Likes
911

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.

Read only

Former Member
0 Likes
911

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.

Read only

Former Member
0 Likes
911

how to find whether the function group is created standard or custom function group

Read only

0 Likes
911

if fucntion grp name starts with z then its customer otherwise standard

Read only

Former Member
0 Likes
911

Where are the FM codes stored actually.?