How to call bd87 tcode from webdynpro for abap using ITS
i have used the following url but it is showing the initial screen I want to skip the intial screen . I have used &~OKCODE=SHOW' also
CONCATENATE 'http'
'://' host ':' port
'/sap/bc/gui/sap/its/webgui/?sap-client=&~transaction='
k_slg1
parameters'&~OKCODE=ENT2'
INTO url.
Thanks
Bala Duvvuri