‎2007 Nov 21 7:02 AM
Dear All,
Can anybody tell me what are the Tcodes of ABAP workbench.
Regards,
Abhay.
‎2007 Nov 21 7:12 AM
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
‎2007 Nov 21 10:07 AM
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
‎2007 Nov 21 10:10 AM
Hi Abhay,
Get all the Tcodes in below links
http://www.saptransactioncodes.com/
http://www.easymarketplace.de/transactions.php
http://www.sap-img.com/general/find-the-list-of-sap-transaction-codes.htm
Reward Points if this helps,
Satish
‎2007 Nov 21 10:16 AM
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.