‎2009 Jun 04 4:44 PM
Hello all,
Is there a way to determine which tcodes contain a certain function module within the code? I'm not an ABAPer I'm security and I'm trying to determine what tcodes will have the authority check for auth object F_FMMD_MES. That authorization check is within the module FM_AUTH_CHECK_MD_MEASURE.
I tried to look at it's development class (FMMD) and see what tcodes are in that but I know that there are tcodes that are checking that object that are not in that same package.
Any help would be appreciated.
Tom.
‎2009 Jun 04 4:50 PM
Tom - welcome to SCN.
You can do a where used list for the transaction, but this will only give you the calling program name. Since SAP tends to nest it's code deeply, it's pretty difficult to find what you are looking for.
Rob
‎2009 Jun 04 4:50 PM
Tom - welcome to SCN.
You can do a where used list for the transaction, but this will only give you the calling program name. Since SAP tends to nest it's code deeply, it's pretty difficult to find what you are looking for.
Rob
‎2009 Jun 04 5:26 PM
That is what I was afraid of. I also ran program RSABAPSC which shows you authority checks up to 15 levels for function module FM_AUTH_CHECK_MD_MEASURE and it brought back the include statement: LFMMD_AUTHORITY_CHECKF01 that contains F_FMMD_MES...but that's pretty much the extent of my ABAP knowledge.
‎2009 Jun 05 5:15 AM
‎2009 Jun 19 11:25 AM
hi buddy,
u can use the "Where Used list" for the repective function module.
click on tat fm and then click on the where used list it will then ask u where u want to search for tat fm..
select the one that u need...
it will show u which pgms,class, etc. are using it.
so u jst need to navigate to the pgm menu in se80 and figure out which tcode is assigned to tat pgm..
hope this will help you!!!
Thanks & Regards,
Punit Raval.
‎2009 Jun 19 11:31 AM
Hi ,
GOTO SE37 and give the function module name as mentioned by you and click on the where use list and check the T-code checkbox and press on enter ,u will get all the T-codes attahed to that function module.please let me know if still you need any more help.
Thnaks and regards,
rajeshwar.