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: 

How to create a class builder????????????

Former Member
0 Kudos

Hi to all,

here i want to create a class builder and that will be used by

BW people?

after selecting the options public class in se24 transactions what we have to do.

what is the functionality of

properties

interfaces

friends

methods

attributes

events

types

alias

Please give me a step by step process to create class builder and explain the above tabs in that..

thanks and regards,

swami

4 REPLIES 4

Former Member

former_member402443
Contributor
0 Kudos

Hi Swami,

Check this link. It will really help you creating your class.

[http://www.saptechnical.com/Tutorials/OOPS/MainPage.htm]

Regards

Manoj Kumar

Former Member
0 Kudos

Hi,

Class builder is one which is created in tcode se24.

We hav tabs like Abap class , Execption class, Persistant class, Test Class.

Tabs Like: properties Here u can give message classes and make the class as public , pruvate and protected.. here.

Interfaces: They r the independent structures that tallow u to enhance the class specific public points of contrat by implementing thm in the class.And here u can use the standard interfaces if u want.

Methods: They r the methods normally which we use i thnk u know abt th.

TYpes: it works as our normal types work in abapeditor. which defines the structure..

Regards,

Sana.

reward points if found helpful...