Hi Experts,
I need your help :
We have requirement to show HTML data to string format in sap crm textArea view.
I got the HTML URL using Function Module SKWF_PHIO_CONTENT_URL_GET.
Than based on object id ( guid ) I got required data using FM SDOK_PHIO_LOAD_CONTENT which is in HTML format.
Now I want to show this data in one of my webui view in correct format.
In GUI , we have one class cl_gui_html_viewer->load_data method to load the data and than we have cl_gui_html_viewer->show_url to show the data in string ( Correct format ) .
But in CRM cl_gui_html_viewew is not supported.
My question is how to load and show the data in correct format in sap crm view ?
Request you to please help ?
Thanks & Regards,
Akhilesh Bhagat.