<?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 Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/2256581#M488668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bahnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are getting the shotdump becuase both the select-option statements are withing the same selection-screen begin of line and selection-screen end of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There needs to be separate selection-screen begin of line and selection-screen end of line for each select-options statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2007 12:22:43 GMT</pubDate>
    <dc:creator>Lakshmant1</dc:creator>
    <dc:date>2007-05-16T12:22:43Z</dc:date>
    <item>
      <title>Selection Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/2256576#M488663</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 the program code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report zpm_data_cleansing_jobs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initialization.&lt;/P&gt;&lt;P&gt;but1 = text-001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;selection-screen skip  2.&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;select-options period for sy-datum.&lt;/P&gt;&lt;P&gt;selection-screen pushbutton 50(16) but1 user-command create.&lt;/P&gt;&lt;P&gt;selection-screen end of  line.&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the error that I'm getting when I activate the program.&lt;/P&gt;&lt;P&gt;It says it is syntactically correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error when generating the selection screen "1000" of report &lt;/P&gt;&lt;P&gt;"ZPM_DATA_CLEANSING_JOBS        ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhanu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 12:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/2256576#M488663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T12:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/2256577#M488664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey bhanu ,&lt;/P&gt;&lt;P&gt;dont write selection-screen syntax in SATRT-OF-SELECTION event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u have to write that code for slection screen out of start-of-selection event..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward some point if answer is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 12:09:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/2256577#M488664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T12:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/2256578#M488665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;try this..

Report zpm_data_cleansing_jobs.

selection-screen skip 2.
selection-screen begin of line.
select-options period for sy-datum.
selection-screen pushbutton 50(16) but1 user-command create.
selection-screen end of line.

Initialization.
but1 = text-001.

start-of-selection.

end-of-selection.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 12:12:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/2256578#M488665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T12:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/2256579#M488666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change ur statements order from&lt;/P&gt;&lt;P&gt;select-options period for sy-datum.&lt;/P&gt;&lt;P&gt;selection-screen pushbutton 50(16) but1 user-command create.&lt;/P&gt;&lt;P&gt;to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen pushbutton 50(16) but1 user-command create.&lt;/P&gt;&lt;P&gt;select-options period for sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Tables: usr02.

Data: but1 type char100.

Initialization.
but1 = text-001.

*start-of-selection.
selection-screen skip 2.
selection-screen begin of line.
selection-screen pushbutton 50(5) but2 user-command create.
select-options period for usr02-TRDAT.
selection-screen end of line.
end-of-selection.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 12:15:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/2256579#M488666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T12:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/2256580#M488667</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;It is problem with offset value which u have given for pushbutton.selection-screen pushbutton 50(16).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give less offsetvalue 3(15).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward with points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Vinutha YV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 12:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/2256580#M488667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T12:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/2256581#M488668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bahnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are getting the shotdump becuase both the select-option statements are withing the same selection-screen begin of line and selection-screen end of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There needs to be separate selection-screen begin of line and selection-screen end of line for each select-options statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 12:22:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-error/m-p/2256581#M488668</guid>
      <dc:creator>Lakshmant1</dc:creator>
      <dc:date>2007-05-16T12:22:43Z</dc:date>
    </item>
  </channel>
</rss>

