Get a list of all transactino in SAP.
Transactions, transactions, transactions. One of many things that make programming in SAP so much more complicated. Quite often I find my self in a situation when I need to do a particular task and have no idea which transaction to use. Trivially one could ask a fellow co worker who’ve worked with sap for over ten years, but what do you do when you are all alone in the office and there’s no one to ask?
Don’t frown you can find the right transaction by referencing the SAP itself, and here’s how:
- Use transaction SE11 [Abap Dictionary - or in other words a list to tables in SAP]. If you don’t have permissions to use SE11 try SE16 which is a watered down version of Abap Dictionary.
- Look up one of the following tables:
- TSTC – transaction codes.
- TSTCT – transaction codes with descriptions.
- Set the maximum number of records to 99,999 and the width to 500. There’s quite a few transactions to go through [50K+].
- Finally you can export the data to a separate file[xml/txt/xls formats] using the Edit >> Download function.
After all of that is that you can use your favourite editing tool to find a particular transaction, look at the descriptions and try not to get overwhelmed.
PS: Make sure you pick the language that applies to you.
Tags: list, procedure, sap, SAP/ABAP, transaction
This entry was posted on Friday, November 23rd, 2007 at 6:57 am and is filed under SAP/ABAP. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.