<?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: Multiplying 2 values in scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiplying-2-values-in-scripts/m-p/4964430#M1157290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write a perform in your script and then in this perform you can do the required calculations.&lt;/P&gt;&lt;P&gt;Check this link for more info:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/d1/803279454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/en/d1/803279454211d189710000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Dec 2008 10:49:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-15T10:49:36Z</dc:date>
    <item>
      <title>Multiplying 2 values in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiplying-2-values-in-scripts/m-p/4964429#M1157289</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 want to multiply values from 2 fields in one script and print it ( multiply amt in usd with exchange rate to get in eur )   When i tried with  '*' operator , i couldnt obatin the result .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion will be of great help . Thanks in advance .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 10:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiplying-2-values-in-scripts/m-p/4964429#M1157289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T10:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiplying 2 values in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiplying-2-values-in-scripts/m-p/4964430#M1157290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write a perform in your script and then in this perform you can do the required calculations.&lt;/P&gt;&lt;P&gt;Check this link for more info:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/d1/803279454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/en/d1/803279454211d189710000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 10:49:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiplying-2-values-in-scripts/m-p/4964430#M1157290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T10:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multiplying 2 values in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiplying-2-values-in-scripts/m-p/4964431#M1157291</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;Output Field = fld11 * fld2.&lt;/P&gt;&lt;P&gt;for this first check whether values are coming into fld1 and fld2 or not.&lt;/P&gt;&lt;P&gt;if values are there ,&lt;/P&gt;&lt;P&gt;den u hav to write this in text editor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 10:51:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiplying-2-values-in-scripts/m-p/4964431#M1157291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T10:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multiplying 2 values in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiplying-2-values-in-scripts/m-p/4964432#M1157292</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;Check this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: PERFORM ALAMATAG IN PROGRAM ZXXXXX&lt;/P&gt;&lt;P&gt;/: USING &amp;amp;IVBDKR-VBELN&amp;amp;&lt;/P&gt;&lt;P&gt;/: Changing &amp;amp;YYY&amp;amp;&lt;/P&gt;&lt;P&gt;/: &amp;amp;TLP&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*in ABAP&lt;/P&gt;&lt;P&gt;FORM ALAMATAG TABLES CO_USE STRUCTURE CO_SET_TYPE&lt;/P&gt;&lt;P&gt;CO_SET STRUCTURE CO_SET_TYPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Get using parameter&lt;/P&gt;&lt;P&gt;READ TABLE CO_USE WITH KEY NAME = 'VBDKR-VBELN'.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;MOVE CO_USE-VALUE TO NIV.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Store Changing parameter&lt;/P&gt;&lt;P&gt;LOOP AT CO_SET.&lt;/P&gt;&lt;P&gt;IF CO_SET-NAME EQ 'YYY'.&lt;/P&gt;&lt;P&gt;MOVE YYY TO CO_SET-VALUE.&lt;/P&gt;&lt;P&gt;MODIFY CO_SET.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;IF CO_SET-NAME EQ 'TLP'.&lt;/P&gt;&lt;P&gt;MOVE TLP TO CO_SET-VALUE.&lt;/P&gt;&lt;P&gt;MODIFY CO_SET.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 10:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiplying-2-values-in-scripts/m-p/4964432#M1157292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T10:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Multiplying 2 values in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiplying-2-values-in-scripts/m-p/4964433#M1157293</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 dint get the answer by multiplying 2 values and assigning it to another field .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the result by multiplyin values  in the driver program and printing the same in script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 13:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiplying-2-values-in-scripts/m-p/4964433#M1157293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T13:03:07Z</dc:date>
    </item>
  </channel>
</rss>

