• ABAP Online Training @ $50

    Now you can learn ABAP by watching and listening video classes by experienced consultant.

  • ABAP Tutorials N Materials

    Read, Surf and Download useful ABAP tips, tutorials, code and download many eBooks and documents free

  • Latest ABAP Job in India

    Get all latest opening for SAP ABAP and related jobs, vaccancies across India and apply for the same.

    Monday, October 29, 2012

    Selection screen is not like only displaying some input fields. If there are multiple input fields in the screen based of several criteria, then you have to make different blocks so that user can get the screen data properly.

    There are several syntaxes used to design and position selection screen fields

    To position the next parameter or comment on the selection screen, the POSITION option is used.

       SELECTION-SCREEN POSITION <pos>.
    For <pos>, you can specify a number, POS_LOW, or POS_HIGH.

    To create a logical block of elements on the selection screen, mark the beginning of the block with the  BEGIN OF BLOCK option of the SELECTION-SCREEN statement, then define the individual elements and mark the end of the block with the END OF BLOCK option as shown below:

     SELECTION-SCREEN BEGIN OF BLOCK <block>
    [WITH FRAME [TITLE <title>]]
    [NO INTERVALS].

    SELECTION-SCREEN END OF BLOCK <block>.
    Blocking Selection Screen code example:

    SELECTION-SCREEN BEGIN OF BLOCK rad1 WITH FRAMETITLE text-002.
    PARAMETERS vendor RADIOBUTTON GROUP gr1.
    PARAMETERS customer RADIOBUTTON GROUP gr1.
    PARAMETERS material RADIOBUTTON GROUP gr1.
    SELECTION-SCREEN END OF BLOCK rad1.
    Easy2learnabap.co.in @ 2012 All product names on this web site are trademarks of the companies that own them .

    Easy2learnabap.co.in is not affiliated with SAP AG in any way. SAP AG is the registered trademark holder of SAP, SAP R/3, mySAP, ABAP, xApps, NetWeaver, and other proprietary terms.

    The technical information on this site is verified to the greatest extent possible, however, any information found on this site is used at the site visitor's own risk. All the tutorials are collected from various sources, if anyone is having problem with the content, report this to us. We will take action accordingly.

    Easy2learnabap.co.in reserves the right to correct any errors or omissions in any portion of this site at any time without obligation.

    This website is created to teach people about ABAP technology. The Video contents provided in Premium service are completely owned by us and copyrighted.