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: 

regarding methods in oops alv.

Former Member
0 Kudos

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

Former Member
0 Kudos

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

8 REPLIES 8

Former Member
0 Kudos

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

Former Member
0 Kudos

Reward Points & Mark Helpful Answers

Former Member
0 Kudos

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

uwe_schieferstein
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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.

jayanthi_jayaraman
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

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

Former Member
0 Kudos

Thanks to all, I got the required solution.

Thanks & Regards,

Surender.