ABAP Transactions
Transaction prefixes
| Prefix | functionalitiy |
|---|---|
| /n 'Transaction Name' | Navigate to a transaction |
| /o 'Transaction Name' | Open a new session with the transaction |
SE11
It is a transaction used to create and manage ABAP Dictionary objects like Tables, Views, Data Elements, Domains, etc.

SE16
It is a transaction used to view and analyze data stored in database tables.

SE38
It is where you can create Programs.

SE80
Here you can see overview (Tree View) of your packages, programs..etc.
You can also create packages from here to make your first Program.

Creating Packages
From Here you can Select Package, then write your package name in the below input field. Clicking on the Binocolar will prompt to create a package.
