<?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 error in generating a sel-screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711761#M311276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    am getting an error while activating a report saying that error in generating the sel. screen 1000 in line 0....also, am not able to select the selection-texts (in the goto-&amp;gt;text elements), which says there aer serious syntax errors...pl help..thanks all..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my selection-screen declaration code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK APPLICATION WITH FRAME TITLE TEXT-002.&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt;  PM_WERKS LIKE MSEG-WERKS OBLIGATORY DEFAULT '1000',&lt;/P&gt;&lt;P&gt;  PM_MJAHR LIKE MKPF-MJAHR OBLIGATORY DEFAULT SY-DATLO.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt;  PM_MBLNR FOR MSEG-MBLNR NO-EXTENSION MEMORY ID MBN.&lt;/P&gt;&lt;P&gt;PARAMETERS :&lt;/P&gt;&lt;P&gt;  PM_LGORT LIKE MSEG-LGORT OBLIGATORY DEFAULT '1001',&lt;/P&gt;&lt;P&gt;  PM_BUDAT LIKE MKPF-BUDAT.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK APPLICATION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2006 09:47:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-15T09:47:02Z</dc:date>
    <item>
      <title>error in generating a sel-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711761#M311276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    am getting an error while activating a report saying that error in generating the sel. screen 1000 in line 0....also, am not able to select the selection-texts (in the goto-&amp;gt;text elements), which says there aer serious syntax errors...pl help..thanks all..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my selection-screen declaration code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK APPLICATION WITH FRAME TITLE TEXT-002.&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt;  PM_WERKS LIKE MSEG-WERKS OBLIGATORY DEFAULT '1000',&lt;/P&gt;&lt;P&gt;  PM_MJAHR LIKE MKPF-MJAHR OBLIGATORY DEFAULT SY-DATLO.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt;  PM_MBLNR FOR MSEG-MBLNR NO-EXTENSION MEMORY ID MBN.&lt;/P&gt;&lt;P&gt;PARAMETERS :&lt;/P&gt;&lt;P&gt;  PM_LGORT LIKE MSEG-LGORT OBLIGATORY DEFAULT '1001',&lt;/P&gt;&lt;P&gt;  PM_BUDAT LIKE MKPF-BUDAT.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK APPLICATION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 09:47:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711761#M311276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T09:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: error in generating a sel-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711762#M311277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, change like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK APPLICATION WITH FRAME TITLE TEXT-002.&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt;PM_WERKS LIKE MSEG-WERKS  DEFAULT '1000'  OBLIGATORY,&lt;/P&gt;&lt;P&gt;PM_MJAHR LIKE MKPF-MJAHR  DEFAULT SY-DATLO OBLIGATORY.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt;PM_MBLNR FOR MSEG-MBLNR NO-EXTENSION MEMORY ID MBN.&lt;/P&gt;&lt;P&gt;PARAMETERS :&lt;/P&gt;&lt;P&gt;PM_LGORT LIKE MSEG-LGORT  DEFAULT '1001' OBLIGATORY,&lt;/P&gt;&lt;P&gt;PM_BUDAT LIKE MKPF-BUDAT.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK APPLICATION. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helps review the points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 09:49:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711762#M311277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T09:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: error in generating a sel-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711763#M311278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think u have created one more screen also because i copied ur coding and executed it didnt show me any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may be due to overlap of another screen.&lt;/P&gt;&lt;P&gt;check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Ram Chandran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 09:51:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711763#M311278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T09:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: error in generating a sel-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711764#M311279</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;Post the previous line of SELECTION-SCREEN BEGIN OF BLOCK APPLICATION WITH FRAME TITLE TEXT-002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Next line of SELECTION-SCREEN END OF BLOCK APPLICATION. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you have declared TABLES: MSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 09:52:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711764#M311279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T09:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: error in generating a sel-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711765#M311280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sathish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare &lt;/P&gt;&lt;P&gt;tables : mseg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to delete all text elements and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 09:58:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711765#M311280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T09:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: error in generating a sel-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711766#M311281</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 below code is working in my system, i think u r SAP is not supporting all the features , reg, screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : mkpf,&lt;/P&gt;&lt;P&gt;mseg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK application WITH FRAME TITLE text-002.&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt;pm_werks LIKE mseg-werks OBLIGATORY DEFAULT '1000',&lt;/P&gt;&lt;P&gt;pm_mjahr LIKE mkpf-mjahr OBLIGATORY DEFAULT sy-datlo.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt;pm_mblnr FOR mseg-mblnr NO-EXTENSION MEMORY ID mbn.&lt;/P&gt;&lt;P&gt;PARAMETERS :&lt;/P&gt;&lt;P&gt;pm_lgort LIKE mseg-lgort OBLIGATORY DEFAULT '1001',&lt;/P&gt;&lt;P&gt;pm_budat LIKE mkpf-budat.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:04:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711766#M311281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: error in generating a sel-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711767#M311282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am not facing any kind of problem with your code. can you check it once.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES: mseg.

SELECTION-SCREEN BEGIN OF BLOCK application WITH FRAME TITLE text-002.
PARAMETERS:
pm_werks LIKE mseg-werks OBLIGATORY DEFAULT '1000',
pm_mjahr LIKE mkpf-mjahr OBLIGATORY DEFAULT sy-datlo.
SELECT-OPTIONS:
pm_mblnr FOR mseg-mblnr NO-EXTENSION MEMORY ID mbn.
PARAMETERS :
pm_lgort LIKE mseg-lgort OBLIGATORY DEFAULT '1001',
pm_budat LIKE mkpf-budat.
SELECTION-SCREEN END OF BLOCK application.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711767#M311282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: error in generating a sel-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711768#M311283</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;u forgot to decalre tables,error might be bcos of it&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;TABLES:mseg,mkpf.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;rest all is ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowjanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711768#M311283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: error in generating a sel-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711769#M311284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had copied ur code and checked its working fine...&lt;/P&gt;&lt;P&gt;check if u hav declared the table MSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711769#M311284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: error in generating a sel-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711770#M311285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can check out what exactly is the error though program RSDBGENA,&lt;/P&gt;&lt;P&gt;give the program name and execute, it display what exactly is the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:18:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711770#M311285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: error in generating a sel-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711771#M311286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  thanks for all your replies...but i even executed the prog. RSDBGENA adn it says the sel. screen doesn't exist...but i copied this whole prog. from another prog. before making modifications..in that in the attributes of the sel. screen, i find that it is marked as Normal rather than Selection screen...it is in display mode even if i change it..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-generating-a-sel-screen/m-p/1711771#M311286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:33:24Z</dc:date>
    </item>
  </channel>
</rss>

