<?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: small problem with SUBMIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874915#M368024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to display only calling report output list. what u have suggested will works for it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Feb 2007 12:51:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-01T12:51:48Z</dc:date>
    <item>
      <title>small problem with SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874910#M368019</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;while using submit statement called program list output is getting displayed.&lt;/P&gt;&lt;P&gt;How can i skip this? and i want to display only calling list output.&lt;/P&gt;&lt;P&gt;This is the sample code which i wrote.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT RVPKMASS96&lt;/P&gt;&lt;P&gt;WITH dd_vbeln in s_vbeln&lt;/P&gt;&lt;P&gt;WITH p_dateto = sy-datum&lt;/P&gt;&lt;P&gt;WITH p_savex = 'X'&lt;/P&gt;&lt;P&gt;WITH p_test = 'X'&lt;/P&gt;&lt;P&gt;AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone suggest??&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;praneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 12:28:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874910#M368019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T12:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: small problem with SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874911#M368020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;Deleted&amp;gt;&lt;/P&gt;&lt;P&gt;Sorry....follow Erwan's suggestion&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Ravi Kanth Talagana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 12:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874911#M368020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T12:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: small problem with SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874912#M368021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SUBMIT RVPKMASS96  VIA SELECTION-SCREEN
                             AND RETURN
WITH dd_vbeln in s_vbeln
WITH p_dateto = sy-datum
WITH p_savex = 'X'
WITH p_test = 'X'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check also the ADD of "EXPORTING LIST TO MEMORY &lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 12:34:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874912#M368021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T12:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: small problem with SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874913#M368022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erwan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use VIA SELECTION-SCREEN it is displaying selection-screen of calling program and i dont want to display selection-screen and list output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't use exporting list to memory,,,as i am getting data from another method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest any other logic&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;praneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 12:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874913#M368022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T12:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: small problem with SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874914#M368023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praneet,&lt;/P&gt;&lt;P&gt;     From ur doubt it seems that u want to run the report in background. U can have a look at the following code.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'JOB_OPEN'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          JOBNAME                = JOBNAME1&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          JOBCOUNT               = JOBCOUNT1&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;          CANT_CREATE_JOB        = 1&lt;/P&gt;&lt;P&gt;          INVALID_JOB_DATA       = 2&lt;/P&gt;&lt;P&gt;          JOBNAME_MISSING        = 3&lt;/P&gt;&lt;P&gt;          OTHERS                 = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;         MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;      ELSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        SUBMIT      RHALEINI&lt;/P&gt;&lt;P&gt;        WITH        SELECTION-TABLE        RSPAR_TAB1&lt;/P&gt;&lt;P&gt;        WITH        PCHOTYPE          EQ   'P'&lt;/P&gt;&lt;P&gt;        WITH        PCHPLVAR          EQ   '01'&lt;/P&gt;&lt;P&gt;        WITH        PCHZTR_D          EQ   'X'&lt;/P&gt;&lt;P&gt;        WITH        RCVPRN            EQ   S_PART&lt;/P&gt;&lt;P&gt;        VIA JOB JOBNAME1 NUMBER JOBCOUNT1&lt;/P&gt;&lt;P&gt;        AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;          WRITE / TEXT-A00.&lt;/P&gt;&lt;P&gt;          CALL FUNCTION 'JOB_CLOSE'&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              JOBCOUNT                          =  JOBCOUNT1&lt;/P&gt;&lt;P&gt;              JOBNAME                           =  JOBNAME1&lt;/P&gt;&lt;P&gt;              STRTIMMED                         = 'X'&lt;/P&gt;&lt;P&gt;            EXCEPTIONS&lt;/P&gt;&lt;P&gt;              CANT_START_IMMEDIATE              = 1&lt;/P&gt;&lt;P&gt;              INVALID_STARTDATE                 = 2&lt;/P&gt;&lt;P&gt;              JOBNAME_MISSING                   = 3&lt;/P&gt;&lt;P&gt;              JOB_CLOSE_FAILED                  = 4&lt;/P&gt;&lt;P&gt;              JOB_NOSTEPS                       = 5&lt;/P&gt;&lt;P&gt;              JOB_NOTEX                         = 6&lt;/P&gt;&lt;P&gt;              LOCK_FAILED                       = 7&lt;/P&gt;&lt;P&gt;              INVALID_TARGET                    = 8&lt;/P&gt;&lt;P&gt;              OTHERS                            = 9.&lt;/P&gt;&lt;P&gt;          IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;            MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;          ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 12:48:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874914#M368023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T12:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: small problem with SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874915#M368024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to display only calling report output list. what u have suggested will works for it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 12:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874915#M368024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T12:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: small problem with SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874916#M368025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you to use the following FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It enable to display your output list and to submit your programm :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- JOB_OPEN&lt;/P&gt;&lt;P&gt;2- JOB_SUBMIT&lt;/P&gt;&lt;P&gt;3- JOB_CLOSE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
   CALL FUNCTION 'JOB_OPEN'
        EXPORTING
             JOBNAME          = 'JOB01'
        IMPORTING
             JOBCOUNT         = WVL_JOBCOUNT
        EXCEPTIONS
             CANT_CREATE_JOB  = 1
             INVALID_JOB_DATA = 2
             JOBNAME_MISSING  = 3
             OTHERS           = 4.

   CLEAR WT_LISTETAPE.   REFRESH WT_LISTETAPE.
   WT_LISTETAPE-PROGNAME = 'RMMPS000'.
   WT_LISTETAPE-VARIANT =  'PULL_FLOW_FP'.
   WT_LISTETAPE-USERNAME = SY-UNAME.
   APPEND WT_LISTETAPE.
   CALL FUNCTION 'JOB_SUBMIT'
          EXPORTING
             AUTHCKNAM                   = WT_LISTETAPE-USERNAME
             JOBCOUNT                    = WVL_JOBCOUNT
             JOBNAME                     = 'JOB01'
             PRIPARAMS                   = WT_LISTETAPE-PRIPARAMS
             REPORT                      = WT_LISTETAPE-PROGNAME
             VARIANT                     = WT_LISTETAPE-VARIANT
