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

regarding methods in oops alv.

Former Member
0 Likes
1,869

Hi,

I am working on ALV on OOPs. I need details of methods that can be used in alv. and where can I get these complete list of methods.

Thanks in advance,

Surender.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,104

Hi

Its obvious to get the entire list in the class 'CL_GUI_ALV_GRID'. T-code for global class is se24.

You can search the forum for good documents on grid control too.

Regards

Navneet

Hi,

I am working on ALV on OOPs. I need details of methods that can be used in alv. and where can I get these complete list of methods.

Thanks in advance,

Surender.

8 REPLIES 8
Read only

Former Member
0 Likes
1,105

Hi

Its obvious to get the entire list in the class 'CL_GUI_ALV_GRID'. T-code for global class is se24.

You can search the forum for good documents on grid control too.

Regards

Navneet

Read only

Former Member
0 Likes
1,104

Reward Points & Mark Helpful Answers

Read only

Former Member
0 Likes
1,104

Hi,

GO to SE24 and give the class name CL_GUI_ALV_GRID..For the methods..

The method used to display the alv is SET_TABLE_FOR_FIRST_DISPLAY.

Also you can check the sample programs..in SE38..

Search BALVGRID*

Thanks

Naren

Read only

uwe_schieferstein
Active Contributor
0 Likes
1,104

Hello Surender

Have a look at the excellent tutorial

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907">An Easy Reference For ALV Grid Control</a>

Regards

Uwe

Read only

Former Member
0 Likes
1,104

Hi Surender,

Here is the complete list of methods of the class and theire explanation.

<a href="http://aiokeh.wdf.sap.corp:50000/SAPIKS2/contentShow.sap?_SCLASS=IWB_STRUCT&_SLOIO=C53BD1369F2D280EE10000009B38F889&TMP_IWB_TASK=DISPLAY&RELEASE=688&LANGUAGE=EN&_SEQNUM=56&_LOIO=22A3F5ECD2FE11D2B467006094192FE3&_CLASS=IWB_EXTHLP">Methods_cl_gui_alv_grid</a>

Reward points if useful,

Aleem.

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
1,104

Hi,

In SE24->display cl_gui_alv_grid->select Method. You can see the methods description.Then use where-used-to-list to find out some programs in which it was used.That can help you.

Read only

Former Member
0 Likes
1,104

for methods

http://help.sap.com/saphelp_47x200/helpdata/en/08/d27c03b81011d194f60000e8353423/content.htm

DEMO_ABAP_OBJECTS_METHODS Demonstration of Methods in ABAP Objects

DEMO_ABAP_OBJECTS_SPLIT_SCREEN Splitter Control on Screen

Rewards if useful....................

Minal

Read only

Former Member
0 Likes
1,104

Thanks to all, I got the required solution.

Thanks & Regards,

Surender.