Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adding text above the html Control

Former Member
0 Likes
583

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

2 REPLIES 2
Read only

Former Member
0 Likes
416

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.

Read only

0 Likes
416

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