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 Modules contained within tcodes

former_member318517
Participant
0 Likes
2,539

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,455

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

5 REPLIES 5
Read only

Former Member
0 Likes
2,456

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

Read only

0 Likes
2,455

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.

Read only

Former Member
0 Likes
2,455

This message was moderated.

Read only

Former Member
0 Likes
2,455

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.

Read only

Former Member
0 Likes
2,455

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.