Link to home
Start Free TrialLog in
Avatar of somits
somits

asked on

Reference of all SAP commands?

Hi:

I'm looking for some documentation or library or reference book that list all the SAP transaction commands, e.g SU01, SU02, ... SU 53, ... PFCG, ... and all ... and discuss or describe details of these transaction commands.

I also look for the reference of all the SAP authorization objects, if you know a manual, documenation, ..., that list all and discuss the details of each one, please help to let me know.

Thanks a lot.

Somits
SOLUTION
Avatar of jonvaughan
jonvaughan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of somits
somits

ASKER

Hi jonvaughan:

When I go to my SAP GUI, and enter SE93 into the transaction text box on the top left corner of the GUI console. After typing SE93 and enter, it does not show the list.

Does it run this transaction correctly? Maybe I missed something? When I checked more details, it says that this transaction requires SAP GUI for JAVA. Maybe the SAP GUI I currently use is "SAP GUI for Windows". Do you know where I can get the SAP GUI for JAVA?

Thanks

Somits
Avatar of somits

ASKER

Hi jonvaughan:

Thanks, I already got it. Some more steps than I thought but finally I got the list of all the transaction codes & their meaning.

About the list authorization objects, where should I look for?

Thanks

Somits

ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,

This book might also be helpful.

http://www.amazon.com/gp/product/189357024X/002-8165484-0093657?v=glance&n=283155

Regards,
cryptosid aka Siddhesh
Listed here are the various ways you can find the list of transaction codes and their usage:

Use transaction SE11 - ABAP Dictionary:

Fill in the Database table name and click the Display button.
- TSTC   table will contain all the Tcodes and
- TSTCT table will contain all the Tcodes with Texts.

Once you entered the screen, click in Top Menu - Utilities - Table contents - Display

If you want to display all the transaction code (total - 57,048) you have to change the Fields: Maximum number of hits to 99999 (default 500).

or

Simply goto transaction SM01, although this tcode is to Lock/Unlock any transaction code, you can also view all the tcode available in the R/3 system from here.

or

Goto transaction SE93

There are two ways where you can find the list of transaction codes in SE93.

Method 1:
You must be familiar with the starting characters strings for each of the R/3 application modules.

Assuming you know that most Materials Management transaction codes start with MM.

In the Fields: Transaction code, type in MM* and press the function key F4

The list of transaction code starting with MM will be displayed.

Method 2:
On the Top Menu, click Utilities - Find - Execute and the first 500 transaction will be display.

If want to display all the tcodes, make sure you remembered to change the Fields: Maximum no. of hits right at the bottom of the screen.

Alternatively you can try this link:

http://www.easymarketplace.de/transactions.php

Someone has been generous enough to put all of them on the net.

Regards,
cryptosid