Preface – This post is part of the ABAP Beginner series.
Table of Contents
SAP Tcode or Transaction CODE
What is SAP Transaction Code?
SAP provides an easy access menu to navigate through its various screens like ABAP reports, ABAP classes, ABAP dictionary. But instead of navigating via these menus which will take a long time to reach, they have also provided shortcut codes/ key codes also known as transaction code.
Following are the basic SAP transaction codes that every programmer must remember:
SAP Tcode | DESCRIPTION | Uses |
SE11 | ABAP DICTIONARY | To create SQL Objects |
SE24 | CLASS BUILDER | To create Global Classes |
SE37 | FUNCTION BUILDER | To create A Function Module |
SE38 | ABAP EDITOR | To create a Program |
SE80 | ABAP WORKBENCH | To manage all ABAP Objects |
0 Comments