<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Adding text above the html Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-above-the-html-control/m-p/5719459#M1297892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmasri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Padmasri on Jun 4, 2009 1:39 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jun 2009 11:23:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-04T11:23:28Z</dc:date>
    <item>
      <title>Adding text above the html Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-above-the-html-control/m-p/5719459#M1297892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmasri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Padmasri on Jun 4, 2009 1:39 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 11:23:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-above-the-html-control/m-p/5719459#M1297892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T11:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adding text above the html Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-above-the-html-control/m-p/5719460#M1297893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Padmasri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the following HTML text in ABAP code to get html link in mailbox.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
** Hyperlink
*  wa_objtxt-line = '&amp;lt;html&amp;gt;&amp;lt;body&amp;gt;'.
*  APPEND wa_objtxt TO i_objtxt.
*  wa_objtxt-line = '&amp;lt;a href="http://www.gmail.com"&amp;gt;click&amp;lt;/a&amp;gt;'.
*  APPEND wa_objtxt TO i_objtxt.
*  wa_objtxt-line = '&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;'.
*  APPEND wa_objtxt TO i_objtxt.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;hope it will help you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 11:52:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-above-the-html-control/m-p/5719460#M1297893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T11:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding text above the html Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-above-the-html-control/m-p/5719461#M1297894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any BADI to add the text on the top of the control ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmasri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Padmasri on Jun 25, 2009 12:07 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Padmasri on Jun 25, 2009 1:52 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Padmasri on Jun 25, 2009 2:43 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 12:05:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-text-above-the-html-control/m-p/5719461#M1297894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T12:05:44Z</dc:date>
    </item>
  </channel>
</rss>

