Hey,
In WD Application we have a IFRAME that renders the WAD Application.
Printing the Document:
I have used the Print provided by SAP . The preview does not render IFRAME content ( Since it is stateless element).
Can you please suggest how to print the content ? Print preview is not mandatory but Printing document is important.
Print code:
l_api_componentcontroller = wd_comp_controller->wd_get_api( ).
l_appl = l_api_componentcontroller->get_application( ).
l_appl->print_page( ).