Application Development 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: 

Class & Interfaces

Former Member
0 Kudos
89

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

5 REPLIES 5

baskaran00
Active Participant
0 Kudos
58

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

0 Kudos
58

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.

Former Member
0 Kudos
58

you can create a class in t-code SE24.

Former Member
0 Kudos
58

Hi,

SE24 - Class Builder.

Madhavi

Former Member
0 Kudos
58

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 Builder’s 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