<?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 and return in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/2081230#M431773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am calling fbl3n tcode from my zprogram using&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;       SUBMIT RFITEMGL
             WITH FREE SELECTIONS TEXPR
*               WITH FREE SELECTIONS rt_dyn_trange
             WITH SD_SAKNR-LOW  = L_HKONT
             WITH SD_BUKRS = P_BUKRS
             WITH SO_BUDAT = P_BUDAT
             WITH XOPSEL = 'X'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I display alv list and if user presses field on alv list it will do the submit.&lt;/P&gt;&lt;P&gt;I am able to display the alv list and also fbl3n list when pressed a field on alv. The problem is when i press the back button on displayed fbl3n list, the control goes to  initial screen instead of displaying the alv list. How can i get the control back to alv list so that user can select another field for processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2007 10:34:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-17T10:34:22Z</dc:date>
    <item>
      <title>submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/2081230#M431773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am calling fbl3n tcode from my zprogram using&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;       SUBMIT RFITEMGL
             WITH FREE SELECTIONS TEXPR
*               WITH FREE SELECTIONS rt_dyn_trange
             WITH SD_SAKNR-LOW  = L_HKONT
             WITH SD_BUKRS = P_BUKRS
             WITH SO_BUDAT = P_BUDAT
             WITH XOPSEL = 'X'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I display alv list and if user presses field on alv list it will do the submit.&lt;/P&gt;&lt;P&gt;I am able to display the alv list and also fbl3n list when pressed a field on alv. The problem is when i press the back button on displayed fbl3n list, the control goes to  initial screen instead of displaying the alv list. How can i get the control back to alv list so that user can select another field for processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 10:34:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/2081230#M431773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T10:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/2081231#M431774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kesi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       SUBMIT RFITEMGL&lt;/P&gt;&lt;P&gt;             WITH FREE SELECTIONS TEXPR&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;              WITH FREE SELECTIONS rt_dyn_trange&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;             WITH SD_SAKNR-LOW  = L_HKONT&lt;/P&gt;&lt;P&gt;             WITH SD_BUKRS = P_BUKRS&lt;/P&gt;&lt;P&gt;             WITH SO_BUDAT = P_BUDAT&lt;/P&gt;&lt;P&gt;             WITH XOPSEL = 'X' &amp;lt;b&amp;gt;AND RETURN.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 10:37:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/2081231#M431774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T10:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/2081232#M431775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Write AND RETURN and see.&lt;/P&gt;&lt;P&gt;SUBMIT RFITEMGL&lt;/P&gt;&lt;P&gt;             WITH FREE SELECTIONS TEXPR&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;              WITH FREE SELECTIONS rt_dyn_trange&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;             WITH SD_SAKNR-LOW  = L_HKONT&lt;/P&gt;&lt;P&gt;             WITH SD_BUKRS = P_BUKRS&lt;/P&gt;&lt;P&gt;             WITH SO_BUDAT = P_BUDAT&lt;/P&gt;&lt;P&gt;             WITH XOPSEL = 'X'  AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 10:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/2081232#M431775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T10:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/2081233#M431776</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 are not using AND RETURN here .. so the calling program will be deleted from the working memory of the program !! so how can it go back to ALV list .. when the list is deleted !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use..&lt;/P&gt;&lt;P&gt;       SUBMIT RFITEMGL&lt;/P&gt;&lt;P&gt;             WITH FREE SELECTIONS TEXPR&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;              WITH FREE SELECTIONS rt_dyn_trange&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;             WITH SD_SAKNR-LOW  = L_HKONT&lt;/P&gt;&lt;P&gt;             WITH SD_BUKRS = P_BUKRS&lt;/P&gt;&lt;P&gt;             WITH SO_BUDAT = P_BUDAT&lt;/P&gt;&lt;P&gt;             WITH XOPSEL = 'X' &amp;lt;b&amp;gt;and return&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 10:40:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/2081233#M431776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T10:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: submit and return</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/2081234#M431777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Rahul&lt;/P&gt;&lt;P&gt;       SUBMIT RFITEMGL&lt;/P&gt;&lt;P&gt;             WITH FREE SELECTIONS TEXPR&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;              WITH FREE SELECTIONS rt_dyn_trange&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;             WITH SD_SAKNR-LOW  = L_HKONT&lt;/P&gt;&lt;P&gt;             WITH SD_BUKRS = P_BUKRS&lt;/P&gt;&lt;P&gt;             WITH SO_BUDAT = P_BUDAT&lt;/P&gt;&lt;P&gt;             WITH XOPSEL = 'X'&lt;/P&gt;&lt;P&gt;             &amp;lt;b&amp;gt;AND RETURN&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rahul, in subject u kept submit and return ,but u forgot d same in ur prgram :-).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 10:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-and-return/m-p/2081234#M431777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T10:56:59Z</dc:date>
    </item>
  </channel>
</rss>

