<?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 Re: HTML ABAP integration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-abap-integration/m-p/10442729#M1846727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ashish. Thanx for useful information.&lt;/P&gt;&lt;P&gt;I had done it in similar way. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/906/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2014 10:37:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-07-08T10:37:46Z</dc:date>
    <item>
      <title>HTML ABAP integration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-abap-integration/m-p/10442727#M1846725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;Please guide me on HTML ABAP integration. I am working on project where we are developing one tool. In one part of that I stuck on area where i want to add some values to HTML drop-down list from SAP table and also retrieve the selected value from HTML drop-down to an internal table. Please give me some suggestion to achieve it.&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;I have uploaded HTML file successfully through ABAP code by using HTML viewer. Now i want to add dropdown list menu to HTML dropdown list from SAP tables and upon selections of those entries in HTML dropdown I need to capture it in an internal table. &lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif;"&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 18:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-abap-integration/m-p/10442727#M1846725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-19T18:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: HTML ABAP integration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-abap-integration/m-p/10442728#M1846726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In HTML, dropdown is created using tages &amp;lt;SELECT&amp;gt; &amp;lt;OPTION id='1' ( or anything else ) &amp;gt; &amp;lt;/SELECT&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So,&lt;/P&gt;&lt;P&gt;append string '&amp;lt;select id=dropdown&amp;gt;' to your html code.&lt;/P&gt;&lt;P&gt;Loop at itab into variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; concatenate string &lt;STRONG&gt;'&lt;/STRONG&gt;&amp;lt;option id=&lt;STRONG&gt;'&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; variable-value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;'&lt;/STRONG&gt;&amp;gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; variable-value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; append this string to html code&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;append string '&amp;lt;/select&amp;gt;' to the html code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you a dropdownlist with all the values in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fetching values depends upon the method you are using to pass values back from html page. Please share it for further help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 07:24:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-abap-integration/m-p/10442728#M1846726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-03T07:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: HTML ABAP integration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-abap-integration/m-p/10442729#M1846727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ashish. Thanx for useful information.&lt;/P&gt;&lt;P&gt;I had done it in similar way. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/906/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 10:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-abap-integration/m-p/10442729#M1846727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-08T10:37:46Z</dc:date>
    </item>
  </channel>
</rss>