*      IMPORTING
*           STEP_NUMBER                 =
          EXCEPTIONS
             BAD_PRIPARAMS               = 1
             BAD_XPGFLAGS                = 2
             INVALID_JOBDATA             = 3
             JOBNAME_MISSING             = 4
             JOB_NOTEX                   = 5
             JOB_SUBMIT_FAILED           = 6
             LOCK_FAILED                 = 7
             PROGRAM_MISSING             = 8
             PROG_ABAP_AND_EXTPG_SET     = 9
             OTHERS                      = 10.


   CALL FUNCTION 'JOB_CLOSE'
        EXPORTING
             JOBCOUNT                    = WVL_JOBCOUNT
             JOBNAME                     = 'JOB01'
             STRTIMMED                   = 'X'
             START_ON_WORKDAY_NOT_BEFORE = SY-DATUM
        EXCEPTIONS
             CANT_START_IMMEDIATE        = 1
             INVALID_STARTDATE           = 2
             JOBNAME_MISSING             = 3
             JOB_CLOSE_FAILED            = 4
             JOB_NOSTEPS                 = 5
             JOB_NOTEX                   = 6
             LOCK_FAILED                 = 7
             OTHERS                      = 8.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 12:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874916#M368025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T12:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: small problem with SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874917#M368026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praneet, &lt;/P&gt;&lt;P&gt;     Ya it will display only the list of the program in which u r calling another program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 12:59:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874917#M368026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T12:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: small problem with SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874918#M368027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praneet,&lt;/P&gt;&lt;P&gt;   Ya it will display only the list of the program which is calling another program in it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 13:01:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874918#M368027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T13:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: small problem with SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874919#M368028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erwan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can use those 3 FMs...but what is the variant in job_submit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where can i use my SUBMIT? &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;Pra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 13:35:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874919#M368028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T13:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: small problem with SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874920#M368029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey u can do the submit with the submit stmt only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT {rep|(name)} [selscreen_options] &lt;/P&gt;&lt;P&gt;                    [ list_options ] &lt;/P&gt;&lt;P&gt;                    [ job_options] &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;in the job options u have to pass this.&lt;/P&gt;&lt;P&gt;... [USER user] VIA JOB job NUMBER n. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 13:39:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874920#M368029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T13:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: small problem with SUBMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874921#M368030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the Variant of the prog R.... you are using, you can also use parameters instead of variant.&lt;/P&gt;&lt;P&gt;Using these FM's, you submit the program R.... with the parameters you want without disturbing your online program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 13:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/small-problem-with-submit/m-p/1874921#M368030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T13:48:13Z</dc:date>
    </item>
  </channel>
</rss>

