cancel
Showing results for 
Search instead for 
Did you mean: 

Call Webdynpro ABAP from BSP

former_member425121
Participant
0 Kudos

Hello experts

I'm new in BSP,  i have a Z BSP and i want to call a Webdynpro ABAP from that Z BSP,  i've read a lot of threads that say 'solved' but i can not find the code to insert into  HTML code segment to call the wda.   I know how to get the wda URL with  CL_WD_UTILITIES->CONSTRUCT_WD_URL  but i do not know how to call that URL from BSP HTML code .

Does some body can help me please,

Best Regards

Frank

Accepted Solutions (1)

Accepted Solutions (1)

gabriel_candrian
Explorer
0 Kudos

Hello Frank

If you want to run the Webdynpro application inplace within the BSP application you can use the HTML-Tag <iframe> to embed the Webdynpro. This could look like this:

<iframe width="800" height="600" frameborder="0" src="<%= wda_url %>"></iframe>

You'll find the possible attributes in the Tag Browser under "HTML 4.01 Loose".

Regards

Gabriel

Answers (0)