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

how to find out which program contains certain function

Former Member
0 Likes
1,364

Guys,

Could you please advise very simple thing.

I have function LINEITEM_BALANCE_CALCULATE

which is described in the sap note as follows:

Object Description TADIR Entry

Program ID Object Type Object Name Program ID Object Type Object Name

LIMU FUNC LINEITEM_BALANCE_CALCULATE R3TR FUGR ACKK

How I can find out which program(s) contain this function?

Many thanks,

Jan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,241

Hi jan,

simply go to SE37 and provide Fm name and do Where-used-List, it will show where the FM is used.

in LIMU FUNC LINEITEM_BALANCE_CALCULATE R3TR FUGR ACKK

FUGR = Function group ACKK = name of function group.

SE37 --> go to --> Function groups --> display function group --> ACKK --> enter

Regards

Syed A

3 REPLIES 3
Read only

Former Member
0 Likes
1,242

Hi jan,

simply go to SE37 and provide Fm name and do Where-used-List, it will show where the FM is used.

in LIMU FUNC LINEITEM_BALANCE_CALCULATE R3TR FUGR ACKK

FUGR = Function group ACKK = name of function group.

SE37 --> go to --> Function groups --> display function group --> ACKK --> enter

Regards

Syed A

Read only

Former Member
0 Likes
1,241

As noted, use the basic development tool- where-used list. However, be aware that SAP does, from time to time, dynamically name function modules. So, feel confident with where-used, but not absolutely certain.

Read only

Former Member
0 Likes
1,241

Hi...

Check table "TFDIR" for the program corresponding to the Function.

give function as input so that you will get the corresponding program.

Regards,

Lokeswari.