<?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: Interactive Adobe Forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-adobe-forms/m-p/9767401#M1775965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi Ramya,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Sorry for the delay!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Check this code.. I hope this will work out.. &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1866/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: calibri,verdana,arial,sans-serif;"&gt;var fields = xfa.layout.pageContent(xfa.layout.page(this)-1, "field", 0);&lt;BR /&gt;var total = 0;&lt;BR /&gt;for (var i=0; i &amp;lt;= fields.length-1; i++) {&lt;BR /&gt;if (fields.item(i).name == "PRICE") {&lt;BR /&gt;total = total + fields.item(i).rawValue;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;this.rawValue = total;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: calibri,verdana,arial,sans-serif;"&gt;Add this code in the total area..&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: calibri,verdana,arial,sans-serif;"&gt;With regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: calibri,verdana,arial,sans-serif;"&gt;SuDEESH&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Oct 2013 09:24:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-10T09:24:59Z</dc:date>
    <item>
      <title>Interactive Adobe Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-adobe-forms/m-p/9767397#M1775961</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&gt;Being new to adobe forms, we have a requirement such that an adobe output is displayed with item level information in a table.&lt;/P&gt;&lt;P&gt;We have columns such as Item number, material , unit price, total price and so on in the table.&lt;/P&gt;&lt;P&gt;Now that we have developed the form, user has requirement as, when unit price is changed in an item accordingly total price and the net price of total items should be changed automatically in the output.&lt;/P&gt;&lt;P&gt;Could somebody suggest how to achieve this in interactive adobe?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 04:30:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-adobe-forms/m-p/9767397#M1775961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-10T04:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Adobe Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-adobe-forms/m-p/9767398#M1775962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 05:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-adobe-forms/m-p/9767398#M1775962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-10T05:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Adobe Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-adobe-forms/m-p/9767399#M1775963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi Ramya,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;You can achieve this requirement using Web Dynpro. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1866/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Just Google it. J&amp;nbsp; &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1866/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/community/interactive-forms-by-adobe/blog/2013/05/28/adobe-interactive-forms-with-web-dynpro-abap" title="http://scn.sap.com/community/interactive-forms-by-adobe/blog/2013/05/28/adobe-interactive-forms-with-web-dynpro-abap"&gt;http://scn.sap.com/community/interactive-forms-by-adobe/blog/2013/05/28/adobe-interactive-forms-with-web-dynpro-abap&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;SuDEESH&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 06:04:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-adobe-forms/m-p/9767399#M1775963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-10T06:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Adobe Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-adobe-forms/m-p/9767400#M1775964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudeesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the link! It was quite informative but am trying to achieve it just with script editor. Something like &lt;/P&gt;&lt;P dir="ltr" id="imcontent"&gt;&lt;SPAN dir="ltr" style="background-color: #ffffff; color: #333333; font-size: 12px;"&gt;Table1.Row1.Name.rawValue&amp;nbsp; -where current values is passed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN dir="ltr" style="background-color: #ffffff; color: #333333; font-size: 12px;"&gt;And moreover even if i get current vlaue like this say Unit price, how to get the total for all items. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 07:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-adobe-forms/m-p/9767400#M1775964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-10T07:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Adobe Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-adobe-forms/m-p/9767401#M1775965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi Ramya,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Sorry for the delay!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Check this code.. I hope this will work out.. &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1866/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: calibri,verdana,arial,sans-serif;"&gt;var fields = xfa.layout.pageContent(xfa.layout.page(this)-1, "field", 0);&lt;BR /&gt;var total = 0;&lt;BR /&gt;for (var i=0; i &amp;lt;= fields.length-1; i++) {&lt;BR /&gt;if (fields.item(i).name == "PRICE") {&lt;BR /&gt;total = total + fields.item(i).rawValue;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;this.rawValue = total;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: calibri,verdana,arial,sans-serif;"&gt;Add this code in the total area..&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: calibri,verdana,arial,sans-serif;"&gt;With regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: calibri,verdana,arial,sans-serif;"&gt;SuDEESH&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 09:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-adobe-forms/m-p/9767401#M1775965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-10T09:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Adobe Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-adobe-forms/m-p/9767402#M1775966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sudeesh!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 11:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-adobe-forms/m-p/9767402#M1775966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-10T11:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Adobe Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-adobe-forms/m-p/9767403#M1775967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;No need of Thanx Friend.. Enjoy the life.. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1866/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; Just sharing what I know..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hope your issue got solved &lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1866/images/emoticons/confused.gif"&gt;&lt;/SPAN&gt;. If it so, Please close the thread &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1866/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;SuDEESH&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 11:17:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-adobe-forms/m-p/9767403#M1775967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-10T11:17:06Z</dc:date>
    </item>
  </channel>
</rss>

