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

function group

Former Member
0 Likes
981

Hi Experts

Function Group names are available in TADIR table. Where can I find out how many objects are available in a function group, i.e. how many function modules etc.

please suggest any transaction or table name.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
944

Hi Kapil,

check the table <b>ENLFDIR</b>

here check the fields FUNCNAME and AREA

8 REPLIES 8
Read only

former_member386202
Active Contributor
0 Likes
944

Hi,

Use tcode SE80 for that.

Regards,

Prashant

Read only

Former Member
0 Likes
944

Goto SE80, then select the option Function Grp on the left pane. Then paste the function grp name. Hit enter. It will list all the Function Modules under it.

Read only

Former Member
0 Likes
944

Hi,

Go to se80 and select function in the first box and mention your function group name in the below input box and press display button.You will the the objects present with that particular function group.

Reward if helpful.

Regards,

Harini.S

Read only

Former Member
0 Likes
944

hi,

just go to SE80 and there you can see all the objects define in the function module.

regards,

Read only

Former Member
0 Likes
944

Hi Kapil,

You can see all the objects included in a function group using TCode SE80.

Reward if useful.

Sayee

Read only

Former Member
0 Likes
945

Hi Kapil,

check the table <b>ENLFDIR</b>

here check the fields FUNCNAME and AREA

Read only

0 Likes
944

Thanks Chandrasekhar

Read only

mahaboob_pathan
Contributor
0 Likes
944

In se80 select function in the first box and mention your function group name in the below input box and press display button.You will see the objects present with that particular function group