Hi ,
I want to call transaction and pass 2 parameters , one of them is to execute the screen ( like skip first screen in abap , or iview property ...show first page )..
The first parameter passed but the execute parameter not working....
The code :
EPCM.doNavigate( 'ROLES://portal_content/xxx/iview?DynamicParameter=PRSNUM-LOW%3D"resnum'%26<b>okcode%3donli'</b>, 1)
.
I try also ... sy-ucomm%3donli
How to pass this parameter to make the screen execute ????
Thanks