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 tcode for RFC function module?

Former Member
0 Likes
4,789


HI All,

I have one RFC function module " SBCOMS_TABLES_TRANSFER" .my requirement is how to find Tcode for this function module and  which Tcode calling this function module.

Thanks,

Sridhar

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
3,232

Did you try to display a where-used list, the FM in programs, and then a where-used list, for those programs in transactions - You need  5 seconds to find your answer, not more... (

Regards,

Raymond

10 REPLIES 10
Read only

RaymondGiuseppi
Active Contributor
0 Likes
3,233

Did you try to display a where-used list, the FM in programs, and then a where-used list, for those programs in transactions - You need  5 seconds to find your answer, not more... (

Regards,

Raymond

Read only

0 Likes
3,232

It will tell you what pieces of code call the FM.  But getting back to TCode can be much more complicated.

Neal

Read only

0 Likes
3,232

Just try with this FM, 5 seconds maximul (1 report used in 1 transaction for most SAP versions )

Else for other FMs this is often much harder, and sometimes not possible cause of dynamic call or numerous levels of calls.

Regards,

Raymond

Read only

0 Likes
3,232

As always, Raymond, you rock!

Read only

0 Likes
3,232

I tried by using where-used list , i get some programs and these programs i opened in se80 but i did not get Tcode for that programs.(they did not maintained Tcode for that program)

Read only

0 Likes
3,232
  • What is your version, which BF, which add-ons (too old or too recent) ?
  • Did you not find RSBCS_RESTORE (same name for transaction and program)

NB: Also in the list of programs, you can immediately execute the where-used for one program (check box left and icon in menu bar)

Regards,

Raymond

Read only

0 Likes
3,232

Hi Reymond Giuseppi,

I dont know what is the RFC destination and my target is which Tcode is calling my RFC function module .

Read only

0 Likes
3,232

Also, you can where used only against TCodes.  Then there would be no confusion.

Neal

Read only

0 Likes
3,232

I agree, recursive where-used til no more new object identified.

Regards,

Raymond

Read only

sriharsha_parayatham
Participant
0 Likes
3,232

most of the times we keep or sap keep the tcodes in the same package as of the program , function module. searching in SE80 might help .