<?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 program passing selection variable more than 45 character in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-passing-selection-variable-more-than-45-character/m-p/8146742#M1620950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am scheduling a program from a program using SUBMIT keyword. The program being scheduled have select options which are more than 45 characters in length. I am using below code:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT zmd_batch_import_backend_pgm VIA JOB name_emp_assign NUMBER number_emp_assign&lt;/P&gt;&lt;P&gt;  USING SELECTION-SCREEN '1000'&lt;/P&gt;&lt;P&gt;  WITH S_FILE in lt_selection_tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here lt_selection_tab is a range table of char16384. When this code is executed only 45 characters is being passed to select option S_FILE of program zmd_batch_import_backend_pgm .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help in this regard will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2011 04:10:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-07T04:10:34Z</dc:date>
    <item>
      <title>Submit program passing selection variable more than 45 character</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-passing-selection-variable-more-than-45-character/m-p/8146742#M1620950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am scheduling a program from a program using SUBMIT keyword. The program being scheduled have select options which are more than 45 characters in length. I am using below code:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT zmd_batch_import_backend_pgm VIA JOB name_emp_assign NUMBER number_emp_assign&lt;/P&gt;&lt;P&gt;  USING SELECTION-SCREEN '1000'&lt;/P&gt;&lt;P&gt;  WITH S_FILE in lt_selection_tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here lt_selection_tab is a range table of char16384. When this code is executed only 45 characters is being passed to select option S_FILE of program zmd_batch_import_backend_pgm .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help in this regard will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 04:10:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-passing-selection-variable-more-than-45-character/m-p/8146742#M1620950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-07T04:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Submit program passing selection variable more than 45 character</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-passing-selection-variable-more-than-45-character/m-p/8146743#M1620951</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;The visible length of selectoption is 45, try giving the addition no-display for s_file in program zmd_batch_import_backend_pgm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mentioned here link:[PARAMETERS|http://help.sap.com/saphelp_45b/helpdata/en/34/8e72d16df74873e10000009b38f9b8/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The maximum permitted length of a parameter on the selection screen is 45 (scrollable up to length 132). If you have defined it longer than this (either explicitly with p(200) or implicitly with LIKE ), the parameter is truncated on the selection screen after the 132nd character. &lt;STRONG&gt;However, you can use SUBMIT to pass longer parameters to a report if these are not displayed on the selection screen at all because of the addition NO-DISPLAY . Without NO-DISPLAY, the parameter is truncated if the selection screen is processed in the background&lt;/STRONG&gt; ( SUBMIT without VIA SELECTION-SCREEN addition).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 05:08:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-passing-selection-variable-more-than-45-character/m-p/8146743#M1620951</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-09-07T05:08:20Z</dc:date>
    </item>
  </channel>
</rss>

