Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Workbench Tcodes

Former Member
0 Likes
7,216

Dear All,

Can anybody tell me what are the Tcodes of ABAP workbench.

Regards,

Abhay.

4 REPLIES 4
Read only

Former Member
4,392

hi,

In the initial screen of sap got to <TOOLS> in the tree in that u will find the abab

workbench .

in this u will find all the tcodes

Farooq

Read only

Former Member
0 Likes
4,392

hai

ABAP workbench t.code se80

abap editor t.code se38

function builder t.code se37

screen painter t .code se51

menu painter t.code se41

class builder t.code se24

Read only

Former Member
Read only

Former Member
0 Likes
4,392

Hi,

The different tools of ABAP workbench are as follows.

1. Data Dictionary - SE11 used to create, modify and delete database objects.

2. Object Navigator - SE80 - used to manage an operate all the Repository Objects.

3. Class Builder - SE24 - used to manage and build classes.

4. ABAP Editor - SE38 - used to edit and modify the ABAP programs.

There are a lot of other tools used to manage the entire range of ABAP Coding from performance to upload and maintainence.

For a complete reference go to this link.

http://help.sap.com/saphelp_47x200/helpdata/en/d1/801847454211d189710000e8322d00/frameset.htm

regards,

Omkar.