cancel
Showing results for 
Search instead for 
Did you mean: 

RFCs involved in a transaction?

Former Member
0 Kudos

Hi,

Can anyone tell how to find the RFCs involved in a particular transaction?

Say if I want to find the RFCs in a transaction SXMB_ADM, what is the procedure?

regards,

Felix

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Felix,

what you're looking for is probably not RFC from transaction SXMB_ADM or any other

but RFC that enable you to do the functionality of this transaction

one of the ways you can find such RFC

is to look in SE37 and search by name or description

you don't need to have an RFC you can search for all FM

and then just create your own RFC which will

call this FM

another way could be to create your own RFC

on the basis of a batch input recording

(it can generate a function module)

Regards,

michal

Former Member
0 Kudos

Thanks Michal,

>>what you're looking for is probably not RFC from transaction SXMB_ADM or any other

but RFC that enable you to do the functionality of this transaction

What you say is exactly right!

>>another way could be to create your own RFC

on the basis of a batch input recording

Maybe I can start another thread on it.

Best regards,

Felix

Answers (3)

Answers (3)

STALANKI
Active Contributor
0 Kudos

Take a look at all sxmb* FM .It includes all.I hope those FM suffices...:)

Former Member
0 Kudos

Hi Flex,

Each transaction you use on the ABAP stack is actually a report(program) and hence you should be able to debug each program and see all the RFC calls in the code or seach for call function

Naveen

former_member181962
Active Contributor
0 Kudos

Hi Felix,

Go to the main program of the SXMB_ADM transaction (RSXMSADM) and use find option with string 'Call Function' and see the list of function modules used in the Program.

Regards,

Ravi