SAP T Code


What Are SAP T-Codes?

An SAP transaction code (T-Code) is a four-character shortcut that is used to access a transaction within an SAP system or application. Transaction codes provide direct access to the desired transaction from anywhere within the SAP system. Instead of using the menu or another means of accessing the transaction, you can start a function in a single step using an SAP T-Code. T-Codes can provide access to everything from user maintenance or authorization, workflow management, accessing SAP ABAP tables and dictionaries, running SQL queries, or transaction control. Every function in an SAP ERP system has a T-code associated with it. There are thousands of transaction codes available in different SAP systems and applications.

What Are SAP T-Codes?

An SAP transaction code (T-Code) is a four-character shortcut that is used to access a transaction within an SAP system or application. Transaction codes provide direct access to the desired transaction from anywhere within the SAP system. Instead of using the menu or another means of accessing the transaction, you can start a function in a single step using an SAP T-Code. T-Codes can provide access to everything from user maintenance or authorization, workflow management, accessing SAP ABAP tables and dictionaries, running SQL queries, or transaction control. Every function in an SAP ERP system has a T-code associated with it. There are thousands of transaction codes available in different SAP systems and applications.

Use of T-Code is performed by logging onto the SAP application using the SAP GUI or SAP Front End, placing the cursor in the SAP command field, typing the transaction code, then pressing enter. Depending on the role that a user plays within an organization, they will have different T-codes that are important to them. Administrators may focus on transactions related to that topic, while developers may use those connected to ABAP or SQL queries. Business users may use T-codes that relate to processing their daily tasks. Users can add T-codes that they use most frequently to a favorites list that allows them to access them more readily. SAP systems also provide the capability for users to create custom SAP T-codes by using the transaction SE91.

Key Considerations for SAPinsiders

  • If you’re moving to SAP S/4HANA and rely on transaction codes, then you need to determine what has changed. SAP has changed a number of things with the SAP S/4HANA release, and one of them is the T-codes that are available. This event session by Arghadip Kar walks through how to find which transaction codes have been deleted or placed in SAP S/4HANA that were available in SAP ECC. It also helps organizations that are planning for the move to SAP S/4HANA to plan around customizations in their existing system that may use decommissioned transaction codes.
  • You can map standard transaction codes to common phrases to make them easier to use and remember. A functionality that SAP provides is that of creating custom T-codes. But many users struggle with remembering the names of transaction codes despite the regularity of working with them. This article by Muhammad Ramzan walks through mapping standard transaction codes to common phrases to make them easier to remember, and easier to access from custom code. Following this approach ensures that authorization checks are not bypassed, and the authorizations to the actual transactions remain intact.

943 results

  1. Manage User Exits for Multiple Projects

    Published: 01/June/2004

    Reading time: 15 mins

    The maintenance of user exits often becomes a time-consuming chore. The author shows a simple way to manage your company’s user exits through a custom control table. He enhances his solution with an example. In an ideal SAP world, standard SAP fills all your needs and you never write user exits. The reality, however, is...…

  2. Develop, Debug, and Manage C/C++ Services in SAP Business Connector 4.8

    Published: 28/April/2010

    Reading time: 25 mins

    Discover how SAP Business Connector C/C++ services work internally. Find out when it’s best to use them and when you should avoid them. Uncover tips and tricks for creating and debugging SAP BC C/C++ services smoothly. Key Concept The four basic rules for C/C++ services are: Keep all C/C++ services (and the interfaces used in...…

  3. How to Create an Automatically Posted Intercompany Sales Journal Entry

    Published: 15/January/2004

    Reading time: 16 mins

    The author explains how his company implemented automatic posting of intercompany invoices. The key to the process is learning how three different things in R/3 fit together – an output type, an IDoc, and the EDI method of data transfer. The standards already in the software (Releases 4.0x, 4.5x, and 4.6x) allow purchase orders (POs)...…

  4. Accurate Order Promising through Global ATP in a Consolidation Environment

    Published: 25/August/2014

    Reading time: 29 mins

    Learn how to implement rules-based available-to-promise (ATP) in a consolidation scenario including the use of multi-level ATP. Key Concept Fixed pegging is the process of establishing the relationship of a receipt document to the requirement document it fulfills. This linkage is not broken when receipts or requirements are rescheduled in time or through a planning...…

  5. Set Up Inventory Valuation to Help Prepare Financial Statements in Compliance with Accounting Standards

    Published: 28/August/2014

    Reading time: 16 mins

    Learn how to implement the material inventory valuation process to meet the requirements of different accounting principles, including International Financial Reporting Standards (IFRS) and US Generally Accepted Accounting Principles (GAAP). Implementing this process enables you to automate the process of inventory valuation based on commonly used valuation methods. Key Concept Some of the most commonly...…

  6. Use Depreciation Below Zero Net Book Value for Better Product Costing

    Published: 29/August/2014

    Reading time: 20 mins

    Many organizations face scenarios in which they have some assets used even after the net book value (NBV) reaches zero. Once the NBV reaches zero, no more booking happens in accounting for legal reporting. However, from a management point of view, the depreciation needs to be accounted into cost estimation even if the NBV is...…

  7. Customize the Salary Statement in Enhancement Package 5 and Up to Control Employees’ View of Paychecks

    Published: 06/October/2014

    Reading time: 10 mins

    Learn how to customize the employee self-services (ESS) ABAP Web Dynpro application for the pay statement in both the SAP Enterprise Portal and SAP NetWeaver Business Client in enhancement package 5.0, using Business Add-In functionality. In this real-life example, see how one business customized this functionality. Key Concept With SAP Business Add Inn (BAdI) functionality,...…

  8. Legal Entity Design Considerations in Global SAP Implementations

    Published: 09/January/2017

    Reading time: 7 mins

    Tanya Duncan’s experiences with global SAP finance implementations in Europe, Mexico, and Singapore have all had one commonality: complex legal entity structures. Designing company codes and plants in an SAP system is not always straightforward and this article presents several considerations in building these structures effectively. Key Concept Maquiladora is a factory in Mexico run...…

  9. Improve Your Company’s Revenues with ATP in Sales Using SAP SD

    Published: 30/December/2017

    Reading time: 22 mins

    Learn about the processes involved in sales using Available-to-Promise (ATP) functionality. Read details about the main master data to be maintained in the system along with the main customizing settings available for this solution. Key Concept The Available-to-Promise (ATP) quantity is calculated from the warehouse stock, the planned inward movements of stock (production orders, purchase...…

  10. Make DB Connect Delta Capable with External Sources: Part 2

    Published: 01/June/2005

    Reading time: 20 mins

    After you have connected your BW system to an external database using DB connect, you can make the DataSource delta capable with ABAP code using the time-stamp technique. Key Concept Most databases have a method for identifying new records and changes to the database whereby each new and changed record carries details of the time...…