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: 

How to find, what all transactions are there in SAP FI module...

Former Member
0 Kudos
357

Hi,

I want to know, what all transactions are there in FI module.

Suppose in Accounting=>Financial Accounting=>General Leger=>Posting, we have transactions like FB50, FB50L, F-02 and others.

I know, we have TSTC table, but we can categorize tcodes from that.

Please let me know, if any one has the idea.

Thanks!

Puneet.

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos
207

Hi Puneet,

This may not be a fool proof way, but just try this way.

get the program name from TSTC for the TCODE.

Then go to the TADIR table to get the field APPL.

APPL = F for finance objects..

ferry_lianto
Active Contributor
0 Kudos
207

Hi,

Please try this.

Path: SE15 -> Other Objects -> Transactions -> Enter either by package or application component of FI modules -> Execute.

Regards,

Ferry Lianto

Former Member
0 Kudos
207

Get the program name using System->Status.

Go to SE80.

Select programs and put in your program name and press enter.

One of the folder will be for transactions and will list all transactions for the program.

Rob