<?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: Communication between pages in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414934#M1034288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the data store element, that's a container for global variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2007 05:16:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-26T05:16:41Z</dc:date>
    <item>
      <title>Communication between pages</title>
      <link>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaq-p/2414928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to create two iViews that communicate each other on the same page, using Signal Out and Signal In. It works just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know how to create two iViews that communicate each other on DISTINCT page. Its possible in Visual Composer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a global variable to use between pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 14:25:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaq-p/2414928</guid>
      <dc:creator>Gustavo</dc:creator>
      <dc:date>2007-06-22T14:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Communication between pages</title>
      <link>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414929#M1034283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to share/pass the data to other iView through END connector.  The other iView which wish to accept data should do it through START connector. Click on START , click configure then click "+" button on bottom left and add incoming variable.&lt;/P&gt;&lt;P&gt;e.g If you want to share the data from a FORM then drag the OUT port from FORM and drop it , then select END.  (This will share the data with external iView)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 15:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414929#M1034283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T15:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Communication between pages</title>
      <link>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414930#M1034284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jan Pasha, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that it works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use END connector from a form in iVew X and START connector to another form in iView Y, but not works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 19:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414930#M1034284</guid>
      <dc:creator>Gustavo</dc:creator>
      <dc:date>2007-06-22T19:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Communication between pages</title>
      <link>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414931#M1034285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are integrating the screen through GP, check if the Add GP information is checked in VC Tools&amp;gt;Compiler . Then only you can see the exposed variables in GP design time, then you can map respective IN and OUT variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 05:17:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414931#M1034285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T05:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Communication between pages</title>
      <link>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414932#M1034286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not integrating the screen through GP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need store some data that can be used in all pages and iViews of my model. Something like a global variable stored in session perhaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a iView with a input field and a submit button, so I need store the value passed by user to a "global variable" to be used in another iView in another page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do this in Visual Composer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 18:48:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414932#M1034286</guid>
      <dc:creator>Gustavo</dc:creator>
      <dc:date>2007-06-25T18:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Communication between pages</title>
      <link>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414933#M1034287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you the iViews are in same model then its possible to share data using Signal In and Signal Out ports, if the iViews are in different models then you have to use a integration services like GP.&lt;/P&gt;&lt;P&gt;The End and Start point sharing is for GP integration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid there is no concept of Global variable in VC, you have to bank of integration services like GP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 04:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414933#M1034287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T04:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Communication between pages</title>
      <link>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414934#M1034288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the data store element, that's a container for global variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 05:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414934#M1034288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T05:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Communication between pages</title>
      <link>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414935#M1034289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mario,&lt;/P&gt;&lt;P&gt;your answer seems theoritically correct,&lt;/P&gt;&lt;P&gt;but are you sure this is working between two SEPARATED models ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The point here, is that we are not working within one single model, but trying to exchange information between two pages that are referring two different models.&lt;/P&gt;&lt;P&gt;(analogy in abap : export xxx to memory-id z ; import zzz from memory-id z)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, the only option I found as a workaround is to use a bapi that will save the parameter of the 'signal out' into a table in the underlying system, and then the 'signal in' is reading the value temporarily stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 06:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414935#M1034289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T06:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Communication between pages</title>
      <link>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414936#M1034290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pasha,&lt;/P&gt;&lt;P&gt;My iViews are in the same model, but in different pages. Using Signal In and Signal Out ports, it works only if the iViews are in the same page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mario,&lt;/P&gt;&lt;P&gt;Are you sure that is possible share data between pages with data store element? I know how to use data store element only in the same page. Can you explain how to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 13:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414936#M1034290</guid>
      <dc:creator>Gustavo</dc:creator>
      <dc:date>2007-06-26T13:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Communication between pages</title>
      <link>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414937#M1034291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If its not a problem try push and pull data through data services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I remember passing data among iViews but i guess they are in same page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 14:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/communication-between-pages/qaa-p/2414937#M1034291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T14:25:29Z</dc:date>
    </item>
  </channel>
</rss>

