<?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: Problem in using SUBMIT command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-submit-command/m-p/4026738#M962344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings for the day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like folllowing. ...i have used this.. .its working very fine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;submit ZV039_STOCK_CONS&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;            &lt;EM&gt;with s_spart in s_spart&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;            &lt;EM&gt;with p_spmon eq p_spmon&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;            &lt;EM&gt;and return.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here u can send the required parameters or select-options.&lt;/P&gt;&lt;P&gt;only u have to take care that if one field is delfined by parametere then it shoul b by parameter only in the called report......the same applies for select-options also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if found helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2008 05:23:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-18T05:23:17Z</dc:date>
    <item>
      <title>Problem in using SUBMIT command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-submit-command/m-p/4026733#M962339</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;My requirement is that i am entering data on the selection screen of REPORT1 and all the selection screen values should be passed on to the selection screen of REPORT2 on execution of REPORT1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection screen of REPORT1 is copy of REPORT2 with one parameter added on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using SUBMIT REPORT2 VIA SELECTION-SCREEN in REPORT1 but the selection screen values that i am entering on the REPORT1 is not getting passed to selection screen of REPORT2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help in resolving the problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mukesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 05:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-submit-command/m-p/4026733#M962339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T05:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using SUBMIT command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-submit-command/m-p/4026734#M962340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    In the REPORT2 after the selection screen declaration,pass the values from selection screen of REPORT1 to selection screen fields of REPORT2.Or export the values from REPORT1 to memory Id and import them in REPORT2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 05:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-submit-command/m-p/4026734#M962340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T05:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using SUBMIT command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-submit-command/m-p/4026735#M962341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI...&lt;/P&gt;&lt;P&gt;In a similar requirement I have taken help of export import statements.....&lt;/P&gt;&lt;P&gt;all the values u require in report2 ...u can export the same to a memory id in report1 itself...and then in report2 u can import the same..&lt;/P&gt;&lt;P&gt;Hope this helps....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rudra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 05:17:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-submit-command/m-p/4026735#M962341</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-06-18T05:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using SUBMIT command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-submit-command/m-p/4026736#M962342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best way is to export your report1 selectionscreen parameters to memory id and then import it to report1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also play with &lt;/P&gt;&lt;P&gt;initalsation of the report2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 05:21:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-submit-command/m-p/4026736#M962342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T05:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using SUBMIT command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-submit-command/m-p/4026737#M962343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Mukesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax goes like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Submit via selection-screen &lt;STRONG&gt;with selection table&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you specified the with selection table part?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 05:21:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-submit-command/m-p/4026737#M962343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T05:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using SUBMIT command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-submit-command/m-p/4026738#M962344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings for the day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like folllowing. ...i have used this.. .its working very fine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;submit ZV039_STOCK_CONS&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;            &lt;EM&gt;with s_spart in s_spart&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;            &lt;EM&gt;with p_spmon eq p_spmon&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;            &lt;EM&gt;and return.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here u can send the required parameters or select-options.&lt;/P&gt;&lt;P&gt;only u have to take care that if one field is delfined by parametere then it shoul b by parameter only in the called report......the same applies for select-options also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if found helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 05:23:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-submit-command/m-p/4026738#M962344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T05:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using SUBMIT command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-submit-command/m-p/4026739#M962345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi mukesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this with submit using selection-screen&lt;/P&gt;&lt;P&gt;                             with selection-table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT report1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA text TYPE c LENGTH 10. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 1100. &lt;/P&gt;&lt;P&gt;  SELECT-OPTIONS: selcrit1 FOR text, &lt;/P&gt;&lt;P&gt;                  selcrit2 FOR text. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 1100. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT report2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: text       TYPE c LENGTH 10, &lt;/P&gt;&lt;P&gt;      rspar_tab  TYPE TABLE OF rsparams, &lt;/P&gt;&lt;P&gt;      rspar_line LIKE LINE OF rspar_tab, &lt;/P&gt;&lt;P&gt;      range_tab  LIKE RANGE OF text, &lt;/P&gt;&lt;P&gt;      range_line LIKE LINE OF range_tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rspar_line-selname = 'SELCRIT1'. &lt;/P&gt;&lt;P&gt;rspar_line-kind    = 'S'. &lt;/P&gt;&lt;P&gt;rspar_line-sign    = 'I'. &lt;/P&gt;&lt;P&gt;rspar_line-option  = 'EQ'. &lt;/P&gt;&lt;P&gt;rspar_line-low     = 'ABAP'. &lt;/P&gt;&lt;P&gt;APPEND rspar_line TO rspar_tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;range_line-sign   = 'E'. &lt;/P&gt;&lt;P&gt;range_line-option = 'EQ'. &lt;/P&gt;&lt;P&gt;range_line-low    = 'H'. &lt;/P&gt;&lt;P&gt;APPEND range_line TO range_tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;range_line-sign   = 'E'. &lt;/P&gt;&lt;P&gt;range_line-option = 'EQ'. &lt;/P&gt;&lt;P&gt;range_line-low    = 'K'. &lt;/P&gt;&lt;P&gt;APPEND range_line TO range_tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT report1 USING SELECTION-SCREEN '1100' &lt;/P&gt;&lt;P&gt;               WITH SELECTION-TABLE rspar_tab &lt;/P&gt;&lt;P&gt;               WITH selcrit2 BETWEEN 'H' AND 'K' &lt;/P&gt;&lt;P&gt;               WITH selcrit2 IN range_tab &lt;/P&gt;&lt;P&gt;               AND RETURN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will heplps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srilatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 05:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-submit-command/m-p/4026739#M962345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T05:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in using SUBMIT command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-submit-command/m-p/4026740#M962346</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; THIS IS MY FIRST PROGRAM AND I'M CALLING THE SAME PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAMPLE CODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: P_KUNNR LIKE KNA1-KUNNR OBLIGATORY,&lt;/P&gt;&lt;P&gt;            MONYR LIKE MCS0-SPMON DEFAULT SY-DATUM OBLIGATORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_WERKS FOR VBRP-WERKS,&lt;/P&gt;&lt;P&gt;S_MATNR FOR MARA-MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: SELTAB     TYPE TABLE OF RSPARAMS,&lt;/P&gt;&lt;P&gt;      SELTAB_WA  LIKE LINE OF SELTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE: 'P_KUNNR' TO SELTAB_WA-SELNAME,&lt;/P&gt;&lt;P&gt;      'P' TO SELTAB_WA-KIND,&lt;/P&gt;&lt;P&gt;       P_KUNNR TO SELTAB_WA-LOW.&lt;/P&gt;&lt;P&gt;APPEND SELTAB_WA TO SELTAB.&lt;/P&gt;&lt;P&gt;CLEAR SELTAB_WA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE: 'MONYR' TO SELTAB_WA-SELNAME,&lt;/P&gt;&lt;P&gt;      'P' TO SELTAB_WA-KIND,&lt;/P&gt;&lt;P&gt;       MONYR TO SELTAB_WA-LOW.&lt;/P&gt;&lt;P&gt;APPEND SELTAB_WA TO SELTAB.&lt;/P&gt;&lt;P&gt;CLEAR SELTAB_WA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE: 'S_WERKS' TO SELTAB_WA-SELNAME,&lt;/P&gt;&lt;P&gt;      'S' TO SELTAB_WA-KIND,&lt;/P&gt;&lt;P&gt;      'I'      TO SELTAB_WA-SIGN,&lt;/P&gt;&lt;P&gt;       'BT'     TO SELTAB_WA-OPTION,&lt;/P&gt;&lt;P&gt;       S_WERKS-LOW TO SELTAB_WA-LOW,&lt;/P&gt;&lt;P&gt;       S_WERKS-HIGH TO SELTAB_WA-HIGH.&lt;/P&gt;&lt;P&gt;APPEND SELTAB_WA TO SELTAB.&lt;/P&gt;&lt;P&gt;CLEAR SELTAB_WA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE: 'S_MATNR' TO SELTAB_WA-SELNAME,&lt;/P&gt;&lt;P&gt;      'S' TO SELTAB_WA-KIND,&lt;/P&gt;&lt;P&gt;       'I'      TO SELTAB_WA-SIGN,&lt;/P&gt;&lt;P&gt;       'BT'     TO SELTAB_WA-OPTION,&lt;/P&gt;&lt;P&gt;       S_MATNR-LOW TO SELTAB_WA-LOW,&lt;/P&gt;&lt;P&gt;       S_MATNR-HIGH TO SELTAB_WA-HIGH.&lt;/P&gt;&lt;P&gt;APPEND SELTAB_WA TO SELTAB.&lt;/P&gt;&lt;P&gt;CLEAR SELTAB_WA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   SUBMIT 'PROGRAM NAME'  VIA SELECTION-SCREEN WITH SELECTION-TABLE SELTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS,&lt;/P&gt;&lt;P&gt;ARUNPRASAD.P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: arunprasad palaniswamy on Jun 18, 2008 7:30 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 05:28:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-using-submit-command/m-p/4026740#M962346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T05:28:54Z</dc:date>
    </item>
  </channel>
</rss>

