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
402

Hi ,

can any one tell me the table where the function group to FM relation is stored?also please tell me how Function group is created ?

Thanks,

Challa.

1 ACCEPTED SOLUTION
Read only

former_member187255
Active Contributor
0 Likes
369

Challa,

function modules - TFDIR

function group - TLIBG

You can create Function Group using Tcode SE80.

Chandra.

2 REPLIES 2
Read only

former_member187255
Active Contributor
0 Likes
370

Challa,

function modules - TFDIR

function group - TLIBG

You can create Function Group using Tcode SE80.

Chandra.

Read only

Former Member
0 Likes
369

Hi

Goto table TADIR

enter OBJECT = FUGR and execute in SE16 you will see all Fun groups

enter OBJECT = FUNC and see you will see all fun modules

like this you can see all different objects in it

TFDIR stores the fun modules

TLIBT stotes the Fun groups Description

TFTIT stores fun modules description

Goto SE80 enter the functiongroup and cretae

or from SE37 also from Menu you can create/change/display the function group

Regards

Anji