Hi Guru's ,
I have a senario in which I have a controller and also Page flow logic .. I want to call a page of type page flow logic from the controller ..
I tried the below methods .. but it didnt work ..
*navigation->goto_page('test.htm').
DATA: r_view TYPE REF TO if_bsp_page.
DISPATCH_INPUT( ).
r_view = create_view( view_name = 'test.htm' ).
call_view( r_view ).
this works only if its is a view but not flow logic ..
Please give ur suggesions ..
Thanks
Sivaraj