<?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: selection screen time parameter error. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975215#M1159386</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Gurdeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following code may help you in this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-034.
PARAMETERS: p_jobnam TYPE tbtco-jobname MODIF ID 1.
SELECT-OPTIONS: s_runda FOR tbtco-strtdate DEFAULT sy-datum TO sy-datum MODIF ID 1 ,
s_runti FOR tbtco-strttime." DEFAULT time_0 TO time_24 MODIF ID 1.
PARAMETERS: p_supjob AS CHECKBOX .
SELECTION-SCREEN END OF BLOCK b1.

INITIALIZATION.
s_runti-low = '000000'.
s_runti-high = '240000'.
APPEND s_runti to s_runti.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reply If any Issue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jan 2009 13:47:41 GMT</pubDate>
    <dc:creator>faisalatsap</dc:creator>
    <dc:date>2009-01-14T13:47:41Z</dc:date>
    <item>
      <title>selection screen time parameter error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975208#M1159379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see a display error on the selection screen to the left of the Run Time field.  When my mouse hovers over the display error, another display then appears below the Run Time field.  I believe an = sign should appear to the left of the Run Time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-034.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_jobnam TYPE tbtco-jobname MODIF ID 1.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_runda FOR tbtco-strtdate DEFAULT sy-datum TO sy-datum MODIF ID 1 ,&lt;/P&gt;&lt;P&gt;                s_runti FOR tbtco-strttime DEFAULT time_0 TO time_24 MODIF ID 1.&lt;/P&gt;&lt;P&gt;PARAMETERS:     p_supjob  AS CHECKBOX .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 12:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975208#M1159379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-14T12:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen time parameter error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975209#M1159380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my error message looks like this  in a small field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@20\QSelect: Equal to@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 12:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975209#M1159380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-14T12:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen time parameter error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975210#M1159381</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : tbtco.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-034.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_jobnam TYPE tbtco-jobname MODIF ID 1.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_runda FOR tbtco-strtdate DEFAULT sy-datum TO sy-datum MODIF ID 1 ,&lt;/P&gt;&lt;P&gt;s_runti FOR tbtco-strttime DEFAULT tbtco-STRTTIME TO sy-uzeit MODIF ID 1.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_supjob AS CHECKBOX .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 12:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975210#M1159381</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2009-01-14T12:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen time parameter error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975211#M1159382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurdeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell how you have declared time_0 &amp;amp; time_24?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your getting the error because of these declarations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 13:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975211#M1159382</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-01-14T13:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen time parameter error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975212#M1159383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi suhas ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is how i declared  and also when i tried the same code in diffrent dummy program the error i snot displayed it displayed = symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA   time_0    LIKE edidc-updtim VALUE '000000'.&lt;/P&gt;&lt;P&gt;DATA   time_24   LIKE edidc-updtim VALUE '240000'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 13:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975212#M1159383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-14T13:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen time parameter error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975213#M1159384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurdeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works perfect for me !!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt; tried the same code in diffrent dummy program the error i snot displayed it displayed = symbol&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you getting an error during selection-screen generation ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What symbol are you talking about? Plz use more clear language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suhas Saha on Jan 14, 2009 2:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 13:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975213#M1159384</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-01-14T13:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen time parameter error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975214#M1159385</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;I tried like this and it worked..plz try..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : tbtco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA time_0 LIKE edidc-updtim VALUE '000000'.&lt;/P&gt;&lt;P&gt;DATA time_24 LIKE edidc-updtim VALUE '240000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-034.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_jobnam TYPE tbtco-jobname MODIF ID 1.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_runda FOR tbtco-strtdate DEFAULT sy-datum TO sy-datum MODIF ID 1 ,&lt;/P&gt;&lt;P&gt;s_runti FOR tbtco-strttime DEFAULT time_0 TO time_24 MODIF ID 1.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_supjob AS CHECKBOX .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 13:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975214#M1159385</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2009-01-14T13:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen time parameter error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975215#M1159386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Gurdeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following code may help you in this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-034.
PARAMETERS: p_jobnam TYPE tbtco-jobname MODIF ID 1.
SELECT-OPTIONS: s_runda FOR tbtco-strtdate DEFAULT sy-datum TO sy-datum MODIF ID 1 ,
s_runti FOR tbtco-strttime." DEFAULT time_0 TO time_24 MODIF ID 1.
PARAMETERS: p_supjob AS CHECKBOX .
SELECTION-SCREEN END OF BLOCK b1.

INITIALIZATION.
s_runti-low = '000000'.
s_runti-high = '240000'.
APPEND s_runti to s_runti.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reply If any Issue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 13:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975215#M1159386</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-01-14T13:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen time parameter error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975216#M1159387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    " if radio button display on screen i sselected then make subject,sheduler&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   and user email disable and if radio button send email is selected make&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   the same fields enable.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    IF screen-group1 = '3' .&lt;/P&gt;&lt;P&gt;      IF p_disp = 'X'.&lt;/P&gt;&lt;P&gt;        screen-input = 0.&lt;/P&gt;&lt;P&gt;      ELSEIF p_email = 'X'.&lt;/P&gt;&lt;P&gt;        screen-input = 1.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*if check box report on job status is selected making jobname,rundate,runtime fields&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; disable and if it is not checked maiking these fields enable.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ELSEIF screen-group1 = '1'.&lt;/P&gt;&lt;P&gt;      IF p_re_sts = ' ' .&lt;/P&gt;&lt;P&gt;        screen-input = 0.&lt;/P&gt;&lt;P&gt;      ELSEIF p_re_sts = 'X'.&lt;/P&gt;&lt;P&gt;        screen-input = 1.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*if attach .csv check box is seleted then making the fields status,application path&lt;/P&gt;&lt;P&gt;*and file enable otherwise disable.&lt;/P&gt;&lt;P&gt;    ELSEIF screen-group1 = '2'.&lt;/P&gt;&lt;P&gt;      IF p_att = ' '.&lt;/P&gt;&lt;P&gt;        screen-input = 0.&lt;/P&gt;&lt;P&gt;      ELSEIF p_att = 'X'.&lt;/P&gt;&lt;P&gt;        screen-input = 1.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      CLEAR : p_apdir1.&lt;/P&gt;&lt;P&gt; MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt; this code am  using i have a check box if i check that am making above selction screen parameters enable disable .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i found out that if i commented this loop at screen code am getting no error .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 14:13:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-time-parameter-error/m-p/4975216#M1159387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-14T14:13:36Z</dc:date>
    </item>
  </channel>
</rss>

