Tcodes

Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 4

T-Codes:

AL11 - Display SAP Directories

AS01 - Create Asset Master Record

CMOD - SAP Enhancements -> To create project under Enhancements

CS01 - Create Material BOM


CS02 - Change Material BOM
CS03 - Display Material BOM

DB02 - Tables and Indexes Monitor


DB05 - Analysis of a table acc. to index
DB11 - Create Database Connection
DB12 - DBA Backup Logs

FK01 - Create Vendor (Accounting)


FK02 - Change Vendor (Accounting)
FK03 - Display Vendor (Accounting)

LSMW - Legacy System Migration Workbench

MM01 - Create Material


MM02 - Change Material
MM03 - Display Material

MSC1, MSC1N - Create Batch


MSC2, MSC2N - Change Batch
MSC3, MSC3N - Display Batch

SCU0 - Customizing Cross-System Viewer

SE09 - Transport Organizer


SE10 - Transport Organizer
SE11 - Tables/Dictionary
SE12 - ABAP Dictionary Display
SE14 - Utilities for Dictionary Tables
SE15 - ABAP/4 Repository Information System
SE16 - Data Browser
SE18 - BAdi: Definitions
SE19 - BAdi: Implementations
SE20 - Enhancements
SE21 - Package Builder
SE24 - Class Builder
SE30 - ABAP Objects Runtime Analysis
SE37 - Function Module
SE38 - ABAP Editor
SE39 - Split screen editor
SE41 - Menu Painter
SE51 - Screen Painter
SE61 - SAP Documentation
SE71 - SAP Script
SE80 - Object Navigator (Online Programming)
SE81 - SAP Application Hierarchy
SE91 - Message Maintenance
SE92 - Maintain System Log Messages
SE93 - Maintain Transaction Codes

SEDO - Change Pointer

SHD0 - Create Transaction Variant


SHDB - Batch Input Transaction Recorder

SLIN - ABAP: Extended Program Check

SM01 - Lock Transactions


SM02 - System Messages
SM12 - Display and Delete Locks
SM21 - Online System Log Analysis
SM30 - Call View Maintenance / Table Maintenace Generator
SM35 - Batch Input Monitoring / Session
SM36 - To Schedule Background Job
SM37 - Overview of job selection
SM38 - Queue Maintenance Transaction
SM39 - Job Analysis
SM50 - Process overview (within current server)
SM51 - Server overview
SM64 - Display/maintain Events
SM66 - Debug background processes

SMARTFORMS - SAP Smart Forms


SMARTSTYLES - SAP Smart Styles

SMOD - SAP Enhancement Management

SP01 - Spool analysis

SQ01 - Query Analyser

ST01 - System Trace


ST02 - Database Tune Summary
ST03 - SAP Workload Analysis
ST04 - DB Performance Monitor
ST05 - Performance Trace
ST22 - ABAP Runtime Error (ABAP Dump Analysis)

STMS - Transport Management system

SU01 - User Maintenance


SU21 - Maintain Authorization Objects
SU53 - Display authority check

VDH1 - Customer Hierarchy Maintenance (SD)


VDH1N - Display/Maintain Customer Hierarchy
VDH2 - Display Customer Hierarchy
VDH2N - Display customer hierarchy

XD01 - Create Customer


XD02 - Change Customer
XD03 - Display Customer

XK01 - Create Vendor


XK02 - Change Vendor
XK03 - Display Vendor

System Fields:
SY-SUBRC - Return Value of ABAP Statements
SY-INDEX - Value of the current index in a loop
SY-TFILL - Row Number of Internal Tables
SY-TABIX - Index of Internal Tables
SY-PAGNO - Current List Page
SY-LANGU - Language Key of Current Text Environment
SY-LISEL - Contains the contents of the selected line
SY-LINNO - Current Line in List
SY-LINCT - Page Length of List
SY-COLNO - Current List Column
SY-SYSID - Name of the SAP System
SY-UNAME - User Name
SY-DATUM - Current Date of Application Server
SY-UZEIT - Current Time of Application Server
SY-TCODE - Current Transaction Code
SY-REPID - Name of the current ABAP program.
SY-ULINE - Horizontal Line
SY-VLINE - Vertical Line
SY-PFKEY - Current GUI Status
SY-TITLE - Name of Print Program (Print Parameters)
SY-UCOMM - nction code that PAI triggered
SY-MSGID - Message Class
SY-MSGNO - Message Number
SY-MSGTY - Message Type

Table Names to See:

DBCON - Description of database connections (including password)


DD02V - Date dictionary tables
T000 - Clients
T001 - Company Codes
T001W - Plant Codes
T100 - Table of message ( mesage class and message number )
TRDIR - Table of programs
TRMAC - Table of macros
TSTC/TSTCT - Table of transaction codes
TADIR - Directory of R/3 repository objects
TPARA - Table of PID's
DEVACCESS - Table of development users including registered Developer access
key
USR02 - Logon data
USR04 - User master authorization (one row per user)
UST04 - User profiles (multiple rows per user)
USR10 - Authorisation profiles (i.e. &_SAP_ALL)
UST10C - Composit profiles (i.e. profile has sub profile)
USR11 - Text for authorisation profiles
USR12 - Authorisation values
USR13 - Short text for authorisation
USR40 - Table for illegal passwords
OBJT - Authorisation objetc table
SYST - ABAP System Fields
Pre-defined Functions and Statement calls:

ALV:

REUSE_ALV_FIELDCATALOG_MERGE - Building Field Catalog for Grid


REUSE_ALV_GRID_DISPLAY - To display the Grid
REUSE_ALV_LIST_DISPLAY - To display the List
REUSE_ALV_COMMENTARY_WRITE - To write the Comments in ALV List

BAPI:

GUI_UPLOAD - To open and read the File into the


Intenal Table
GUI_DOWNLOAD - To insert into the file
BAPI_MATERIAL_SAVEDATA - To save the Data retrived from File into
Table using BAPI
BAPI_TRANSACTION_COMMIT - Execute external Commit when using BAPIs
BAPI_CUSTOMER_HIERARCHIE_INS - BAPI Customer Hierarchy Insert()
Implementation

Batch Input Session:

BDC_OPEN_GROUP
BDC_INSERT
BDC_CLOSE_GROUP

CALL TRANSACTION:

CALL TRASACTION <tcode>


USING <t_bdcdata>
[MODE <A/N/E>]
[UPDATE <S/A>]
[MESSAGES <t_bdcmsgcall>].
FORMS:

CALL FUNCTION: OPEN_FORM


WRITE_FORM
CLOSE_FORM

INTERFACE:

OPEN DATASET <dsname> FOR OUTPUT/INPUT/APPENDING/UPDATE IN BINARY/TEXT


MODE ENCODING DEFAULT
- To open the DATASET for reading, writing, appending or updating.
TRANSFER var1 TO <dsname>
- To move the value into the DATASET.
READ DATASET <dsname> INTO <var>
- To read the values from the DATASET into a variable.
CLOSE DATASET <dsname>
- To close the currently opened DATASET.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy