<?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: Issue with Submit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-submit/m-p/8919386#M1691452</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;Apply the same method for ARBPL : declare antoher range with ARBPL type, fill it with the correct values (low = wa-arbpl, sign = 'I' and option = 'EQ') and use this range in the SUBMIT statement.&lt;/P&gt;&lt;P&gt;That should work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2012 06:14:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-07-12T06:14:40Z</dc:date>
    <item>
      <title>Issue with Submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-submit/m-p/8919381#M1691447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;I am using submit function as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H6&gt;&lt;SPAN class="L0S52"&gt;FORM user_command &lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;r_ucomm &lt;SPAN class="L0S52"&gt;LIKE &lt;/SPAN&gt;sy-ucomm&lt;BR /&gt;rs_selfield &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;slis_selfield.&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;rs_selfield-fieldname = &lt;SPAN class="L0S33"&gt;'ARBPL'&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/H6&gt;&lt;H6&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;READ &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;itab &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;wa &lt;SPAN class="L0S52"&gt;INDEX &lt;/SPAN&gt;rs_selfield-tabindex.&lt;BR /&gt;&amp;nbsp; wa-date1 = so_gstrp-low.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa-date2 = so_gstrp-high.&lt;/SPAN&gt;&lt;/H6&gt;&lt;H6&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;submit &lt;/SPAN&gt;zpmc &lt;SPAN class="L0S52"&gt;AND &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;return&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;with &lt;/SPAN&gt;so_arbpl-low = wa-arbpl&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;with &lt;/SPAN&gt;so_gstrp-low &lt;SPAN class="L0S52"&gt;GE &lt;/SPAN&gt;wa-date1&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN class="L0S52"&gt;with &lt;/SPAN&gt;&lt;SPAN style="color: #3366ff;"&gt;so_gstrp-high &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;LE &lt;/SPAN&gt;wa-date2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;endif.&lt;BR /&gt;endform.&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/H6&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;What is found in debugging is&amp;nbsp; the &lt;SPAN style="color: #3366ff;"&gt;so_gstrp-high&amp;nbsp; &lt;SPAN style="color: #000000;"&gt;(gstrp is a date field) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;is not passing to the called program selection screen. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Please guide.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;kind regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Jogeswara Rao&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 08:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-submit/m-p/8919381#M1691447</guid>
      <dc:creator>jogeswararao_kavala</dc:creator>
      <dc:date>2012-07-11T08:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-submit/m-p/8919382#M1691448</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're trying to use 2 different options in the same select-options (GE and LE). You should use a range with BT option instead. It should look like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : r_gstrp type range of dats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_gstrp-low = wa-date1.&lt;/P&gt;&lt;P&gt;r_gstrp-high = wa-date2.&lt;/P&gt;&lt;P&gt;r_gstrp-sign = 'I'.&lt;/P&gt;&lt;P&gt;r_gstrp-option = 'BT'.&lt;/P&gt;&lt;P&gt;append r_gstrp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit zpmc and return with so_gstrp in r_gstrp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 09:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-submit/m-p/8919382#M1691448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-11T09:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-submit/m-p/8919383#M1691449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Nicolas!&lt;/P&gt;&lt;P&gt;Now Dates are passing, but the ARBPL value is passing wrong.&lt;/P&gt;&lt;P&gt;The code is as under:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;STRONG&gt;FORM user_command &lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;r_ucomm &lt;SPAN class="L0S52"&gt;LIKE &lt;/SPAN&gt;sy-ucomm&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;rs_selfield &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;slis_selfield.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;rs_selfield-fieldname = &lt;SPAN class="L0S33"&gt;'ARBPL'&lt;/SPAN&gt;.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;READ &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;itab &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;wa &lt;SPAN class="L0S52"&gt;INDEX &lt;/SPAN&gt;rs_selfield-tabindex.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; wa-date1 = so_gstrp-low.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa-date2 = so_gstrp-high.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;data &lt;/SPAN&gt;: r_gstrp &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;range &lt;SPAN class="L0S52"&gt;of &lt;/SPAN&gt;dats &lt;SPAN class="L0S52"&gt;with &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;header &lt;/SPAN&gt;line.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;r_gstrp-low = wa-date1.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;r_gstrp-high = wa-date2.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;r_gstrp-sign = &lt;SPAN class="L0S33"&gt;'I'&lt;/SPAN&gt;.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;r_gstrp-option = &lt;SPAN class="L0S33"&gt;'BT'&lt;/SPAN&gt;.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;append &lt;/SPAN&gt;r_gstrp.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;submit &lt;/SPAN&gt;zpmc &lt;SPAN class="L0S52"&gt;AND &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;return&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;with &lt;/SPAN&gt;so_arbpl-low = wa-arbpl&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;with &lt;/SPAN&gt;so_gstrp &lt;SPAN class="L0S52"&gt;in &lt;/SPAN&gt;r_gstrp.&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;endif.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;endform.&lt;/STRONG&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Unable to make out which value of ARBPL is passing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Jogeswara Rao&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 04:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-submit/m-p/8919383#M1691449</guid>
      <dc:creator>jogeswararao_kavala</dc:creator>
      <dc:date>2012-07-12T04:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-submit/m-p/8919384#M1691450</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;Do the same for SO_ARBPL also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA r_arbpl TYPE RANGE OF arbpl WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_arbpl-low = wa-arbpl.&lt;/P&gt;&lt;P&gt;r_arbpl-sign = 'I'.&lt;/P&gt;&lt;P&gt;r_arbpl-option = 'EQ'.&lt;/P&gt;&lt;P&gt;APPEND r_arbpl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in SUBMIT pass this range to the select option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WITH so_arbpl IN r_arbpl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shambu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 04:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-submit/m-p/8919384#M1691450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-12T04:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-submit/m-p/8919385#M1691451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="L0S52"&gt;Jogeswara Rao,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Please recheck your decleration of your final internal table ( TYPE dataelement) and preparation of your fieldcatalog internal table, may be problem in field catalog internal table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;SuryaPraveen&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 04:58:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-submit/m-p/8919385#M1691451</guid>
      <dc:creator>former_member186055</dc:creator>
      <dc:date>2012-07-12T04:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Submit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-submit/m-p/8919386#M1691452</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;Apply the same method for ARBPL : declare antoher range with ARBPL type, fill it with the correct values (low = wa-arbpl, sign = 'I' and option = 'EQ') and use this range in the SUBMIT statement.&lt;/P&gt;&lt;P&gt;That should work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 06:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-submit/m-p/8919386#M1691452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-12T06:14:40Z</dc:date>
    </item>
  </channel>
</rss>

