<?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 block in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block/m-p/3020919#M714206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As far as I know,we cannot do that.&lt;/P&gt;&lt;P&gt;On standard selection screens, the size of the block is limited to 79 characters across. This is also the default size for the block. So it is already at the max.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it was useful.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Oct 2007 18:05:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-28T18:05:08Z</dc:date>
    <item>
      <title>Selection screen block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block/m-p/3020918#M714205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we give width and height to Selection-screen begin of block block1....&lt;/P&gt;&lt;P&gt;To my knowledge..is it true that we can specify the position by using&lt;/P&gt;&lt;P&gt;selection-screen skip ... and selectrion-screen position...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any command to specify position by using row,column?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Oct 2007 17:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block/m-p/3020918#M714205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-28T17:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block/m-p/3020919#M714206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As far as I know,we cannot do that.&lt;/P&gt;&lt;P&gt;On standard selection screens, the size of the block is limited to 79 characters across. This is also the default size for the block. So it is already at the max.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it was useful.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Oct 2007 18:05:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block/m-p/3020919#M714206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-28T18:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block/m-p/3020920#M714207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gopi.&lt;/P&gt;&lt;P&gt;you are right....we can position selection screen by using skip&lt;/P&gt;&lt;P&gt;refer following syntax...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF BLOCK b2 WITH FRAME.&lt;/P&gt;&lt;P&gt;PARAMETERS       : all RADIOBUTTON GROUP grp2 DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;PARAMETERS       : postpone RADIOBUTTON GROUP grp2.&lt;/P&gt;&lt;P&gt;PARAMETERS       : bfor RADIOBUTTON GROUP grp2.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : END OF BLOCK b2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF BLOCK b3 WITH FRAME.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_file LIKE rlgrap-filename DEFAULT 'J:\Temp\ZMR4'.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK b3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Oct 2007 21:13:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block/m-p/3020920#M714207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-28T21:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block/m-p/3020921#M714208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT-OPTIONS: s_kunnr FOR gs_bsid-kunnr."Payer Number&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF BLOCK blk1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;General Selections&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;SELECT-OPTIONS:   s_bukrs  FOR  gs_bsid-bukrs OBLIGATORY NO-EXTENSION,     " Company code&lt;/P&gt;&lt;P&gt;                  s_bzirk  FOR  gs_vbrk-bzirk,                             " Sales District&lt;/P&gt;&lt;P&gt;                  s_prctr  FOR  gs_bsid-prctr NO INTERVALS .               " Profit center.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK blk1.                                       " General Selections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF BLOCK blk2 WITH FRAME TITLE text-002.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Additional selections&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;SELECT-OPTIONS:   s_fkart FOR gs_vbrk-fkart,                               " Billing type&lt;/P&gt;&lt;P&gt;                  s_mansp FOR gs_bsid-mansp,                               " Dunning Block&lt;/P&gt;&lt;P&gt;                  s_days  FOR gs_bsid1-aplzl NO-EXTENSION VISIBLE LENGTH 5," Days Overdue&lt;/P&gt;&lt;P&gt;                  s_wrbtr FOR gs_bsid-wrbtr  NO-EXTENSION,                 " Open item Invoice value&lt;/P&gt;&lt;P&gt;                  s_ctlpc FOR gs_knkk-ctlpc  NO-EXTENSION,                 " Risk Category&lt;/P&gt;&lt;P&gt;                  s_grupp FOR gs_knkk-grupp  NO-EXTENSION,                 " Customer Credit Group&lt;/P&gt;&lt;P&gt;                  s_sbgrp FOR gs_knkk-sbgrp  NO-EXTENSION,                 " Credit Rep. Group&lt;/P&gt;&lt;P&gt;                  s_pswsl FOR gs_bsid-pswsl  NO-EXTENSION,                 " Currency&lt;/P&gt;&lt;P&gt;                  s_konzs FOR gs_kna1-konzs  NO-EXTENSION.                 " Corporate Group&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK blk2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK blk3 WITH FRAME TITLE text-003.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Output Control&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(20) text-004.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION POS_LOW.&lt;/P&gt;&lt;P&gt;PARAMETERS :     p_days1(5) TYPE n,   "#EC *                                " Days overdue&lt;/P&gt;&lt;P&gt;                 p_days2(5) TYPE n,   "#EC *                                " Days overdue&lt;/P&gt;&lt;P&gt;                 p_days3(5) TYPE n,   "#EC *                                " Days overdue&lt;/P&gt;&lt;P&gt;                 p_days4(5) TYPE n,   "#EC *                                " Days overdue&lt;/P&gt;&lt;P&gt;                 p_days5(5) TYPE n,   "#EC *                                " Days overdue&lt;/P&gt;&lt;P&gt;                 p_days6(5) TYPE n.   "#EC *                                " Days overdue&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP 1.&lt;/P&gt;&lt;P&gt;PARAMETERS :     p_vat AS CHECKBOX.                                         " With VAT Split or not&lt;/P&gt;&lt;P&gt;PARAMETERS:      p_layout TYPE slis_vari.                                   " Layout&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK blk3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 02:58:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block/m-p/3020921#M714208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T02:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block/m-p/3020922#M714209</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;What you said is true... THERE'S NO WAY to set position in a election screen using row and column... I suggest you can define macro or something to do that using row and column as parameter and translating that into SKIP and POSITION commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dimas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 04:15:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block/m-p/3020922#M714209</guid>
      <dc:creator>former_member656234</dc:creator>
      <dc:date>2007-10-29T04:15:15Z</dc:date>
    </item>
  </channel>
</rss>

