cancel
Showing results for 
Search instead for 
Did you mean: 

bsp error

Former Member
0 Kudos

hi i am new to the bsp application..i am following the demo examples..i am getting the syntax error for the following code can anyone resolve this???

data : event type ref to cl_htmlb_event,

car type string.

class cl_htmlb_manager definition load.

IF event_id = CL_HTMLB_MANAGER=>EVENT_ID.

event = CL_HTMLB_MANAGER=>get_event( request ).

If event->name = 'button'.

car = request->get_form_field( 'carrier' ).

navigation->set_parameter( name = 'carrier'

Value = car ).

navigation->goto_page( 'display.htm' ).

Endif.

Endif.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi satheesh,

I copied your code in 'OnInputProcessing' Event of my BSP Page & found no error.It was working fine.

Can you post the Error which u got ?

_______

Do you have <b>display.htm</b> Page in your BSP Appln?

Rgds,

Jothi.

Former Member
0 Kudos

thanx jothi.

i found the error i have done in the code.anyway thank u for ur reply..

Answers (0)