Hi All,
I am working on Web Dynpro for ABAP. I am using a "BiApplicatioFrame" UI Element to display a WAD application in my view. By setting values to properties "server" and "Templateid", the WAD application is successfully getting displayed in the BiFrame.
However I also want to pass parameters to this WAD application. I tried following methods of interface IF_WD_BI_APPLFRAME_METHOD_HNDL.
SET_SELECTION_STATE
EXECUTE_COMMAND
I am able to pass the parameters using IFrame as it has a property "source" where you can pass the whole URL. "BiApplicatioFrame" does not provide any such thing.
Thanks in Advance
Kunal Patil