<?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 Submit program not return data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-not-return-data/m-p/12697919#M2018127</link>
    <description>&lt;P&gt;HI Abap Experts,&lt;/P&gt;
  &lt;P&gt;I have written one submit program from FBL1N transaction and when i run in debugging mode submite program working. but when i run with out debugging my logic is not working i mean its not returning data. looks when i run in debugging there is no memmory issue and same session. but when i run normal mode may be submit program not able return the data from different memory. can you please help me.&lt;/P&gt;
  &lt;P&gt;my code is like &lt;/P&gt;
  &lt;P&gt; cl_salv_bs_runtime_info=&amp;gt;set( EXPORTING display = abap_false&lt;BR /&gt; metadata = abap_false&lt;BR /&gt; data = abap_true ).&lt;BR /&gt; "Call FBL1N to get Net due date of documents&lt;BR /&gt; SUBMIT rfitemap WITH SELECTION-TABLE lt_selscreen&lt;BR /&gt; WITH kd_lifnr-low = r_lifnr-low&lt;BR /&gt; WITH kd_bukrs-low = f110v-bukls&lt;BR /&gt; WITH x_opsel = 'X'&lt;BR /&gt; WITH pa_stida = f110v-laufd&lt;BR /&gt; WITH x_norm = 'X'&lt;BR /&gt; AND RETURN.&lt;BR /&gt; TRY.&lt;BR /&gt; cl_salv_bs_runtime_info=&amp;gt;get_data_ref( IMPORTING r_data = lr_pay_data ).&lt;BR /&gt; ASSIGN lr_pay_data-&amp;gt;* TO &amp;lt;lt_pay_data&amp;gt;.&lt;BR /&gt; CATCH cx_salv_bs_sc_runtime_info.&lt;BR /&gt; MESSAGE `Unable to retrieve ALV data` TYPE 'E'.&lt;BR /&gt; ENDTRY.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2023 17:19:08 GMT</pubDate>
    <dc:creator>sri6666</dc:creator>
    <dc:date>2023-03-21T17:19:08Z</dc:date>
    <item>
      <title>Submit program not return data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-not-return-data/m-p/12697919#M2018127</link>
      <description>&lt;P&gt;HI Abap Experts,&lt;/P&gt;
  &lt;P&gt;I have written one submit program from FBL1N transaction and when i run in debugging mode submite program working. but when i run with out debugging my logic is not working i mean its not returning data. looks when i run in debugging there is no memmory issue and same session. but when i run normal mode may be submit program not able return the data from different memory. can you please help me.&lt;/P&gt;
  &lt;P&gt;my code is like &lt;/P&gt;
  &lt;P&gt; cl_salv_bs_runtime_info=&amp;gt;set( EXPORTING display = abap_false&lt;BR /&gt; metadata = abap_false&lt;BR /&gt; data = abap_true ).&lt;BR /&gt; "Call FBL1N to get Net due date of documents&lt;BR /&gt; SUBMIT rfitemap WITH SELECTION-TABLE lt_selscreen&lt;BR /&gt; WITH kd_lifnr-low = r_lifnr-low&lt;BR /&gt; WITH kd_bukrs-low = f110v-bukls&lt;BR /&gt; WITH x_opsel = 'X'&lt;BR /&gt; WITH pa_stida = f110v-laufd&lt;BR /&gt; WITH x_norm = 'X'&lt;BR /&gt; AND RETURN.&lt;BR /&gt; TRY.&lt;BR /&gt; cl_salv_bs_runtime_info=&amp;gt;get_data_ref( IMPORTING r_data = lr_pay_data ).&lt;BR /&gt; ASSIGN lr_pay_data-&amp;gt;* TO &amp;lt;lt_pay_data&amp;gt;.&lt;BR /&gt; CATCH cx_salv_bs_sc_runtime_info.&lt;BR /&gt; MESSAGE `Unable to retrieve ALV data` TYPE 'E'.&lt;BR /&gt; ENDTRY.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 17:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-not-return-data/m-p/12697919#M2018127</guid>
      <dc:creator>sri6666</dc:creator>
      <dc:date>2023-03-21T17:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program not return data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-not-return-data/m-p/12697920#M2018128</link>
      <description>&lt;P&gt;AND RETURN EXPORTING LIST TO MEMORY WAIT FOR 1 second &lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 10:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-not-return-data/m-p/12697920#M2018128</guid>
      <dc:creator>sri6666</dc:creator>
      <dc:date>2023-03-24T10:27:44Z</dc:date>
    </item>
  </channel>
</rss>

