Skip to Content
0
Dec 26, 2007 at 03:15 PM

How to get the value?

15 Views

Hi all,

I have the following statement under OnInputProcessing of a Page under EventHandler.

DATA : event TYPE REF to CL_HTMLB_event.

event = CL_HTMLB_MANAGER=>GET_EVENT( runtime->server->request ).

But when I check the event object it is always initial .

Can anyone please tell me how to reselve the issue. (Actually I want the code to get executed when I enter a value and press Enter)

Regards,

Saurabh