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

Class and Interface Creation

Former Member
0 Likes
824

Hi

Do we have any stuff on to create classes and interfaces

Regards,

Maruti

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
791

Hi,

The transaction for the class buider is SE24.

Go through the below link

http://help.sap.com/saphelp_nw70/helpdata/en/ca/c035baa6c611d1b4790000e8a52bed/frameset.htm

Reward if useful.

Regards,

Swetha.

6 REPLIES 6
Read only

Former Member
0 Likes
792

Hi,

The transaction for the class buider is SE24.

Go through the below link

http://help.sap.com/saphelp_nw70/helpdata/en/ca/c035baa6c611d1b4790000e8a52bed/frameset.htm

Reward if useful.

Regards,

Swetha.

Read only

0 Likes
791

Do we have any Blogs/PDF class/Interface creation

Read only

0 Likes
791

se24 : class builder.

Read only

matt
Active Contributor
0 Likes
791

Try using the search button

Read only

0 Likes
791

Hi,

To create global classes you can use transaction code SE24 (will be stored as repository object and will be visible throughout).

In case you want to create local classes (local to a program) you can use the syntax

class <clsName> Definition.

public section.

-


protected section.

-


private section.

-


EndClass

class <clsName> Implementation.

EndClass.

for declaration and Implementation of class respectively.

further you can give data

Regards,

Naveen

Read only

Former Member
0 Likes
791

First try this:

[http://www.saptechnical.com/Tutorials/ABAP/OOP/Example1.htm]

then try this:

[http://www.saptechnical.com/Tutorials/ABAP/OOP/Example2.htm]

i believe u will get it....

Regrads

Preetesh