Hello,
I would like to integrate web dynpro report into web application designer.
My requirement is so lauch the web dynpro from WAD without using URL link.
so far
---------------------------------------------------------------------------------------------------------------------------------------------------
<bi:bisp xmlns="http://www.w3.org/TR/REC-html40" xmlns:bi="http://xml.sap.com/2005/01/bi/wad/bisp" xmlns:jsp="http://java.sun.com/JSP/Page"
<html >
<head >
<title> BEx Web Application</title>
content="text/html; charset=utf-8" http-equiv="Content-Type" />
<bi:TEMPLATE_PARAMETERS name="TEMPLATE_PARAMETERS" />
<a href="http://www.sap.com/sap/webDypro_Report" >webdynpro</a>
</p>
</body>
</html>
</bi:bisp>
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
so far, when the Web template is lauched, I get webdypro link which doesn't meet my requirement.
any idea how I can embed web dynpro into WAD.
thanks,
Bhat