<?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 generation problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453634#M1249924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also this could be due to over lapping  check &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 18(8) text-s02. and length of fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2009 07:53:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-31T07:53:37Z</dc:date>
    <item>
      <title>Selection screen generation problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453631#M1249921</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;                        I had 3 parametres in one line(row) in a selection screen .I wanted to add another field int that line.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT (6) text-s01.&lt;/P&gt;&lt;P&gt;PARAMETERS p_route TYPE zfrmr-route.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 18(8) text-s02.&lt;/P&gt;&lt;P&gt;PARAMETERS p_carr TYPE lfa1-lifnr.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 30(11) text-s03.&lt;/P&gt;&lt;P&gt;PARAMETERS p_licsn TYPE char20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********&lt;STRONG&gt;sambaran&lt;/STRONG&gt;****************&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 55(8) text-s21.&lt;/P&gt;&lt;P&gt;PARAMETERS p_agent TYPE lfa1-lifnr.&lt;/P&gt;&lt;P&gt;**********&lt;STRONG&gt;sambaran&lt;/STRONG&gt;************&lt;/P&gt;&lt;P&gt;after adding it as shown in code. its showing syntactically correct but when  I am trying to activate it I am getting ther error&lt;/P&gt;&lt;P&gt;"generation error in program&lt;/P&gt;&lt;P&gt;sourcecode: zprog                line 0&lt;/P&gt;&lt;P&gt;Error when generating the selection screen "1000" of report "zprog"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sambaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 07:41:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453631#M1249921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T07:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen generation problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453632#M1249922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Total length of selection screen should not excedd 72.&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;SELECTION-SCREEN: COMMENT 55(6) text-s21.&lt;/P&gt;&lt;P&gt;PARAMETERS p_agent TYPE lfa1-lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 07:50:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453632#M1249922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T07:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen generation problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453633#M1249923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHere is End of line. if it is there try commenting one from the above 3 and try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 07:52:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453633#M1249923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T07:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen generation problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453634#M1249924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also this could be due to over lapping  check &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 18(8) text-s02. and length of fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 07:53:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453634#M1249924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T07:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen generation problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453635#M1249925</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;your new comment to the new parameter begins in col 55 - but parameter 3 (comment) begins in col 30 with length 11 followed by a char20 field.  That doesn't fit.&lt;/P&gt;&lt;P&gt;If you want to see details in such an error case, you could use report  RSDBGENA - that one show, which elements on the selection-screen cause the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 07:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453635#M1249925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T07:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen generation problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453636#M1249926</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;Test the following Code, i did some change it is working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN: COMMENT (6) text-s01.
PARAMETERS p_route TYPE zfrmr-route.
SELECTION-SCREEN: COMMENT 20(8) text-s02.
PARAMETERS p_carr TYPE lfa1-lifnr.
SELECTION-SCREEN: COMMENT 40(11) text-s03.
PARAMETERS p_licsn TYPE char20.

***********sambaran*****************
SELECTION-SCREEN: COMMENT 80(8) text-s21.
PARAMETERS p_agent TYPE lfa1-lifnr.
***********sambaran*************
SELECTION-SCREEN END OF LINE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reply if any problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 07:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453636#M1249926</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-03-31T07:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen generation problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453637#M1249927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Faisal,&lt;/P&gt;&lt;P&gt;          After implementing yours one I am getting the error "The specified offset "80" is too large (maximum: 75).	"&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sambaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 08:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453637#M1249927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T08:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen generation problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453638#M1249928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there is a problem in the length setting on the selection screen..&lt;/P&gt;&lt;P&gt;i just changed this ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECTION-SCREEN: COMMENT 40 (11) text-s03.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is working fine now...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please count the chars while displaying on the selection screen....the problem is due to the over writing of the texts on the selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and one more thing we cannot use more than 79 chars in a line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 08:50:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453638#M1249928</guid>
      <dc:creator>former_member203501</dc:creator>
      <dc:date>2009-03-31T08:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen generation problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453639#M1249929</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;If you are using &lt;STRONG&gt;selection-screen block&lt;/STRONG&gt; than change the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;***********sambaran*****************
SELECTION-SCREEN: COMMENT 75(8) text-s21. " Change 80 to 75 in this line.
PARAMETERS p_agent TYPE lfa1-lifnr.
***********sambaran*************&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope will work now please reply if still any problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 09:33:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453639#M1249929</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-03-31T09:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen generation problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453640#M1249930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;--&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 10:03:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453640#M1249930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T10:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen generation problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453641#M1249931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YES FAISAL..IT'S DONE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 10:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-generation-problem/m-p/5453641#M1249931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T10:20:26Z</dc:date>
    </item>
  </channel>
</rss>

