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

regardin class builder

Former Member
0 Likes
830

could u plz hellp me

what is class builder and what is the usage of this class builder.

which is like a container or ....

how we can create class builder?

which contains what?

could u plz give exp program?

how we would use class builder?

plz give me with exp clearly.

could u plz hellp me

what is class builder and what is the usage of this class builder.

which is like a container or ....

how we can create class builder?

which contains what?

could u plz give exp program?

how we would use class builder?

plz give me with exp clearly.

5 REPLIES 5
Read only

Former Member
0 Likes
801

Hi Rajesh,

Check the below links for all the details you need. It will be helpful.

What is a Class Builder?

http://help.sap.com/saphelp_nw2004s/helpdata/en/ee/e440a670a111d1b44c0000e8a52bed/content.htm

Container

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIDOCK/BCCIDOCK.pdf

Creating Class Builder

Please Reward Points if Helpful!

All the Best!

Gokul

Read only

Former Member
0 Likes
801

See like in traditional ABAP we have got functions which belongs to the function group .... so like in ABAP OOPS we have got the classes which have got many method.... class builder i.e. SE24 is the where in all the global classes are declared just as SE37 for the function module....

Main difference between the function module and the class is that only one instance of the function group can be created and with classes you can create several instances of the class........

Container: Used in the gui part of the OOPS i.e. you can create a container and you can paste anything on it to display ..but you cannot display an empty container... like if you have created a empty container .... then you have to declare a class for the container i.e. which type of container you want to use and then you can attach say a text editor to it for displaying it.........

Class buider is basically used for browing the classes....

I will forward you a document which will make this all things more clear to you please provide me your mail id...

Read only

0 Likes
801

this is my mail id , [email protected]

could u plz send it

Read only

0 Likes
801

thanks lot

Read only

Former Member
0 Likes
801

Through class builder you can build global classes in the ABAP workbench.

For making class builder transaction is se24.

You can define class attributes,methods,events,constructors,class constructors as well as interfaces inside that.

This global class can be accessed/used by any program.

For defining class attributes types you have to define the types in se11 otherwise you have to use dictionary types defined in se11.

Reward points if the answer is helpful.