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

major global classes used in abap objects

Former Member
0 Likes
1,215

Hi,

I am new to the abap objects and till now i am to understand that the role of the global classes are important in the abap object program. I had tried to search on the net but i was not able to get the desired result.

I want to know which are the major global classes which are used in the ABAP objects.

Plzz provide me guidelines for it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,077

Hi ricx,

There are lot of global classes available.

You can search in SE24. For every functional, there are hundreds of classes which are used for a specific purpose.

For alv, CL_GUI_ALV_GRID we use this class.

Regards,

Arun.

Hi,

I am new to the abap objects and till now i am to understand that the role of the global classes are important in the abap object program. I had tried to search on the net but i was not able to get the desired result.

I want to know which are the major global classes which are used in the ABAP objects.

Plzz provide me guidelines for it.

7 REPLIES 7
Read only

Former Member
0 Likes
1,078

Hi ricx,

There are lot of global classes available.

You can search in SE24. For every functional, there are hundreds of classes which are used for a specific purpose.

For alv, CL_GUI_ALV_GRID we use this class.

Regards,

Arun.

Read only

0 Likes
1,077

hi,

can u tell few more global classes which are commonly used.

Read only

0 Likes
1,077

Ricx,

It depends on your requirement.

For alv's we use these global classes. For Webdynpro related alv we use different global classes.

CL_GUI_ALV_GRID (List Viewer)

CL_GUI_ALV_GRID_BASE (Basis Class for ALV grid)

CL_GUI_ALV_TREE (ALV Tree Control)

CL_GUI_ALV_TREE_SIMPLE (Simple ALV Tree)

CL_ALV_TABLE_CREATE (Dynamic Creation of ALV Data Table)

CL_ALV_TREE_BASE (Basis Class ALV Tree Control)

CL_CK_ALVTREE_NKEY_2_OBJECT (Converter Node Key Object)

CL_ALV_EVENT_DATA (Changing Data Container for Events)

CL_ALV_EVENT_TOOLBAR_SET (ALV Context menu)

Regards,

Arun.

Read only

0 Likes
1,077

Hi Ric,

a global class is simply a class that has been defined so that it is available "globally" - i.e. it can be instantiated and/or called from other processes.

The alternative is a local class that is defined inside an ABAP executable program and is only visible to that program.

Cheers

Graham Robbo

p.s. If you still want to look at a global class use transaction SE24.

Read only

0 Likes
1,077

hi,

i want to know which are the most common global classes for the GUI?

Read only

0 Likes
1,077

So search for global classes that have "GUI" in their name.

Jeez dude - get on with it!

Read only

0 Likes
1,077

hi,

i apologies for what i had written. by mistaken i had written.