Application Development 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: 

function modules and BAPIs for a transactio code

Former Member
0 Kudos

Hi friends,

How i can find the List of function modules and BAPIs being used for a particular transaction code?

for example: I would like to find List function modules and BAPIs being used for the Transaction code

"FBRA"(Reset cleared items)?

Any sort of help on this will be helpful.

Thanks,

Punjaala

4 REPLIES 4

amit_khare
Active Contributor
0 Kudos

Check the Package assigned to that transaction code.

Former Member
0 Kudos

Hi Go to the main program of the transaction,(System-Status) do a find on call function. It would return the list of all function mods and Bapi's called in the program.

Edited by: lakshmi priya on Apr 15, 2009 4:03 PM

Former Member
0 Kudos

1) Get the Tcode's Program Name from : TSTC Table

2) Get the Function Modules and Bapis use in the Program from CROSS Table.

Regards,

Gurpreet

Former Member
0 Kudos

hi Anjaneyulu,


open the t-code --> and go to menu system->status-->select the program and open the program-->

selct the tree structure----in the left side the includes screen and function module everthing will show..

or


open the t-code --> and go to menu system->status-->select the program and open the program-->
go to attributes and select the Package..

next----
go to se80--> enter the package --> and dispalay it shows the list of Program , include transaction function modules and bapi's under the pakage

Regards,

Prabhudas