‎2010 Mar 08 4:02 PM
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
‎2010 Mar 08 4:12 PM
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
‎2010 Mar 08 4:12 PM
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
‎2010 Mar 08 8:23 PM
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.
‎2010 Mar 09 5:03 AM
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.