cancel
Showing results for 
Search instead for 
Did you mean: 

Suppress the webdynpro URL

Former Member
0 Kudos

Hello Experts,

I am calling a webdynpro application app2 from the other webdynpro application app1 by generating a URL for app2. My problem is when i append the URL parameter PERNR in the generated URL, It appears in my browser explicitly. I donot want to display the pernr in the browser, since everyone can see it.  Since i have pernr as dynamic value i cannot create an alias in SICF. I tried using pernr as a static attribute of a class, since i generate the two or more URL for different pernr at the same time i cannot pass the pernr as static attribute as well.   Kindly suggest.

thanks,

Vivek

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

I think you are calling the 2nd web dynpro application using window manager's create_external_window method!!

If so, You can hide the address bar by passing has_location = abap_false.

Check this link http://scn.sap.com/community/web-dynpro-abap/blog/2013/01/10/call-the-other-component-from-ur-compon...

Pass the parameters  HAS_TOOLBAR & HAS_LOCATION  to abap_false.

Hope this helps u.,

Regards,

Kiran