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

alv grid using oops

Former Member
0 Likes
606

hi all,

In CALL FUNCTION REUSE_ALV_GRID_DISPLAY, i have pass this parameter

EXPORTING

it_event_exit = g_event_exit.

is there any parameter which is similar to these in SET_TABLE_FOR _FIRST _DISPLAY using oops.

thanks,

Padma.

4 REPLIES 4
Read only

Former Member
0 Likes
566

Hi Padmasri,

You have to declare the events and then handle them using eventhandler in OOPS>>>>

Regards,

Jayant

Read only

Former Member
0 Likes
566

Hi,

there is no parameter with in the method SET_TABLE_FOR _FIRST _DISPLAY to handle events.

but u can gor for another method LIST_PROCESSING_EVENTS ,SET_USER_COMMAND (for usercommands) , where u can handle some events

Revrt back if nay issue

Reward with points if helpful.

Regards

Naveen

Message was edited by:

Naveen Deva

Read only

uwe_schieferstein
Active Contributor
0 Likes
566

Hello Padma

Search the <i>ABAP Objects</i> forum for my sample reports (beginning with <b>ZUS_SDN</b>). All of them contain at least one example of OO-based event handling. These are <u>simplified </u>reports showing the only the crucial points of event handling.

Regards

Uwe

Read only

Former Member
0 Likes
566

Hi,

There is no such parameter in the method SET_TABLE_FOR _FIRST DISPLAY. U need to handle the events. U can learn how to handle events by looking at the standard program 'BCALVTEST_GRID_EVENTS'.