<?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: SUBMIT PROGRAM with Selection Screen For a SLIN Tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516921#M18366</link>
    <description>&lt;P&gt;Programs starting with SAPL are apparently function pools that cannot be started with SUBMIT. Learn about program types please.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2018 16:56:12 GMT</pubDate>
    <dc:creator>retired_member</dc:creator>
    <dc:date>2018-01-09T16:56:12Z</dc:date>
    <item>
      <title>SUBMIT PROGRAM with Selection Screen For a SLIN Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516919#M18364</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;I am looking for SUBMIT PROGRAM with Selection Screen For a SLIN T-code.&lt;/P&gt;
  &lt;P&gt;My code is as below:&lt;/P&gt;
  &lt;P&gt;DATA: itab type table of rsparams,&lt;BR /&gt; wa_itab like line of itab.&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;clear wa_itab.&lt;BR /&gt;wa_itab-selname = 'RSLIN-PROGAM'.&lt;BR /&gt; wa_itab-kind = 'S'.&lt;BR /&gt; wa_itab-sign = 'I'.&lt;BR /&gt; wa_itab-option = 'EQ'.&lt;BR /&gt; wa_itab-low = 'ZTEST_ACC1'.&lt;BR /&gt;APPEND wa_itab to itab.&lt;BR /&gt; &lt;BR /&gt;clear wa_itab.&lt;BR /&gt;wa_itab-selname = 'RSLIN-X_CAL'.&lt;BR /&gt; wa_itab-kind = 'S'.&lt;BR /&gt; wa_itab-sign = 'I'.&lt;BR /&gt; wa_itab-option = 'EQ'.&lt;BR /&gt; *wa_itab-low = sy-datum.&lt;BR /&gt;APPEND wa_itab to itab.&lt;BR /&gt; &lt;BR /&gt;SUBMIT saplsin VIA SELECTION-SCREEN.&lt;/P&gt;
  &lt;P&gt;Suggestion please.&lt;/P&gt;
  &lt;P&gt;Thanks.&lt;/P&gt;
  &lt;P&gt;Sanket Sagar&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 14:24:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516919#M18364</guid>
      <dc:creator>former_member476503</dc:creator>
      <dc:date>2018-01-09T14:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT PROGRAM with Selection Screen For a SLIN Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516920#M18365</link>
      <description>&lt;P&gt;Hi Sanket,&lt;/P&gt;
  &lt;P&gt;You can use FM EXTENDED_PROGRAM_CHECK instead of SUBMIT REPORT. It will provide you the same results.&lt;/P&gt;
  &lt;P&gt;For more details, please go through this thread:&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://archive.sap.com/discussions/thread/1165164" target="test_blank"&gt;https://archive.sap.com/discussions/thread/1165164&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 15:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516920#M18365</guid>
      <dc:creator>former_member208149</dc:creator>
      <dc:date>2018-01-09T15:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT PROGRAM with Selection Screen For a SLIN Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516921#M18366</link>
      <description>&lt;P&gt;Programs starting with SAPL are apparently function pools that cannot be started with SUBMIT. Learn about program types please.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 16:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516921#M18366</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2018-01-09T16:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT PROGRAM with Selection Screen For a SLIN Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516922#M18367</link>
      <description>&lt;P&gt;yes ..but I want to fetch the output slin t code in internal table..so can you guide me how to fetch ??&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 07:05:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516922#M18367</guid>
      <dc:creator>former_member476503</dc:creator>
      <dc:date>2018-01-10T07:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT PROGRAM with Selection Screen For a SLIN Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516923#M18368</link>
      <description>&lt;P&gt;ok ...Thank you ..&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 07:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516923#M18368</guid>
      <dc:creator>former_member476503</dc:creator>
      <dc:date>2018-01-10T07:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT PROGRAM with Selection Screen For a SLIN Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516924#M18369</link>
      <description>&lt;P&gt;The FM return those data in exported parameters RESULT and RESULT_STAT.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 07:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516924#M18369</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-01-10T07:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT PROGRAM with Selection Screen For a SLIN Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516925#M18370</link>
      <description>&lt;P&gt;I am looking for output in internal table like attached image..&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/101466-error-slin.png"&gt;error-slin.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 09:47:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516925#M18370</guid>
      <dc:creator>former_member476503</dc:creator>
      <dc:date>2018-01-10T09:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT PROGRAM with Selection Screen For a SLIN Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516926#M18371</link>
      <description>&lt;P&gt;Use the function module and then write ABAP to convert RESULT and RESULT_STAT internal tables into your desired internal table types.&lt;/P&gt;
  &lt;P&gt;Or put a breakpoint on the function module and see how SAP converts these tables to the output.&lt;/P&gt;
  &lt;P&gt;The answer has been given. Thread closed.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 10:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516926#M18371</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-01-10T10:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT PROGRAM with Selection Screen For a SLIN Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516927#M18372</link>
      <description>&lt;P&gt;Ask your Abaper to loop at RESULT_STAT-SET, there are already total sum fields at structure level.&lt;/P&gt;
  &lt;P&gt;&lt;EM&gt;Hint: Convert TID into text with method cl_slin_test_info=&amp;gt;desc_get_descrition (just move the key to a char4 field)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 10:43:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516927#M18372</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-01-10T10:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT PROGRAM with Selection Screen For a SLIN Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516928#M18373</link>
      <description>&lt;P&gt;Is this the right code?&lt;/P&gt;
  &lt;P&gt;LOOP AT lt_resultstat-set INTO wa_resultstat-set.&lt;BR /&gt;CALL METHOD cl_slin_test_info=&amp;gt;desc_get_description(&lt;BR /&gt; EXPORTING&lt;BR /&gt; code_nr = ld_id&lt;BR /&gt; RECEIVING&lt;BR /&gt; ret = ld_result ).&lt;BR /&gt;ENDLOOP.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 11:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-with-selection-screen-for-a-slin-tcode/m-p/516928#M18373</guid>
      <dc:creator>former_member476503</dc:creator>
      <dc:date>2018-01-11T11:16:59Z</dc:date>
    </item>
  </channel>
</rss>

