<?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>Question Re: Calculation View Passing Value from one input parameter to Another input parameter in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/calculation-view-passing-value-from-one-input-parameter-to-another-input/qaa-p/422559#M54136</link>
    <description>&lt;P&gt;With above scenario you are right but if there is no country name in CalculationViewB, and view has to filter on CompID in that scenario... how can that be achived&lt;/P&gt;</description>
    <pubDate>Fri, 31 Mar 2017 18:23:32 GMT</pubDate>
    <dc:creator>former_member290321</dc:creator>
    <dc:date>2017-03-31T18:23:32Z</dc:date>
    <item>
      <title>Calculation View Passing Value from one input parameter to Another input parameter</title>
      <link>https://community.sap.com/t5/technology-q-a/calculation-view-passing-value-from-one-input-parameter-to-another-input/qaq-p/422557</link>
      <description>&lt;P&gt;I have a &lt;STRONG&gt;&lt;EM&gt;CalculationViewB&lt;/EM&gt;&lt;/STRONG&gt; where i have to filter a Company ID field on basis of &lt;STRONG&gt;&lt;EM&gt;CalculationViewA&lt;/EM&gt;&lt;/STRONG&gt; Company ID field but the client wants a descriptive field (Company Name) in drop down at the time of execution as input parameter. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;CalculationViewA&lt;/EM&gt;&lt;/STRONG&gt; has two field Company ID and Company Name i.e 3048 ABB&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/28232-inputparameter.jpg" /&gt;&lt;/P&gt;&lt;P&gt;So at the time of execution Client will get a drop down on basis of &lt;STRONG&gt;INPUT PARAMETER 1 &lt;/STRONG&gt;that is &lt;STRONG&gt;CompName&lt;/STRONG&gt; and at the view level it will filter on basis of &lt;STRONG&gt;INPUT PARAMETER 2&lt;/STRONG&gt; that is &lt;STRONG&gt;CompID&lt;/STRONG&gt;.&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i.e &lt;/STRONG&gt;Client will select Input Parameter &lt;STRONG&gt;&lt;EM&gt;CompName: ACC&lt;/EM&gt;&lt;/STRONG&gt; and internally CalculationViewB will get filter on basis of Input Parameter 2 &lt;EM&gt;&lt;STRONG&gt;CompID: 1225&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Filter: &lt;STRONG&gt;&lt;EM&gt;CompanyID =$$CompID$$&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Will parameter mapping work in aforesaid scenario ?? Or &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Do i have to use scripted calculation view? Or &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Is there any other way ?? &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 15:34:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/calculation-view-passing-value-from-one-input-parameter-to-another-input/qaq-p/422557</guid>
      <dc:creator>former_member290321</dc:creator>
      <dc:date>2017-03-31T15:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation View Passing Value from one input parameter to Another input parameter</title>
      <link>https://community.sap.com/t5/technology-q-a/calculation-view-passing-value-from-one-input-parameter-to-another-input/qaa-p/422558#M54135</link>
      <description>&lt;P&gt;I see the CalcviewB has both company code and company name, so what is the issue in filtering company name directly based on user input? &lt;STRONG&gt;&lt;EM&gt;CompName = $$IP_&lt;/EM&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM&gt;CompName&lt;/EM&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM&gt;$$&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Include ClacviewA as a node in CalcviewB. Filter NodeA as &lt;STRONG&gt;&lt;EM&gt;CompName = $$IP_CompName&lt;/EM&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM&gt;$$&lt;/EM&gt;&lt;/STRONG&gt;. Inner join tjhis with projection in CalcviewB on &lt;STRONG&gt;&lt;EM&gt;CompanyCodeB = CompanyCodeA&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 17:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/calculation-view-passing-value-from-one-input-parameter-to-another-input/qaa-p/422558#M54135</guid>
      <dc:creator>BenedictV</dc:creator>
      <dc:date>2017-03-31T17:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation View Passing Value from one input parameter to Another input parameter</title>
      <link>https://community.sap.com/t5/technology-q-a/calculation-view-passing-value-from-one-input-parameter-to-another-input/qaa-p/422559#M54136</link>
      <description>&lt;P&gt;With above scenario you are right but if there is no country name in CalculationViewB, and view has to filter on CompID in that scenario... how can that be achived&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 18:23:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/calculation-view-passing-value-from-one-input-parameter-to-another-input/qaa-p/422559#M54136</guid>
      <dc:creator>former_member290321</dc:creator>
      <dc:date>2017-03-31T18:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation View Passing Value from one input parameter to Another input parameter</title>
      <link>https://community.sap.com/t5/technology-q-a/calculation-view-passing-value-from-one-input-parameter-to-another-input/qaa-p/422560#M54137</link>
      <description>&lt;P&gt;Did you try the second option I suggested? What was the result? I would encourage you to try out a few methods and come back to the community with what you tried and how it fails.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 18:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/calculation-view-passing-value-from-one-input-parameter-to-another-input/qaa-p/422560#M54137</guid>
      <dc:creator>BenedictV</dc:creator>
      <dc:date>2017-03-31T18:53:08Z</dc:date>
    </item>
  </channel>
</rss>

