‎2009 Jun 04 12:23 PM
Hi All,
I'm using the FM FITP_ITINERARY_TRIP_HTML to display the data into the html control.Now the requirement is to add a text above te html control. Suggest me the solution to proceed and also is ther any BADI to add the text above the html Control.
Thank you.
Regards,
Padmasri.
Edited by: Padmasri on Jun 4, 2009 1:39 PM
‎2009 Jun 04 12:52 PM
Hi Padmasri,
I have used the following HTML text in ABAP code to get html link in mailbox.
** Hyperlink
* wa_objtxt-line = '<html><body>'.
* APPEND wa_objtxt TO i_objtxt.
* wa_objtxt-line = '<a href="http://www.gmail.com">click</a>'.
* APPEND wa_objtxt TO i_objtxt.
* wa_objtxt-line = '</body></html>'.
* APPEND wa_objtxt TO i_objtxt.
hope it will help you.
Regards,
Raju.
‎2009 Jun 04 1:05 PM
Hi All,
Is there any BADI to add the text on the top of the control ?
Thank you.
Regards,
Padmasri.
Edited by: Padmasri on Jun 25, 2009 12:07 PM
Edited by: Padmasri on Jun 25, 2009 1:52 PM
Edited by: Padmasri on Jun 25, 2009 2:43 PM