cancel
Showing results for 
Search instead for 
Did you mean: 

Pass Parameter to dynpro ABAP application via iView

Former Member
0 Kudos

Hi,

Request your support to understand how can i pass parameters to Web DYnpro Abap application via the Portal iView?

Please direct me to some documents or your support will be helpful .

Many Thanks,

Sushil Jain

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Sushil,

set the parameters in application parameters property of the iview

you can retrieve the paramters in default plug method(HANDLEDEFAULT) of the window

data lv_checkhrs type string.

lv_checkhrs = wdr_task=>client_window->get_parameter( 'parameter name' ).

Thanks

Bala Duvvuri

Edited by: Bala Duvvuri on Sep 29, 2010 4:33 AM

Answers (0)