<?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: Capturing selection screen values after the Submit statement? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095174#M1902838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per me, method given by Łukasz Pęgiel is the way forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2015 14:50:45 GMT</pubDate>
    <dc:creator>Juwin</dc:creator>
    <dc:date>2015-05-19T14:50:45Z</dc:date>
    <item>
      <title>Capturing selection screen values after the Submit statement?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095162#M1902826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 11.9999990463257px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="font-family: arial, sans-serif;"&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="font-size: 12px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="60px" valign="middle"&gt;&lt;/TD&gt;&lt;TD style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the requirement like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my report I am calling standard report using SUBMIT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;SUBMIT rbnk_merge_reset VIA SELECTION-SCREEN AND RETURN.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this statement executes, the user will enter the input and execute the report RBNK_MERGE_RESET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I want to capture what the user enters on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help, how I can achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice Day!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 09:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095162#M1902826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-19T09:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing selection screen values after the Submit statement?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095163#M1902827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use set parameter id in the program &lt;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;RBNK_MERGE_RESET&amp;nbsp; and &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;get parameter id in your program to fetch screen input's.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 09:44:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095163#M1902827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-19T09:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing selection screen values after the Submit statement?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095164#M1902828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to access the data &lt;SPAN style="color: #333333; font-size: 12px;"&gt;in the ABAP stack, as its a standard program you will not be able to use SET PARAMETER ID/ GET PARAMETER ID as an option.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Debo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 10:20:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095164#M1902828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-19T10:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing selection screen values after the Submit statement?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095165#M1902829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can copy program and add single line code at the end..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 10:25:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095165#M1902829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-19T10:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing selection screen values after the Submit statement?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095166#M1902830</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;You can try this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you are calling standard program so try for implicit enhancements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And take values and store values either by using IMPORT/EXPORT or SET PARAMETER/GET PARAMETER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or...store values in a custom table and after returning to the actual program read values from the custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 10:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095166#M1902830</guid>
      <dc:creator>jay_kumar8</dc:creator>
      <dc:date>2015-05-19T10:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing selection screen values after the Submit statement?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095167#M1902831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi Debo,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Can you please help, how to use the ABAP Stack?&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 10:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095167#M1902831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-19T10:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing selection screen values after the Submit statement?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095168#M1902832</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;So, try in the new debugger. On your right panel you get to see the ABAP stack(Memory) wherein you can try to find the selection screen values. I am not sure, but this should be the right approach if you are not trying to modify or enhancing the standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Debo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 10:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095168#M1902832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-19T10:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing selection screen values after the Submit statement?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095169#M1902833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain what would you like to achieve after capturing the selection screen values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 12:37:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095169#M1902833</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2015-05-19T12:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing selection screen values after the Submit statement?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095170#M1902834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HiJuwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I will run my custom program.&lt;/P&gt;&lt;P&gt;2. In that custom program I will call the report &lt;SPAN style="color: #3366ff; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;rbnk_merge_reset using submit the statement&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;3. Then the user will enter the selection screen values and run the transaction.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;4. Then it will return back to my custom program.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;5. Then I want to use that selection screen values to fetch some data in standard tables.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 13:15:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095170#M1902834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-19T13:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing selection screen values after the Submit statement?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095171#M1902835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you could do is to create same selection screen as in rbnk_merge_reset then call it whenever user want to go to this program, but in submit use WITH SELECTION-TABLE addition passing all variables from your own select options. This way you have all the values directly in your program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 13:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095171#M1902835</guid>
      <dc:creator>LukaszPegiel</dc:creator>
      <dc:date>2015-05-19T13:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing selection screen values after the Submit statement?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095172#M1902836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Priya in My opinion you could.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-Copy the standard program and get the screen value by code when it is executed.&lt;/P&gt;&lt;P&gt;and use the new way to import to memory. &lt;A __default_attr="26284" __jive_macro_name="document" class="jive_macro_document jive_macro" data-orig-content="Shared Memory-enabled Classes and Create Data – Area Handle" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;See the examples of this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or.&lt;/P&gt;&lt;P&gt;2-create a enhacement in standard program &lt;SPAN style="font-size: 13.3333330154419px;"&gt; and get the screen value by code when it is executed&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;and use the new way to import to memory. &lt;A __default_attr="26284" __jive_macro_name="document" class="jive_macro_document jive_macro" data-orig-content="Shared Memory-enabled Classes and Create Data – Area Handle" href="https://community.sap.com/" style="color: #2989c5;"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;See the examples of this link.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I think could to work .&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;hope helped you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 14:26:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095172#M1902836</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2015-05-19T14:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing selection screen values after the Submit statement?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095173#M1902837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kumar &lt;/P&gt;&lt;P&gt;The import /export is bad to multiple users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new way with abap OO is better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt; &lt;A __default_attr="26284" __jive_macro_name="document" class="jive_macro_document jive_macro" data-orig-content="Shared Memory-enabled Classes and Create Data – Area Handle" href="https://community.sap.com/" style="color: #2989c5;"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 14:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095173#M1902837</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2015-05-19T14:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing selection screen values after the Submit statement?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095174#M1902838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per me, method given by Łukasz Pęgiel is the way forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 14:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-selection-screen-values-after-the-submit-statement/m-p/11095174#M1902838</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2015-05-19T14:50:45Z</dc:date>
    </item>
  </channel>
</rss>

