2006 Oct 20 10:28 AM
Hi Experts,
I want to know Transaction code for Declaring Classes & Interfaces.Please do the needfull.This is the urgent requirement,Congrats in advance.
And also send me the material for this Classes & Methods.
Thanks & Regards
Ahammad.shaik
2006 Oct 20 10:30 AM
Hi,
In transaction SE24 u can specify the name and when u press enter it will ask whether u want to create class or interface.
Rgds,
Router
2006 Oct 20 10:32 AM
Hi,
In transaction SE24 u can specify the name and when u press Create button, it will ask whether u want to create class or interface.
2006 Oct 20 10:30 AM
2006 Oct 20 10:30 AM
2006 Oct 20 10:34 AM
To reach the initial screen of the Class Builder, choose Development à Class Builder from the initial screen of the ABAP Workbench or enter
transaction code SE24
. From here, you can either display the contents of the class library or edit a class using the Class Editor. Once you have defined an object type, you can implement its methods. From the initial screen or the Class Editor, you can also access the Class Builders test environment. You can define the object types immediately after implementing the method in the ABAP Editor. It is also possible to access the test environment from the initial screen or Class Editor.The Class Builder allows you to create and maintain global ABAP classes and interfaces. Both of these object types, like global data types, are defined in the ABAP Repository, thus composing a central class library. Together, they form a central class library and are visible throughout the system. You can display existing classes and interfaces in the class library using the Class Browser.
Have a look at below link which will give you all the details about class builder.
http://help.sap.com/saphelp_nw2004s/helpdata/en/ca/c035baa6c611d1b4790000e8a52bed/frameset.htm
I hope it helps.
Best Regards,
Vibha
*Please mark all the helpful answers