<?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: Regarding submit &amp;lt; Program&amp;gt; in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-lt-program-gt/m-p/3395989#M815433</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 the following code:&lt;/P&gt;&lt;P&gt;REPORT DEMO1.&lt;/P&gt;&lt;P&gt;RANGES S_CARRID FOR SPFLI-CARRID.&lt;/P&gt;&lt;P&gt;S_CARRID-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;S_CARRID-OPTION = 'EQ'.&lt;/P&gt;&lt;P&gt;S_CARRID-LOW = 'LH'.&lt;/P&gt;&lt;P&gt;APPEND S_CARRID.&lt;/P&gt;&lt;P&gt;SUBMIT DEMO2 WITH CARRID IN S_CARRID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, RANGES table S_CARRID is created with reference to column CARRID of database table SPFLI. Fields S_CARRID-LOW and S_CARRID-HIGH have the same type as CARRID. The header line of internal table S_CARRID is filled and appended to the table. Program DEMO2 is called. If DEMO2 is linked to logical database F1S, its selections screen contains the fields of selection criterion CARRID&lt;/P&gt;&lt;P&gt;from the logical database. These fields are filled with the contents of the RANGES table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2008 06:42:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-21T06:42:24Z</dc:date>
    <item>
      <title>Regarding submit &lt; Program&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-lt-program-gt/m-p/3395987#M815431</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 have a report program name zwipreport. In this report outpout of the field v_closewip. This value should get another report znacereport field name zopen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should we get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  vvvv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 06:32:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-lt-program-gt/m-p/3395987#M815431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T06:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding submit &lt; Program&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-lt-program-gt/m-p/3395988#M815432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkateswar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not clear with your question. But I think you can use SET and GET parameters to pass value between programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 06:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-lt-program-gt/m-p/3395988#M815432</guid>
      <dc:creator>former_member359513</dc:creator>
      <dc:date>2008-02-21T06:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding submit &lt; Program&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-lt-program-gt/m-p/3395989#M815433</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 the following code:&lt;/P&gt;&lt;P&gt;REPORT DEMO1.&lt;/P&gt;&lt;P&gt;RANGES S_CARRID FOR SPFLI-CARRID.&lt;/P&gt;&lt;P&gt;S_CARRID-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;S_CARRID-OPTION = 'EQ'.&lt;/P&gt;&lt;P&gt;S_CARRID-LOW = 'LH'.&lt;/P&gt;&lt;P&gt;APPEND S_CARRID.&lt;/P&gt;&lt;P&gt;SUBMIT DEMO2 WITH CARRID IN S_CARRID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, RANGES table S_CARRID is created with reference to column CARRID of database table SPFLI. Fields S_CARRID-LOW and S_CARRID-HIGH have the same type as CARRID. The header line of internal table S_CARRID is filled and appended to the table. Program DEMO2 is called. If DEMO2 is linked to logical database F1S, its selections screen contains the fields of selection criterion CARRID&lt;/P&gt;&lt;P&gt;from the logical database. These fields are filled with the contents of the RANGES table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 06:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-lt-program-gt/m-p/3395989#M815433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T06:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding submit &lt; Program&gt;</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-lt-program-gt/m-p/3395990#M815434</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;1.&lt;/P&gt;&lt;P&gt;report 1&lt;/P&gt;&lt;P&gt;submit &amp;lt;report2&amp;gt; via selection secreen&lt;/P&gt;&lt;P&gt;             with &amp;lt;report2 field&amp;gt; = &amp;lt;report1field&amp;gt;&lt;/P&gt;&lt;P&gt;this will send the input values of selection screen of report1 into selection screen of second report .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. u can get the parameter in the report2   GET PARAMETER &amp;lt;PID&amp;gt; FIELS &amp;lt;wa_field&amp;gt;&lt;/P&gt;&lt;P&gt;and set the parameter in report 1 SET PARAMETER  &amp;lt;PID&amp;gt; FIELS &amp;lt;wa_field&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; this will pass values between the two reports.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 07:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-submit-lt-program-gt/m-p/3395990#M815434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T07:02:40Z</dc:date>
    </item>
  </channel>
</rss>

